Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (def2143a1ee23e4de057de8571bcbcaa5ac79944)
  • Date: Sun, 3 Feb 2008 20:28:26 -0600

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 | 4 ++--
games-arcade-2d/xmoto/HISTORY | 6 ++++++
games-arcade-2d/xmoto/PRE_BUILD | 5 +++++
games-arcade-2d/xmoto/svnversion-deletion.patch | 24
++++++++++++++++++++++++
5 files changed, 37 insertions(+), 7 deletions(-)

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

games-arcade-2d/xmoto: updated to 0.4.0, added patch for building without
subversion, moved some BUILD code to PRE_BUILD

diff --git a/games-arcade-2d/xmoto/BUILD b/games-arcade-2d/xmoto/BUILD
index f788c49..4d767dc 100755
--- a/games-arcade-2d/xmoto/BUILD
+++ b/games-arcade-2d/xmoto/BUILD
@@ -1,8 +1,3 @@
OPTS="--with-localesdir=${INSTALL_ROOT}/usr/share/locale ${XMOTO_OPTS}
${OPTS}" &&

-sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in
&&
-sedit "s:${datarootdir}/locale:${INSTALL_ROOT}/usr/share/locale:" configure
&&
-sedit "s:$datadir/locale:${INSTALL_ROOT}/usr/share/locale:" configure
&&
-sedit 's:$(datadir)/locale:$(prefix)/share/locale:' po/Makefile.in.in
&&
-
default_games_build
diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index d508679..81fbaef 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -1,8 +1,8 @@
SPELL=xmoto
- VERSION=0.3.4
+ VERSION=0.4.0
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:12b10c870e856b504985a4bbbd336ff1d76063dd84058d9a822cb8a36d3bbd840181048b30e36c2654cf3e2025aba047b21b681f132ff037700883c821cfb12e
+
SOURCE_HASH=sha512:d75702b421c16fb730a70f5a9112ae88b1058cb811a4ffac740de3dcec7c2593e576ef64986520f36b1aba3b06fe8b1fd53d9286aa33f7f27e3fc352df53989c
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xmoto.tuxfamily.org/
ENTERED=20051006
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index fbc0439..b5932d3 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,9 @@
+2008-02-03 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.4.0
+ * BUILD: moved sedit lines to PRE_BUILD
+ * PRE_BUILD, svnversion-deletion.patch: added for building without
+ subversion, moved part of BUILD code to here
+
2007-10-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.3.4

diff --git a/games-arcade-2d/xmoto/PRE_BUILD b/games-arcade-2d/xmoto/PRE_BUILD
new file mode 100755
index 0000000..d2ff072
--- /dev/null
+++ b/games-arcade-2d/xmoto/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+patch -p0 < ${SCRIPT_DIRECTORY}/svnversion-deletion.patch &&
+sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in
diff --git a/games-arcade-2d/xmoto/svnversion-deletion.patch
b/games-arcade-2d/xmoto/svnversion-deletion.patch
new file mode 100644
index 0000000..fa6ef44
--- /dev/null
+++ b/games-arcade-2d/xmoto/svnversion-deletion.patch
@@ -0,0 +1,24 @@
+--- src/Makefile.in.orig 2008-02-03 11:49:47.000000000 +0500
++++ src/Makefile.in 2008-02-03 11:51:05.000000000 +0500
+@@ -2468,21 +2468,7 @@
+ @WIN32_TRUE@.ico.o:
+ @WIN32_TRUE@ echo "1 ICON \"""$<""\"" > tmp.rc && i586-mingw32msvc-windres
tmp.rc "$@"
+
+-# Force svn_version.o to always be remade if necessary
+-all: svnCheck
+- @echo svnCheck
+
+-svnCheck:
+- if test -d $(srcdir)/.svn; then \
+- if ! test -f svnVersion -a "`cat svnVersion`" = "`svnversion -n
$(srcdir)`"; then \
+- svnversion -n $(srcdir) > svnVersion; \
+- fi; \
+- fi
+-
+-svnVersion:
+- svnversion -n $(srcdir) > svnVersion
+-
+-svn_version.$(OBJEXT): svnVersion
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (def2143a1ee23e4de057de8571bcbcaa5ac79944), Pol Vinogradov, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page