From 36178ef5a81a2bfc1ece4284572a2e49c305d288 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 5 Feb 2013 03:03:44 +0100 Subject: boost 1.53 Closes #17589. Signed-off-by: Mike McQuaid --- Library/Formula/boost.rb | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'Library') diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 71e3e67eb..a444eb8d8 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -22,18 +22,11 @@ end class Boost < Formula homepage 'http://www.boost.org' - url 'http://downloads.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2' - sha1 'cddd6b4526a09152ddc5db856463eaa1dc29c5d9' + url 'http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2' + sha1 'e6dd1b62ceed0a51add3dda6f3fc3ce0f636a7f3' head 'http://svn.boost.org/svn/boost/trunk' - bottle do - version 1 - sha1 'b39540ad7b7ab4ae48ac1265260adb28dde2b9c6' => :mountain_lion - sha1 '7444827406c29b69b5cb1a2479a9d2f0add1a755' => :lion - sha1 '880dbd7127340bda5ee724f81f78709334704fa4' => :snowleopard - end - env :userpaths option :universal @@ -56,23 +49,6 @@ class Boost < Formula false end - def patches - { - :p2 => [ - # Patch boost/config/stdlib/libcpp.hpp to fix the constexpr - # bug reported under Boost 1.52 in Ticket 7671. This patch - # can be removed when upstream release an updated version - # including the fix. - "https://svn.boost.org/trac/boost/changeset/82391?format=diff&new=82391", - - # Security fix for Boost.Locale. For details: - # http://www.boost.org/users/news/boost_locale_security_notice.html - # Drop when 1.53.0+ releases. - "https://svn.boost.org/trac/boost/changeset/81590?format=diff&new=81590" - ] - } - end unless build.head? - def install # Adjust the name the libs are installed under to include the path to the # Homebrew lib directory so executables will work when installed to a -- cgit v1.2.3