[SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (6901adad1835ed6d43a1aeefcc9c5cde721e2c80)

Pol Vinogradov scm at mail.sourcemage.org
Thu Sep 28 11:08:14 EDT 2006


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

 games-arcade-2d/xmoto/BUILD   |    5 +++++
 games-arcade-2d/xmoto/DETAILS |    1 +
 games-arcade-2d/xmoto/HISTORY |    5 ++++-
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 6901adad1835ed6d43a1aeefcc9c5cde721e2c80
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    games-arcade-2d/xmoto:
    
    BUILD: added sedit operators to fix man pages installation and avoid compile
    error i have
    DETAILS: PATCHLEVEL++

diff --git a/games-arcade-2d/xmoto/BUILD b/games-arcade-2d/xmoto/BUILD
index a021f8a..2220b89 100755
--- a/games-arcade-2d/xmoto/BUILD
+++ b/games-arcade-2d/xmoto/BUILD
@@ -1,3 +1,8 @@
 OPTS="${XMOTO_OPTS} ${OPTS}"  &&
 
+sedit "s:USE_GETTEXT:HAVE_GETTEXT:g" src/Locales.h    &&
+sedit "s:USE_GETTEXT:HAVE_GETTEXT:g" src/Locales.cpp  &&
+
+sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in  &&
+
 default_games_build
diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index bf9c183..78c567b 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -6,6 +6,7 @@
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://xmoto.sourceforge.net/
          ENTERED=20051006
+      PATCHLEVEL=1
       LICENSE[0]=GPL
            SHORT="X-Moto is a challenging 2D motocross platform game"
 cat << EOF
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index 4a59d91..875d60f 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,6 +1,9 @@
 2006-09-28 Pol Vinogradov <vin.public at gmail.com>
-	* BUILD: added OPTS asignment operator for adding XMOTO_OPTS
+	* BUILD: added OPTS asignment operator for adding XMOTO_OPTS, added
+	  sedit operators to fix man pages installation and avoid compile error
+	  i have
 	* CONFIGURE: added for querying about zoom support
+	* DETAILS: PATCHLEVEL++
 
 2006-09-27 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0.2.1, SOURCE_URL[1] removed as it's one of



More information about the SM-Commit mailing list