Skip to Content.
Sympa Menu

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

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 (e69ed021687f5ddfd928c75fcad174c5bfa8fd77)
  • Date: Tue, 27 Mar 2007 15:27:17 -0500

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

games-simulation/torcs/BUILD | 17 ++++++-----------
games-simulation/torcs/DEPENDS | 9 +++++----
games-simulation/torcs/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 15 deletions(-)

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

games-simulation/torcs:

BUILD: switched to default_games_build, some cleanups
DEPENDS: libxrandr is a required dependency

diff --git a/games-simulation/torcs/BUILD b/games-simulation/torcs/BUILD
index e9478c9..2c3c11c 100755
--- a/games-simulation/torcs/BUILD
+++ b/games-simulation/torcs/BUILD
@@ -1,12 +1,7 @@
-OPTS="$OPTS --x-libraries=${TRACK_ROOT}/usr/lib/" &&
-./configure --build=${BUILD} \
- --prefix=${INSTALL_ROOT}/usr/ \
- --libdir=${INSTALL_ROOT}/usr/lib \
- --bindir=${INSTALL_ROOT}/usr/games \
- --datadir=${INSTALL_ROOT}/usr/share/ \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var/games \
- ${OPTS} &&
-make_single &&
-make &&
+if check_if_xorg_modular_libs ; then
+ OPTS="$OPTS --x-libraries=${TRACK_ROOT}/usr/lib"
+fi &&
+
+make_single &&
+default_games_build &&
make_normal
diff --git a/games-simulation/torcs/DEPENDS b/games-simulation/torcs/DEPENDS
index c837012..1f1e82d 100755
--- a/games-simulation/torcs/DEPENDS
+++ b/games-simulation/torcs/DEPENDS
@@ -7,8 +7,9 @@ depends X11-LIBS "--with-x" &&
source $GRIMOIRE/FUNCTIONS &&

if check_if_xorg_modular_libs ; then
- optional_depends libxrandr \
- "--enable-xrandr" \
- "--disable-xrandr" \
- "enable the XRANDR mode?"
+ depends libxrandr "--enable-xrandr"
+# optional_depends libxrandr \
+# "--enable-xrandr" \
+# "--disable-xrandr" \
+# "enable the XRANDR mode?"
fi
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index 4af7f0b..af42c4b 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,7 @@
+2007-03-25 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: switched to default_games_build, some cleanups
+ * DEPENDS: libxrandr is a required dependency
+
2006-12-09 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: track_rootifying path to X libraries, added missing &&
* DEPENDS: needs openal, added optional depends on libxrandr if X are




Archive powered by MHonArc 2.6.24.

Top of Page