Commit Graph

17 Commits (16207fae35a8c7e6568e3d812765a5287c8c9b18)

Author SHA1 Message Date
Adam Vandenberg a42b23a905 Use skip_clean :la 2012-09-09 13:01:56 -07:00
Rogelio Castillo A 64b6de9399 Update Library/Formula/proj.rb
Update SHA1 for the proj-datumgrid-1.5.zip file (it was checking for the same SHA1 of the proj-4.8.0.tar.gz file)

Closes Homebrew/homebrew#14677.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03 14:53:11 -07:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel d7b49fc9fa proj: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel f5ae862025 proj: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel 64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Charlie Sharpsteen 60df8c9997 PROJ: Update to 4.8.0 2012-03-15 11:35:56 -07:00
Jack Nagel 89b2018d80 Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 15:52:44 -05:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
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