aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
AgeCommit message (Collapse)Author
2009-10-19Add readline dependency to RubyAanand Prasad
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-22Building Ruby with pthread is bad practice.elliottcable
Ruby is not natively threaded; there is absolutely no reason to build against pthread unless you intend to link against libraries themselves built with pthread (tcl/tk). More information: http://blogs.sun.com/prashant/entry/ruby_and_enable_pthreads
2009-09-22I can’t find an explanation of `CFLAGS=-D_XOPEN_SOURCE=1`, so I’m ↵elliottcable
removing it. As far as I can deduce, the source of that flag is in Dan Benjamin’s article, here: http://hivelogic.com/articles/ruby-rails-leopard However, he provides no explanation for its use, and did not respond to commentors’ requests for said explanation; on top of that, I can find no useful references anywhere else. Hence, removing it.
2009-09-21Revert to Ruby 1.9Max Howell
Old formulas are valid, but should be maintained in a separate branch if that's what is needed. The exact way we are going to do this is not yet agreed on.
2009-09-18Ruby 64-bit formulaMike Enriquez
Signed-off-by: Max Howell <max@methylblue.com> I adapted our existing ruby formula using the best bits of them both.
2009-09-14Ruby 1.9.1 formulaClinton R. Nixon