Commit Graph

13 Commits (a8384250d7a1bd9147d4198bd974ea8c363fdf25)

Author SHA1 Message Date
Adam Vandenberg 0103ba1bc2 Add RVM/cider caveats to alt. Rubies. 2010-07-20 07:24:39 -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
Dennis Krupenik 6cd2d7f536 updated ruby-enterprise-edition to 2010.02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 08:04:09 -07:00
Adam Vandenberg 421d480a2c Ruby Enterprise Edition depends on readline for unicode support.
(For reference, the Ruby 1.9 formula also depends on readline.)

This fixes Homebrew/homebrew#882.
2010-04-05 16:26:30 -07:00
Max Howell dabeaddebb String.undent for prettier HEREDOCs 2010-03-07 17:57:05 +00:00
Carmine Paolino 4581490798 Update Ruby Enterprise Edition to 2010.01
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25 15:39:16 -08:00
Joel Chippindale 3f89e19d3b Fix args for ruby-enterprise-edition formula
Without this change the following error was output for my homebrew location

==> /installer --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10 --no-tcmalloc -c --enable-shared
invalid option: --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10
2009-12-19 15:25:41 +00:00
Stephen Caudill 590f13efd1 Allow REE to be built shared 2009-12-05 18:09:20 +00:00
Max Howell 0531c8081f Some more aliases 2009-12-04 14:16:45 +00:00
Tom Ward ed7aae5908 Updated ruby enterprise edition formula to 1.8.7-2009.10 release 2009-11-07 18:22:35 +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
Mathias Meyer 6b0cd606a3 Don't strip the ruby binary, unicorns die and bundles don't get loaded. 2009-10-15 15:18:53 +01:00
Attila Györffy e267611d72 Ruby Enterprise Edition 1.8.7-20090928
A server-oriented friendly branch of Ruby which includes various enhancements.
2009-10-01 16:21:30 +01:00