Commit graph

18 commits

Author SHA1 Message Date
Adam Vandenberg
d64480a35f disable-nls for neon and subversion
Explicitly disable nls for neon and subversion in a hand-wavy
attempt to fix Homebrew/homebrew#17613.
2013-05-26 12:08:05 -07:00
Adam Vandenberg
51e284b56f neon: style nits 2013-01-28 21:40:23 -08:00
Daniel Molkentin
b8f160be1b neon: enable warnings to unbreak ./configure run.
./configure relies on the compiler issueing warnings, turning
them into errors in order to to determine certain settings,
such as printf formatting strings.

Closes Homebrew/homebrew#17069.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 06:35:48 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
beeb03e5f5 neon: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:01 -05:00
Adam Vandenberg
dd6d64bc09 Neon 0.29.6 2012-01-08 09:55:03 -08:00
Adam Vandenberg
1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Adam Vandenberg
aad67b6025 Document keg-only system duplicates. 2011-03-15 22:04:38 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
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