Commit Graph

7 Commits (e364567b8374781273fb8868c029cabaf78efc30)

Author SHA1 Message Date
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Doug Cole 2420ef4b9a update url for proj
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-27 16:52:12 -07:00
Adam Vandenberg e2c2a7a2f8 proj - some extensions (libspatialite) require .la files 2010-04-02 10:10:05 -07:00
Travis Cline cd8b16006a when built without gcc proj fails when loading projection definitions
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-31 11:39:48 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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.
2009-10-15 16:48:03 +01:00
Rob Hudson 7a1ecdc5a0 Added postgis recipe, which depends on postgresql, proj and geos. 2009-10-02 11:04:48 -07:00