[Lunar-commits] <moonbase> boost: Version bump to 1.47.0. Adding a patch to deal with exceptions taken from https://svn.boost.org/trac/boost/ticket/5076.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 19 16:15:21 CEST 2011


commit 52acab7e968e83283e9884583dde4c4923fecf84
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Aug 19 10:15:21 2011 -0400

    boost: Version bump to 1.47.0. Adding a patch to deal with exceptions taken from
    https://svn.boost.org/trac/boost/ticket/5076.
---
 libs/boost/BUILD   |    8 +++++---
 libs/boost/DETAILS |   11 +++++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index df15a98..3432a97 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,12 +1,14 @@
 (
 
-# use bootstrap so we can use their supplied bjam.
+  patch_it $SOURCE2 0 &&
+
+# use bootstrap so we can use their supplied bjam/b2.
   ./bootstrap.sh &&
   
   export EXPAT_INCLUDE=/usr/include/ &&
   export EXPAT_LIBPATH=/usr/lib/ &&
 
-  ./bjam -q ${MAKES:+-j$MAKES} \
+  ./b2 -q ${MAKES:+-j$MAKES} \
        threading=single,multi  \
        --layout=tagged    \
        runtime-link=shared \
@@ -23,7 +25,7 @@
 
   prepare_install &&
 
-  ./bjam -q ${MAKES:+-j$MAKES} \
+  ./b2 -q ${MAKES:+-j$MAKES} \
        threading=single,multi \
        --layout=tagged    \
        runtime-link=shared \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 40d34ec..08377c4 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,13 +1,16 @@
           MODULE=boost
-         VERSION=1.46.1
-             VER=_1_46_1
+         VERSION=1.47.0
+             VER=_1_47_0
           SOURCE=$MODULE$VER.tar.bz2
+         SOURCE2=boost-1.47.0-exceptions.01.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:3ca6e173ec805e5126868d8a03618e587aa26aef
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:6e3eb548b9d955c0bc6f71c51042b713b678136a
+     SOURCE2_VFY=sha1:dc1b62cb481d2ad6e766239ab7ae84462ea23f3a
         WEB_SITE=http://www.boost.org
          ENTERED=20041115
-         UPDATED=20110510
+         UPDATED=20110819
            SHORT="A cross-platform supplement to the C++ standard library"
 
 cat << EOF


More information about the Lunar-commits mailing list