Commit graph

5 commits

Author SHA1 Message Date
Adam Vandenberg
69488dcf63 librets: use boost 1.49
Also, disable building Ruby bindings, as they try to install to a
system folder that the user may not have permission to.

Closes Homebrew/homebrew#14341.
2012-10-31 21:35:07 -07:00
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Fred Ngo
1724fd4512 librets 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-10 09:18:30 -07:00
Ben Bleything
880bc1c503 librets: modify to work with Snow Leopard's SWIG
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-21 15:24:43 -08:00
Ben Bleything
b1d77a6b66 librets 1.5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-16 06:45:18 -07:00