Commit Graph

12 Commits (988172ad7707e44d843c08b63751f49f7c9f5897)

Author SHA1 Message Date
Jonas Bengtsson 169fbaca1d elinks: enable 256 colors
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04 19:26:03 -08:00
Max Howell 6d5730fa2c Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-02 12:12:30 +01:00
Max Howell 07d4e60363 slinks builds with LLVM
Closes Homebrew/homebrew#7359.
2011-09-01 11:02:13 +01:00
Tim Gray fa58571682 elinks: add head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-08 21:35:01 -07: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 571b81a446 elinks - don't use spidermonkey 2010-10-16 17:54:53 -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 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
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
Mark Imbriaco 98dfd1e6e4 Make the elinks formula use gcc-4.2. 2009-10-03 13:28:31 +01:00
Joshua Peek 226b921337 Formula for elinks 2009-08-30 11:36:19 -05:00