[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (171e5eaf1eb71c844d57cd8404ce6e4d28888ce8)

Vlad Glagolev scm at sourcemage.org
Sun May 4 08:37:27 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 python-pypi/scons/DETAILS   |    4 ++--
 python-pypi/scons/HISTORY   |    3 ---
 python-pypi/scons/PRE_BUILD |    2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 171e5eaf1eb71c844d57cd8404ce6e4d28888ce8
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    Revert "scons: => 0.98.3", brakes the builds with boost, downgrading to .2
    
    This reverts commit 4d1ca71cfc50989b7840f2affbb4d93950402f41.

diff --git a/python-pypi/scons/DETAILS b/python-pypi/scons/DETAILS
index 54999ec..4160537 100755
--- a/python-pypi/scons/DETAILS
+++ b/python-pypi/scons/DETAILS
@@ -1,6 +1,6 @@
            SPELL=scons
-         VERSION=0.98.3
-     SOURCE_HASH=sha512:82c42165c5df0d1e1b18ae2233a4e7050cdbf24dab7f07d88dca773ff799742549691993d356223e3a296e8bd7b725a42db8e82a899bfa73a61d5d1d54519122
+         VERSION=0.98.2
+     SOURCE_HASH=sha512:a4af1f726c60184a37fa0eba5514fec2ded07e32414e775de831a8155fac7ca83c3623263dca75cbbe9581a312b13433e30c7f2887dcfeac083972206f0e387d
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/scons/HISTORY b/python-pypi/scons/HISTORY
index 25e94e1..9430012 100644
--- a/python-pypi/scons/HISTORY
+++ b/python-pypi/scons/HISTORY
@@ -1,6 +1,3 @@
-2008-05-03 Vlad Glagolev <stealth at sourcemage.org>
-	* DETAILS: updated spell to 0.98.3
-
 2008-04-29 Vlad Glagolev <stealth at sourcemage.org>
 	* PRE_BUILD: fixed CXXFLAGS bug
 
diff --git a/python-pypi/scons/PRE_BUILD b/python-pypi/scons/PRE_BUILD
index 7102429..e72c5a0 100755
--- a/python-pypi/scons/PRE_BUILD
+++ b/python-pypi/scons/PRE_BUILD
@@ -1,5 +1,5 @@
 default_pre_build &&
 cd $SOURCE_DIRECTORY &&
-
+sed -i "s:CLVar(''):CLVar('\$CXXFLAGS'):g" engine/SCons/Tool/c++.py &&
 # fix man page install location
 sed -i "s/\('man', 'man1'\)/'share', \1/" setup.py



More information about the SM-Commit mailing list