[Lunar-commits] <moonbase> boost: cleanup DETAILS
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Sun May 13 02:12:38 CEST 2012
commit 97e69811319c0432e8c5d5f58f524dee7b17f587
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Sun May 13 01:03:29 2012 +0200
boost: cleanup DETAILS
Also the patch is not needed anymore.
This issue got fixed 3 month ago.
---
libs/boost/BUILD | 2 --
libs/boost/DETAILS | 8 ++------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 3432a97..4fc276b 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE2 0 &&
-
# use bootstrap so we can use their supplied bjam/b2.
./bootstrap.sh &&
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 5212722..d41bdb4 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,13 +1,9 @@
MODULE=boost
VERSION=1.49.0
- VER=_1_49_0
- SOURCE=$MODULE$VER.tar.bz2
- SOURCE2=boost-1.47.0-exceptions.01.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER
+ SOURCE=${MODULE}_${VERSION//./_}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION//./_}
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:26a52840e9d12f829e3008589abf0a925ce88524
- SOURCE2_VFY=sha1:dc1b62cb481d2ad6e766239ab7ae84462ea23f3a
WEB_SITE=http://www.boost.org
ENTERED=20041115
UPDATED=20120227
More information about the Lunar-commits
mailing list