| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
Closes #18833.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
note: patch is no longer needed as of 1.25.08
Closes #18603.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
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>
 | 
 | 
 | 
 | 
curl/types.h has been deprecated for many years, and is an empty file
in the 10.6 and 10.7 versions of curl. 10.8 upgraded to a version of
curl which has dropped it entirely, breaking some software which still
#included the deprecreated header. This patch backports an upstream fix
which removes the unnecessary #include.
Fixes #13540.
 | 
 | 
Closes #13704.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Closes #7673.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Thus we download from the best mirror always.
 | 
 | 
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.
 | 
 | 
 | 
 | 
Moved Forumla and Cellar/homebrew into Library.
This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
 |