Commit Graph

18 Commits (612162950ef939f75ebb7e33c9bf8f36035067c9)

Author SHA1 Message Date
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg c2cbb0e503 readline - using collect was silly 2010-09-29 21:43:45 -07:00
David Höppner 1fdf09bdc7 readline: update version to 6.1 2010-08-29 17:28:30 +02: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 7cae66b1a6 readline 6.0.5 2010-05-19 08:02:20 -07:00
Adam Vandenberg 7736ddc92c Build readline as universal; more useful that way. 2010-04-06 09:28:57 -07:00
Adam Vandenberg 052b5f3f97 Add a --universal option to readline. 2010-03-17 09:29:49 -07:00
Adam Vandenberg 9baec62958 Use --enable-multibyte in Readline. 2009-12-17 19:19:33 +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
Max Howell 24ce147997 Fix readline
Patches were level 0, not level 1
2009-09-25 15:31:55 +01:00
Max Howell 7754e27f1f Fix readline on Snow Leopard
The patches broke the build.
2009-09-22 19:56:23 +01:00
Miikka Koskinen ce2390f593 Add missing end to readline formula. 2009-09-22 19:56:23 +01:00
Adam Vandenberg 4786129c64 Apply patches to readline 6.0 2009-09-21 13:06:20 -07:00
Max Howell a5e21d9276 Automatically add keg_only? deps to relevent ENV
Eg gettext gets added into LDFLAGS, INCLUDE and that. I hope I got everything
that is typical. Prolly not. But we'll find out.

Made readline keg_only because the BSD version is provided by OS X, and I
don't want bug reports that are tricky to solve due to unexpected differences
between the two.
2009-09-21 20:23:09 +01:00
Clinton R. Nixon 3193c44893 Readline 6.0 2009-09-14 20:33:46 +01:00
Adam Vandenberg c491bc9ed2 Revert readline to version 5.2, but add patches
This is because Python 2.6 needs this. As soon as something needs readline 6,
we need to support both, which of course we can :)
2009-08-10 18:12:16 +01:00
Max Howell aa14a25a43 Apply new ENV capabilities to all existing Formulae 2009-08-10 18:11:22 +01:00
Max Howell 6acb6af0d2 Added Readline formula; updated Python formula. 2009-08-02 01:25:01 +01:00