[arch-commits] Commit in boost/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Sat Jul 25 13:52:25 UTC 2009


    Date: Saturday, July 25, 2009 @ 09:52:24
  Author: giovanni
Revision: 47702

Merged revisions 47701 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/boost/trunk

........
  r47701 | giovanni | 2009-07-25 06:51:42 -0700 (sab, 25 lug 2009) | 2 lines
  
  upgpkg: boost 1.39.0-2
      Patched for adding missing header
........

Added:
  boost/repos/extra-x86_64/translate_exception.patch
    (from rev 47701, boost/trunk/translate_exception.patch)
Modified:
  boost/repos/extra-x86_64/	(properties)
  boost/repos/extra-x86_64/PKGBUILD

---------------------------+
 PKGBUILD                  |    8 +++++---
 translate_exception.patch |   10 ++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)


Property changes on: boost/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /boost/trunk:1-43483
   + /boost/trunk:1-47701

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-07-25 13:51:42 UTC (rev 47701)
+++ extra-x86_64/PKGBUILD	2009-07-25 13:52:24 UTC (rev 47702)
@@ -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')

Copied: boost/repos/extra-x86_64/translate_exception.patch (from rev 47701, boost/trunk/translate_exception.patch)
===================================================================
--- extra-x86_64/translate_exception.patch	                        (rev 0)
+++ extra-x86_64/translate_exception.patch	2009-07-25 13:52:24 UTC (rev 47702)
@@ -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