[SM-Commit] GIT changes to master games grimoire by Don Johnson (361da7609f2548af03ed3ece139b2da4e95e2edb)

Don Johnson scm at sourcemage.org
Wed Jul 22 03:49:56 EDT 2009


GIT changes to master games grimoire by Don Johnson <minozake at felix-desktop.(none)>:

 games-terminal/tintin++/DETAILS           |    2 +-
 games-terminal/tintin++/HISTORY           |    1 -
 games-terminal/tintin++/Makefile.in.patch |   11 -----------
 games-terminal/tintin++/PRE_BUILD         |    6 +++---
 4 files changed, 4 insertions(+), 16 deletions(-)

New commits:
commit 361da7609f2548af03ed3ece139b2da4e95e2edb
Author: Don Johnson <minozake at felix-desktop.(none)>
Commit: Don Johnson <minozake at felix-desktop.(none)>

     games-terminal/tintin++: Fixed more of it.

diff --git a/games-terminal/tintin++/DETAILS b/games-terminal/tintin++/DETAILS
index 7f45839..831ad21 100755
--- a/games-terminal/tintin++/DETAILS
+++ b/games-terminal/tintin++/DETAILS
@@ -1,5 +1,5 @@
            SPELL=tintin++
-         VERSION=1.99.3
+         VERSION=1.99.6
           SOURCE=tintin-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/tt
    SOURCE_URL[0]=$SOURCEFORGE_URL/tintin/$SOURCE
diff --git a/games-terminal/tintin++/HISTORY b/games-terminal/tintin++/HISTORY
index 52d7fda..4c97819 100644
--- a/games-terminal/tintin++/HISTORY
+++ b/games-terminal/tintin++/HISTORY
@@ -1,3 +1,2 @@
 2009-07-22  Donald Johnson <ltdonny at gmail.com>
 	* BUILD, CONFIGURE, DETAILS, HISTORY, PRE_BUILD: created this spell
-  * Makefile.in.patch: Patch made to change to correct install directory.
diff --git a/games-terminal/tintin++/Makefile.in.patch b/games-terminal/tintin++/Makefile.in.patch
deleted file mode 100644
index 7acdb54..0000000
--- a/games-terminal/tintin++/Makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.ori	2009-07-22 02:20:21.000000000 -0500
-+++ Makefile.in	2009-07-22 02:20:18.000000000 -0500
-@@ -80,7 +80,7 @@
- 
- 
- install: tt++
--	cp tt++ /usr/bin
-+	cp tt++ /usr/games
- 
- 
- # Autocompile all .c files into .o files using this rule:
diff --git a/games-terminal/tintin++/PRE_BUILD b/games-terminal/tintin++/PRE_BUILD
index bd09111..cb74197 100755
--- a/games-terminal/tintin++/PRE_BUILD
+++ b/games-terminal/tintin++/PRE_BUILD
@@ -1,5 +1,5 @@
-default_pre_build                              &&
-cd $SOURCE_DIRECTORY/src                       &&
-patch -p0 < $SPELL_DIRECTORY/Makefile.in.patch &&
+default_pre_build                                                          &&
+cd $SOURCE_DIRECTORY/src                                                   &&
+sed -i "s:cp tt++ /usr/bin:cp tt++ ${INSTALL_ROOT}/usr/games:" Makefile.in &&
 cd $SOURCE_DIRECTORY
 



More information about the SM-Commit mailing list