aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml2.rb
AgeCommit message (Collapse)Author
2012-09-02libxml2: use new dslAdam Vandenberg
2012-08-10Revert "libxml2: Fix Python bindings for Xcode-only"Adam Vandenberg
This reverts commit 202119e0e3ee20c72940be5ff38bc36d3e331d41.
2012-08-10libxml2: Fix Python bindings for Xcode-onlysamueljohn
- Since libxml2 is a dupe, we have to assure to link against it and not system's python. - Unless the CLT are present, apply a patch for the linking step. - Help libxml2/python/setup.py to find libiconv headers. Closes #13511. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06libxml2 2.8.0Jack Nagel
- Build Python bindings manually so we can exert some semblance of control over where they are installed. Tentatively fixes #12078. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04libxml2: support --universalJohn Harrison
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11Upgrade libxml2 to 2.7.8Julien Duponchelle
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-02Updated formula: libxml2Justin Clift
Adds a --with-python option, addressing Homebrew issue #2303: http://github.com/mxcl/homebrew/issues/issue/2303/ Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #2303 Fixes #3025
2010-10-06libxml2 fails with LLVM 2326Douglas Creager
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-04-26Update (keg-only) libxml2 to 2.7.7.Adam Vandenberg
2009-12-12Libxml2 compiles with newer LLVM.Adam Vandenberg
2009-11-09Libxml2Kieran Pilkington
Providing a keg only version of libxml2. The one provided by Mac is old and doesn't contain some files used by some games.