[arch-commits] Commit in boost/trunk (PKGBUILD exceptions.patch)
Ionut Biru
ibiru at archlinux.org
Fri Jul 6 14:21:16 UTC 2012
Date: Friday, July 6, 2012 @ 10:21:16
Author: ibiru
Revision: 163045
update to 1.50.0
Modified:
boost/trunk/PKGBUILD
Deleted:
boost/trunk/exceptions.patch
------------------+
PKGBUILD | 13 ++++---------
exceptions.patch | 25 -------------------------
2 files changed, 4 insertions(+), 34 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-07-06 14:06:51 UTC (rev 163044)
+++ PKGBUILD 2012-07-06 14:21:16 UTC (rev 163045)
@@ -6,17 +6,15 @@
pkgbase=boost
pkgname=('boost-libs' 'boost')
-pkgver=1.49.0
+pkgver=1.50.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
- exceptions.patch)
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
license=('custom')
-md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
- '9b44c28b36303152050c8c82469569c5')
+md5sums=('dbc07ab0254df3dda6300fd737b3f264')
_stagedir="${srcdir}/stagedir"
@@ -28,10 +26,7 @@
echo "using mpi ;" >> build/v2/user-config.jam
cd "${srcdir}"/${pkgbase}_${_boostver}
- # https://svn.boost.org/trac/boost/ticket/5731
- patch -p0 -i "${srcdir}/exceptions.patch"
-
# build bjam
cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
./build.sh cc
Deleted: exceptions.patch
===================================================================
--- exceptions.patch 2012-07-06 14:06:51 UTC (rev 163044)
+++ exceptions.patch 2012-07-06 14:21:16 UTC (rev 163045)
@@ -1,25 +0,0 @@
-diff -up boost/numeric/conversion/converter_policies.hpp\~ boost/numeric/conversion/converter_policies.hpp
---- boost/numeric/conversion/converter_policies.hpp~ 2008-10-13 11:00:03.000000000 +0200
-+++ boost/numeric/conversion/converter_policies.hpp 2011-07-22 11:46:40.961876274 +0200
-@@ -20,6 +20,7 @@
-
- #include "boost/mpl/if.hpp"
- #include "boost/mpl/integral_c.hpp"
-+#include "boost/throw_exception.hpp"
-
- namespace boost { namespace numeric
- {
-@@ -159,9 +160,9 @@ struct def_overflow_handler
- void operator() ( range_check_result r ) // throw(negative_overflow,positive_overflow)
- {
- if ( r == cNegOverflow )
-- throw negative_overflow() ;
-+ boost::throw_exception( negative_overflow() ) ;
- else if ( r == cPosOverflow )
-- throw positive_overflow() ;
-+ boost::throw_exception( positive_overflow() ) ;
- }
- } ;
-
-
-Diff finished. Fri Jul 22 11:46:49 2011
More information about the arch-commits
mailing list