New commits:
commit 589b4256107167a3cd97afc846cd27116a516fca
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
games-simulation/torcs: added patch to build with gcc 4.3.x, some
cleanups in DEPENDS
diff --git a/games-simulation/torcs/DEPENDS b/games-simulation/torcs/DEPENDS
index 1f1e82d..1dd90f4 100755
--- a/games-simulation/torcs/DEPENDS
+++ b/games-simulation/torcs/DEPENDS
@@ -2,14 +2,5 @@ depends GLUT &&
depends openal &&
depends plib &&
depends libpng &&
-depends X11-LIBS "--with-x" &&
-
-source $GRIMOIRE/FUNCTIONS &&
-
-if check_if_xorg_modular_libs ; then
- depends libxrandr "--enable-xrandr"
-# optional_depends libxrandr \
-# "--enable-xrandr" \
-# "--disable-xrandr" \
-# "enable the XRANDR mode?"
-fi
+depends xorg-libs "--with-x" &&
+depends libxrandr "--enable-xrandr"
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index 9709215..9d38a3f 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,9 @@
+2008-11-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: got rid of xorg-modular grimoire legacy
+ * PRE_BUILD, torcs-1.3.0-gcc-4.3.0-fix.patch: added to compile with
gcc 4.3.x,
+ patch was taken from Gentoo bug
+ (http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=216622)
+
2007-03-28 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: removed make_{single,normal}, cosmetic fix
* PRE_BUILD: added for fixing data directory
diff --git a/games-simulation/torcs/PRE_BUILD
b/games-simulation/torcs/PRE_BUILD
index f2ddb15..b929736 100755
--- a/games-simulation/torcs/PRE_BUILD
+++ b/games-simulation/torcs/PRE_BUILD
@@ -1,9 +1,10 @@
-default_pre_build
&&
-cd ${SOURCE_DIRECTORY}
&&
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&