Commit Graph

9 Commits (79e299cb9329cfa14ada428ed4e6252adcd4c2f6)

Author SHA1 Message Date
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07: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 696fa19da9 neon builds look for pkg-config, so add dependency 2010-06-28 09:50:22 -07:00
Adam Vandenberg 0188c9e238 Add --universal option to Neon 2010-05-10 20:40:16 -07:00
Adam Vandenberg 2a077e10ba Update neon to 0.29.3
* remove unknown option.
2010-04-18 19:40:28 -07:00
Max Howell 399f3bac37 Make Neon keg-only
Also make it build a dylib, not a static library. This is because the default linker behaviour is to run through the search path twice. First time looking for dylibs and second time for .a files. So duplicate formula must build a dylib.

The other option is the -search_paths_first link flag. I don't like this though as every flag we bung in there adds more possible compile issues to projects that depend on such flags being off.
2009-11-04 16:27:37 +00: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
Adam Vandenberg 952a362dcf Bump Neon version and add --with-ssl 2009-09-29 23:33:22 +01:00
Max Howell dcff7e0064 Neon and libmusicbrainz formulae 2009-08-10 18:12:16 +01:00