aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xmlrpc-c.rb
AgeCommit message (Collapse)Author
2013-03-31xmlrpc-c: remove unused configure switchAdam Vandenberg
2013-03-30xmlrpc-c 1.33.03Chris Lucas
Closes #18833. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-20xmlrpc-c 1.25.21Chris Lucas
note: patch is no longer needed as of 1.25.08 Closes #18603. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-14xmlrpc-c 1.16.44Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-02xmlrpc-c 1.16.43Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-07-30xmlrpc-c: Patch other files for curl/types.hMisty De Meo
2012-07-30xmlrpc-c: Fix curl #include on 10.8Misty De Meo
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.
2012-07-28xmlrpc-c 1.16.42Brett Koonce
Closes #13704. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-10xmlrpc-c 1.16.41Adam Vandenberg
2012-03-10xmlrpc-c 1.16.40Adam Vandenberg
2012-02-09xmlrpc-c 1.16.39Adam Vandenberg
2011-09-16xmlrpc-c: Update to 1.16.38Zac Lee
Closes #7673. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-04-26Update xmlrpc-c to 1.06.39Adam Vandenberg
2010-02-26Use quoted, comma-separated "system" calls.Adam Vandenberg
2009-12-05Be nicer to Sourceforge by using their gateway serverMike Arthur
Thus we download from the best mirror always.
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-08-10Apply new ENV capabilities to all existing FormulaeMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
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.