Skip to Content.
Sympa Menu

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

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 (6901adad1835ed6d43a1aeefcc9c5cde721e2c80)
  • Date: Thu, 28 Sep 2006 10:08:14 -0500

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



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (6901adad1835ed6d43a1aeefcc9c5cde721e2c80), Pol Vinogradov, 09/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page