[arch-commits] Commit in boost/trunk (PKGBUILD translate_exception.patch)
Giovanni Scafora
giovanni at archlinux.org
Sat Jul 25 13:51:42 UTC 2009
Date: Saturday, July 25, 2009 @ 09:51:42
Author: giovanni
Revision: 47701
upgpkg: boost 1.39.0-2
Patched for adding missing header
Added:
boost/trunk/translate_exception.patch
Modified:
boost/trunk/PKGBUILD
---------------------------+
PKGBUILD | 8 +++++---
translate_exception.patch | 10 ++++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-25 12:44:29 UTC (rev 47700)
+++ PKGBUILD 2009-07-25 13:51:42 UTC (rev 47701)
@@ -6,12 +6,12 @@
pkgname=boost
pkgver=1.39.0
_boostver=1_39_0
-pkgrel=1
+pkgrel=2
pkgdesc="Boost provides free peer-reviewed portable C++ source libraries."
arch=(i686 x86_64)
url="http://www.boost.org/"
depends=('python>=2.5' 'bzip2' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${_boostver}.tar.gz layout-tagged.patch)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${_boostver}.tar.gz layout-tagged.patch translate_exception.patch)
license=('custom')
options=(!ccache)
@@ -20,6 +20,7 @@
#export CFLAGS="${CFLAGS} -fno-strict-aliasing"
#export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
patch -Np0 -i ${srcdir}/layout-tagged.patch || return 1
+ patch -Np1 -i ${srcdir}/translate_exception.patch || return 1
# build bjam
cd ${srcdir}/${pkgname}_${_boostver}/tools/jam/src
@@ -67,4 +68,5 @@
${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
}
md5sums=('fcc6df1160753d0b8c835d17fdeeb0a7'
- '1f085180881155fbb85be0cb9f7d8f35')
+ '1f085180881155fbb85be0cb9f7d8f35'
+ '1785bd2f958de7649b4e378680c44d16')
Added: translate_exception.patch
===================================================================
--- translate_exception.patch (rev 0)
+++ translate_exception.patch 2009-07-25 13:51:42 UTC (rev 47701)
@@ -0,0 +1,10 @@
+--- a/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700
++++ b/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700
+@@ -9,6 +9,7 @@
+
+ # include <boost/call_traits.hpp>
+ # include <boost/type_traits/add_const.hpp>
++# include <boost/type_traits/add_reference.hpp>
+
+ # include <boost/function/function0.hpp>
+
More information about the arch-commits
mailing list