[Lunar-commits] r24638 - moonbase/trunk/libs/boost
Dennis Veatch
stumbles at lunar-linux.org
Fri Jun 1 16:28:50 CEST 2007
Author: stumbles
Date: 2007-06-01 16:28:50 +0200 (Fri, 01 Jun 2007)
New Revision: 24638
Modified:
moonbase/trunk/libs/boost/BUILD
moonbase/trunk/libs/boost/DETAILS
Log:
Version bump. Aside from bugfixes, some new libraries the
BUILD changed significantly.
I fully expected lunar fix to find some issues since the
library version numbers changed and things like kdebindings
would need a recompile but no issues were found.
Modified: moonbase/trunk/libs/boost/BUILD
===================================================================
--- moonbase/trunk/libs/boost/BUILD 2007-06-01 12:53:05 UTC (rev 24637)
+++ moonbase/trunk/libs/boost/BUILD 2007-06-01 14:28:50 UTC (rev 24638)
@@ -1,37 +1,8 @@
(
- # build bjam (which is used instead of make)
- cd "$SOURCE_DIRECTORY/tools/build/jam_src" &&
- ./build.sh gcc &&
- cd "$SOURCE_DIRECTORY"
+ ./configure --prefix=/usr \
+ $OPTS &&
- BJAMBIN="$SOURCE_DIRECTORY/tools/build/jam_src/bin.*/bjam"
+ default_make
- $BJAMBIN -sBOOST_ROOT="$SOURCE_DIRECTORY" \
- -sTOOLS=gcc \
- --prefix=/usr \
- --layout=system \
- $OPTS
-
- $BJAMBIN -sBOOST_ROOT="$SOURCE_DIRECTORY" \
- -sTOOLS=gcc \
- --prefix=/usr \
- --layout=system \
- $OPTS
-
- prepare_install &&
-
- cd "$SOURCE_DIRECTORY/tools/build" &&
- mkdir -p /usr/share/boost-build &&
- cp -pPR index.html v1/ v2/ /usr/share/boost-build &&
-
- cd "$SOURCE_DIRECTORY"
-
- $BJAMBIN -sBOOST_ROOT="$SOURCE_DIRECTORY" \
- -sTOOLS=gcc \
- --prefix=/usr \
- --layout=system \
- $OPTS \
- install
-
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/boost/DETAILS
===================================================================
--- moonbase/trunk/libs/boost/DETAILS 2007-06-01 12:53:05 UTC (rev 24637)
+++ moonbase/trunk/libs/boost/DETAILS 2007-06-01 14:28:50 UTC (rev 24638)
@@ -1,18 +1,19 @@
MODULE=boost
- VERSION=1.33.1
- SOURCE=$MODULE\_1_33_1.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_33_1
+ VERSION=1.34.0
+ SOURCE=$MODULE\_1_34_0.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_34_0
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:22682f75ff0d1ea548688e78c8cca83d599ca576
+ SOURCE_VFY=sha1:d2fdb4535a13566917fe3d8377b017f094933641
WEB_SITE=http://www.boost.org
ENTERED=20041115
- UPDATED=20060225
+ UPDATED=20070601
SHORT="a cross-platform supplement to the C++ standard library"
cat << EOF
Boost is a cross-platform supplement to the C++ standard library. It
-provides many things, among them
+provides many things, among them
- help for non-compliant implementations of the standard library
- additional containers, iterators, and smart-pointer types
- help for templates
EOF
+
More information about the Lunar-commits
mailing list