| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 202119e0e3ee20c72940be5ff38bc36d3e331d41.
|
|
- 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>
|
|
- 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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
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
|
|
|
|
* 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
|
|
|
|
|
|
Providing a keg only version of libxml2. The one provided by Mac is old and doesn't contain some files used by some games.
|