| Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
(Same technique being used for Qt.)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
|
|
graphviz builds its application bundle as Graphviz.app; a typo was
preventing it from installing correctly on case-sensitive systems.
Fixes #9348.
|
|
Add a comment to Pango explaining why Cairo is required on Lion. Remove Cairo
dependencies from Graphviz as the Pango dependency will include it if needed.
Closes #8821.
Closes #9238.
|
|
- enable Quartz backend
- Cairo/Pango are now optional; if not enabled, PDF output is done with Quartz
- enable language bindings by default (option to disable)
- build GraphViz.app
Closes #9100.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Linking with '-lltdl' fails on Lion and/or with XCode 4.2. The patch is
already in the upstream development version and will be in the next
release.
Closes #7503.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Related issue on MacPorts:
https://trac.macports.org/ticket/30370
Fixes #6631.
Fixes #7140.
Fixes #7463.
Closes #7523.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
|
|
Disabling python becuase using easy_install is easier, and it was kicking
errors before I disabled it.
|