Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Martin Spitzbarth (72abafea453dc8e356b73e90e8cde999380dfaf1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Martin Spitzbarth (72abafea453dc8e356b73e90e8cde999380dfaf1)
  • Date: Fri, 22 Aug 2008 06:00:34 -0500

GIT changes to master z-rejected grimoire by Martin Spitzbarth
<m.spitzbarth AT gmx.de>:

z-games/enemy-territory/DETAILS | 10 ++--------
z-games/enemy-territory/HISTORY | 5 +++++
z-games/enemy-territory/INSTALL | 11 +++++++++--
3 files changed, 16 insertions(+), 10 deletions(-)

New commits:
commit 72abafea453dc8e356b73e90e8cde999380dfaf1
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

enemy-territory: new download locations, two fixes in INSTALL, bug 13078

diff --git a/z-games/enemy-territory/DETAILS b/z-games/enemy-territory/DETAILS
index 90cff97..aa2a6a2 100755
--- a/z-games/enemy-territory/DETAILS
+++ b/z-games/enemy-territory/DETAILS
@@ -2,14 +2,8 @@
VERSION=2.60
SOURCE=et-linux-${VERSION}.x86.run
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://3dgamers.planetmirror.com/pub/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[1]=http://ftp7.3dgamers.com/pub/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[2]=http://3dgamers.intelenet.net/pub/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[3]=http://3dgxfer1.3dgamers.com/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[4]=http://ftp4.3dgamers.com/pub/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[5]=http://3dgxfer2.3dgamers.com/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[6]=ftp://3dgr35g:mr23g239a AT 3dgamers.mirror.internode.on.net/3dgamers/games/wolfensteinet/$SOURCE
-
SOURCE_URL[7]=http://3dgamers.iinet.net.au/pub/3dgamers/games/wolfensteinet/$SOURCE
+ SOURCE_URL[0]=http://ftp.games.skynet.be/pub/wolfenstein/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.filearena.net/mnt5/FreeBSD/ports/distfiles/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=ID
WEB_SITE=http://www.castlewolfenstein.com
diff --git a/z-games/enemy-territory/HISTORY b/z-games/enemy-territory/HISTORY
index fdb5459..f19263d 100644
--- a/z-games/enemy-territory/HISTORY
+++ b/z-games/enemy-territory/HISTORY
@@ -1,3 +1,8 @@
+2008-08-22 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated SOURCE_URL and all its mirrors
+ * INSTALL: changed ln -s to ln -sf, fixing bug 13078,
+ create the directory usr/games if necessary
+
2007-12-18 Arjan Bouter <abouter AT sourcemage.org>
* desktop/et.desktop: added

diff --git a/z-games/enemy-territory/INSTALL b/z-games/enemy-territory/INSTALL
index 2100e1b..91d3b10 100755
--- a/z-games/enemy-territory/INSTALL
+++ b/z-games/enemy-territory/INSTALL
@@ -13,8 +13,8 @@ install -m755 bin/Linux/x86/*.x86 $I_DIR &&
# Setup symlinks for mods (e.g. True Combat: Elite)
#
pushd $I_DIR &&
-ln -s et.x86 et &&
-ln -s etded.x86 etded &&
+ln -sf et.x86 et &&
+ln -sf etded.x86 etded &&
popd &&

install openurl.sh $I_DIR &&
@@ -28,6 +28,13 @@ echo -e "#!/bin/sh \n
# Needed to make symlinks/shortcuts work. \n
# the binaries must run with correct working directory \n
cd "${I_DIR}" \n ./etded.x86 \$* \n exit \$?" > etded &&
+
+# make sure that usr/games exists before installing files into it
+if [[ ! -e ${INSTALL_ROOT}/usr/games ]]
+then
+ install -m 0750 --group=games --directory ${INSTALL_ROOT}/usr/games
+fi &&
+
install et ${INSTALL_ROOT}/usr/games &&
install etded ${INSTALL_ROOT}/usr/games &&
mkdir -p ${INSTALL_ROOT}/usr/share/applnk/Games/ &&



  • [SM-Commit] GIT changes to master z-rejected grimoire by Martin Spitzbarth (72abafea453dc8e356b73e90e8cde999380dfaf1), Martin Spitzbarth, 08/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page