Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (a6aeccd5ed8ab9a630e742c065ea68827ea01fcd)
  • Date: Wed, 28 Mar 2007 15:58:41 -0500

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

dev/null |binary
games-simulation/torcs/BUILD | 6 ++----
games-simulation/torcs/HISTORY | 5 +++++
games-simulation/torcs/PRE_BUILD | 9 +++++++++
games-simulation/torcs/torcs-1.2.4.tar.bz2.sig | 0
5 files changed, 16 insertions(+), 4 deletions(-)

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

games-simulation/torcs:

BUILD: removed make_{single,normal}, cosmetic fix
PRE_BUILD: added for fixing data directory
torcs-1.2.4.tar.bz2.sig: removed old signature

diff --git a/games-simulation/torcs/BUILD b/games-simulation/torcs/BUILD
index 2c3c11c..3e0f0e5 100755
--- a/games-simulation/torcs/BUILD
+++ b/games-simulation/torcs/BUILD
@@ -1,7 +1,5 @@
if check_if_xorg_modular_libs ; then
OPTS="$OPTS --x-libraries=${TRACK_ROOT}/usr/lib"
-fi &&
+fi &&

-make_single &&
-default_games_build &&
-make_normal
+default_games_build
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index af42c4b..9709215 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,8 @@
+2007-03-28 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: removed make_{single,normal}, cosmetic fix
+ * PRE_BUILD: added for fixing data directory
+ * torcs-1.2.4.tar.bz2.sig: removed old signature
+
2007-03-25 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: switched to default_games_build, some cleanups
* DEPENDS: libxrandr is a required dependency
diff --git a/games-simulation/torcs/PRE_BUILD
b/games-simulation/torcs/PRE_BUILD
new file mode 100755
index 0000000..f2ddb15
--- /dev/null
+++ b/games-simulation/torcs/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build
&&
+cd ${SOURCE_DIRECTORY}
&&
+
+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
diff --git a/games-simulation/torcs/torcs-1.2.4.tar.bz2.sig
b/games-simulation/torcs/torcs-1.2.4.tar.bz2.sig
deleted file mode 100644
index ca64f23..0000000
Binary files a/games-simulation/torcs/torcs-1.2.4.tar.bz2.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (a6aeccd5ed8ab9a630e742c065ea68827ea01fcd), Pol Vinogradov, 03/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page