[Lunar-commits] <moonbase> boost: Version bump. An adjustment to the BUILD, it did not like single with multi.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Aug 13 16:46:15 CEST 2009
commit ed5fdb24de38d2b20fe2de21b432627faf225120
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Aug 13 10:46:15 2009 -0400
boost: Version bump. An adjustment to the BUILD, it did not like single with multi.
You will want a lunar update or lunar fix... for sure if you have anything built
with boost.
---
libs/boost/BUILD | 4 ++--
libs/boost/DETAILS | 11 ++++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 08fbb50..75d964c 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -3,7 +3,7 @@
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
bjam -q ${MAKES:+-j$MAKES} \
- threading=single,multi \
+ threading=multi \
runtime-link=shared \
link=shared \
release \
@@ -16,7 +16,7 @@
prepare_install &&
bjam -q ${MAKES:+-j$MAKES} \
- threading=single,multi \
+ threading=multi \
runtime-link=shared \
link=shared \
release \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index cd63acd..f7ee8ca 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,15 +1,16 @@
MODULE=boost
- VERSION=1.38.0
- SOURCE=$MODULE\_1_38_0.tar.bz2
+ VERSION=1.39.0
+ VER=_1_39_0
+ SOURCE=$MODULE$VER.tar.bz2
SOURCE2=boost-1.38.0-function_template.hpp.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1
+ SOURCE_VFY=sha1:6af42f74ab24ccc51589a025593bad298c8adde8
SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240
WEB_SITE=http://www.boost.org
ENTERED=20041115
- UPDATED=20090211
+ UPDATED=20090813
SHORT="A cross-platform supplement to the C++ standard library"
cat << EOF
More information about the Lunar-commits
mailing list