Skip to Content.
Sympa Menu

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

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 (700f156a98eca3dd79075f72be66d9afcdac238e)
  • Date: Tue, 29 Apr 2008 00:03:49 -0500

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

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

New commits:
commit 700f156a98eca3dd79075f72be66d9afcdac238e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

scons: fixed CXXFLAGS bug

commit 1c9f2d2b1884427259abb3d8efb6eea8acb50eee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "scons: downgraded spell to 0.98.0 due to some SHCXXFLAGS bug"

This reverts commit 26a0b8eacc242d10fdc6c0b1c719ed257add6286.

diff --git a/python-pypi/scons/DETAILS b/python-pypi/scons/DETAILS
index d0dadce..4160537 100755
--- a/python-pypi/scons/DETAILS
+++ b/python-pypi/scons/DETAILS
@@ -1,6 +1,6 @@
SPELL=scons
- VERSION=0.98.0
-
SOURCE_HASH=sha512:38c51b79106e146d50c6f21f132eb09e213e6323c0956a887de35254369daf61eb07becb1deb0ab90960db35fb5c1d048187073046d107be234d1d363965bf04
+ 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 e83143d..9430012 100644
--- a/python-pypi/scons/HISTORY
+++ b/python-pypi/scons/HISTORY
@@ -1,5 +1,5 @@
2008-04-29 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: downgraded spell to 0.98.0 due to some SHCXXFLAGS bug
+ * PRE_BUILD: fixed CXXFLAGS bug

2008-04-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.98.2
diff --git a/python-pypi/scons/PRE_BUILD b/python-pypi/scons/PRE_BUILD
index c6f32d1..e72c5a0 100755
--- a/python-pypi/scons/PRE_BUILD
+++ b/python-pypi/scons/PRE_BUILD
@@ -1,4 +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 (700f156a98eca3dd79075f72be66d9afcdac238e), Vlad Glagolev, 04/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page