Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (53a98f2037579363163d213af3d6ffbcf1372c9c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (53a98f2037579363163d213af3d6ffbcf1372c9c)
  • Date: Fri, 15 Feb 2008 01:39:14 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

games-engines/stratagus/HISTORY | 7 ++++++-
games-engines/stratagus/PRE_BUILD | 2 +-
games-engines/stratagus/stratagus-2.2.4-fhs.patch | 17 +++++++++++++++++
games-engines/stratagus/stratagus-2.2.4-lhs.patch | 17 -----------------
4 files changed, 24 insertions(+), 19 deletions(-)

New commits:
commit 53a98f2037579363163d213af3d6ffbcf1372c9c
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Changed lfs to fhs.

diff --git a/games-engines/stratagus/HISTORY b/games-engines/stratagus/HISTORY
index 09365ef..76c2890 100644
--- a/games-engines/stratagus/HISTORY
+++ b/games-engines/stratagus/HISTORY
@@ -1,5 +1,10 @@
2008-02-14 Dale E. Edmons <linuxfan AT sourcemage.org>
- * stratagus-2.2.4-lhs.patch: Fix Makefile to conform to LHS.
+ * stratagus-2.2.4-lhs.patch: renamed
+ * stratagus-2.2.4-fhs.patch: new name
+ * PRE_BUILD: Use new name.
+
+2008-02-14 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * stratagus-2.2.4-lhs.patch: Fix Makefile to conform to FHS.
* PRE_BUILD: Apply patch.

2007-11-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
diff --git a/games-engines/stratagus/PRE_BUILD
b/games-engines/stratagus/PRE_BUILD
index a9ba608..badf10a 100755
--- a/games-engines/stratagus/PRE_BUILD
+++ b/games-engines/stratagus/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/$SPELL-$VERSION-lhs.patch
+patch -p1 < $SCRIPT_DIRECTORY/$SPELL-$VERSION-fhs.patch
diff --git a/games-engines/stratagus/stratagus-2.2.4-fhs.patch
b/games-engines/stratagus/stratagus-2.2.4-fhs.patch
new file mode 100644
index 0000000..b130ab4
--- /dev/null
+++ b/games-engines/stratagus/stratagus-2.2.4-fhs.patch
@@ -0,0 +1,17 @@
+diff -uraN stratagus-2.2.4/Makefile b/Makefile
+--- stratagus-2.2.4/Makefile 2007-03-04 14:12:34.000000000 -0800
++++ b/Makefile 2008-02-14 05:41:05.000000000 -0800
+@@ -310,11 +310,11 @@
+ install: all install-stratagus
+
+ install-stratagus:
+- install -m 755 stratagus $(PREFIX)/bin
++ install -m 755 stratagus $(PREFIX)/games
+ @echo installation of stratagus complete
+
+ uninstall:
+ @echo uninstalling stratagus and stratagus tools
+- rm $(PREFIX)/bin/stratagus
++ rm $(PREFIX)/games/stratagus
+ @echo uninstallation of stratagus complete
+
diff --git a/games-engines/stratagus/stratagus-2.2.4-lhs.patch
b/games-engines/stratagus/stratagus-2.2.4-lhs.patch
deleted file mode 100644
index b130ab4..0000000
--- a/games-engines/stratagus/stratagus-2.2.4-lhs.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -uraN stratagus-2.2.4/Makefile b/Makefile
---- stratagus-2.2.4/Makefile 2007-03-04 14:12:34.000000000 -0800
-+++ b/Makefile 2008-02-14 05:41:05.000000000 -0800
-@@ -310,11 +310,11 @@
- install: all install-stratagus
-
- install-stratagus:
-- install -m 755 stratagus $(PREFIX)/bin
-+ install -m 755 stratagus $(PREFIX)/games
- @echo installation of stratagus complete
-
- uninstall:
- @echo uninstalling stratagus and stratagus tools
-- rm $(PREFIX)/bin/stratagus
-+ rm $(PREFIX)/games/stratagus
- @echo uninstallation of stratagus complete
-



  • [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (53a98f2037579363163d213af3d6ffbcf1372c9c), Dale E. Edmons, 02/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page