Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (7a968a2206e605adab8dbb683917be8b3df7f9d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (7a968a2206e605adab8dbb683917be8b3df7f9d3)
  • Date: Fri, 12 Dec 2008 17:02:38 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-simulation/torcs/DETAILS | 6 +++---
games-simulation/torcs/HISTORY | 4 ++++
games-simulation/torcs/PRE_BUILD | 12 ++++++------
3 files changed, 13 insertions(+), 9 deletions(-)

New commits:
commit 7a968a2206e605adab8dbb683917be8b3df7f9d3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-simulation/torcs: updated to 1.3.1-test1, sedit -> sed -i in
PRE_BUILD

diff --git a/games-simulation/torcs/DETAILS b/games-simulation/torcs/DETAILS
index 415c349..7207c1c 100755
--- a/games-simulation/torcs/DETAILS
+++ b/games-simulation/torcs/DETAILS
@@ -1,11 +1,11 @@
SPELL=torcs
- VERSION=1.3.0
+ VERSION=1.3.1-test1
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/c/}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-test1/}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://torcs.sourceforge.net/
#SOURCE_GPG="gurus.gpg:$SOURCE.sig"
-
SOURCE_HASH=sha512:9fb6914403d936f800fe7a3fe9e8bce3df43251510e8b162e6f85fb4421d0d43515d5ede5c2c6af126ae6e40a4c35af6e2d77fbd3d9b9daa3b9b194b4a17068c
+
SOURCE_HASH=sha512:c9ce69af603f0eb8abcc418f060cca09a959eaf34c465cdf980092e97021b655341d2e0b2053ef5c18166096d113772e1fe1bfac9c95f2f398c336a7aca84911
LICENSE[0]=GPL
ENTERED=20010926
SHORT="3D racing cars simulator using OpenGL"
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index a036a16..93c9ff7 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,7 @@
+2008-12-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.3.1-test1, fixed SOURCE_DIRECTORY
+ * PRE_BUILD: sedit -> sed -i
+
2008-11-06 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: got rid of xorg-modular grimoire legacy, added path to X11
libraries
* PRE_BUILD, torcs-1.3.0-gcc-4.3.0-fix.patch: added to compile with
gcc 4.3.x,
diff --git a/games-simulation/torcs/PRE_BUILD
b/games-simulation/torcs/PRE_BUILD
index b929736..40a83f2 100755
--- a/games-simulation/torcs/PRE_BUILD
+++ b/games-simulation/torcs/PRE_BUILD
@@ -2,9 +2,9 @@ default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

patch -p0 < ${SCRIPT_DIRECTORY}/torcs-1.3.0-gcc-4.3.0-fix.patch &&
-sedit "s:games/torcs:${SPELL}:" src/linux/torcs.in &&
-sedit "s:games/torcs:${SPELL}:" src/tools/accc/accc.in &&
-sedit "s:games/torcs:${SPELL}:" src/tools/nfsperf/nfsperf.in &&
-sedit "s:games/torcs:${SPELL}:" src/tools/texmapper/texmapper.in &&
-sedit "s:games/torcs:${SPELL}:" src/tools/nfs2ac/nfs2ac.in &&
-sedit "s:datadir = @datadir@/games/torcs:datadir = @datadir@/${SPELL}:"
Make-config.in
+sed -i "s:games/torcs:${SPELL}:" src/linux/torcs.in &&
+sed -i "s:games/torcs:${SPELL}:" src/tools/accc/accc.in &&
+sed -i "s:games/torcs:${SPELL}:" src/tools/nfsperf/nfsperf.in &&
+sed -i "s:games/torcs:${SPELL}:" src/tools/texmapper/texmapper.in &&
+sed -i "s:games/torcs:${SPELL}:" src/tools/nfs2ac/nfs2ac.in &&
+sed -i "s:datadir = @datadir@/games/torcs:datadir = @datadir@/${SPELL}:"
Make-config.in



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (7a968a2206e605adab8dbb683917be8b3df7f9d3), Pol Vinogradov, 12/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page