Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (171e5eaf1eb71c844d57cd8404ce6e4d28888ce8)
  • Date: Sun, 4 May 2008 07:37:27 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (171e5eaf1eb71c844d57cd8404ce6e4d28888ce8), Vlad Glagolev, 05/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page