Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Don Johnson (b40a4a32b6f1a611a5289ba98bdf028421480359)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Don Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Don Johnson (b40a4a32b6f1a611a5289ba98bdf028421480359)
  • Date: Wed, 22 Jul 2009 02:33:09 -0500

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

ChangeLog | 3 ---
games-terminal/tintin++/CONFIGURE | 2 +-
games-terminal/tintin++/HISTORY | 5 +++--
games-terminal/tintin++/Makefile.in.patch | 11 +++++++++++
games-terminal/tintin++/PRE_BUILD | 5 +++++
5 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit b40a4a32b6f1a611a5289ba98bdf028421480359
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

games-terminal: Fixed up my git newbie mistakes.

diff --git a/ChangeLog b/ChangeLog
index 3ab164f..b3cd1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,4 @@
2009-07-22 Donald Johnson <ltdonny AT gmail.com>
- * games-terminal/tintin++: Fixed BUILD.
-
-2009-07-22 Donald Johnson <ltdonny AT gmail.com>
* games-terminal/tintin++: New spell, MUD client

2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
diff --git a/games-terminal/tintin++/CONFIGURE
b/games-terminal/tintin++/CONFIGURE
index 858bfb8..a66af24 100755
--- a/games-terminal/tintin++/CONFIGURE
+++ b/games-terminal/tintin++/CONFIGURE
@@ -1,3 +1,3 @@
config_query_option BIG5_SUPPORT \
"Enable Big5 support?" n \
- "--enable-big5" "--disable-big5" &&
+ "--enable-big5" "--disable-big5"
diff --git a/games-terminal/tintin++/HISTORY b/games-terminal/tintin++/HISTORY
index d360f2f..52d7fda 100644
--- a/games-terminal/tintin++/HISTORY
+++ b/games-terminal/tintin++/HISTORY
@@ -1,2 +1,3 @@
-2009-03-31 Donald Johnson <ltdonny AT gmail.com>
- * BUILD, CONFIGURE, DETAILS, HISTORY: created this spell
+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
new file mode 100644
index 0000000..7acdb54
--- /dev/null
+++ b/games-terminal/tintin++/Makefile.in.patch
@@ -0,0 +1,11 @@
+--- 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
new file mode 100755
index 0000000..bd09111
--- /dev/null
+++ b/games-terminal/tintin++/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY/src &&
+patch -p0 < $SPELL_DIRECTORY/Makefile.in.patch &&
+cd $SOURCE_DIRECTORY
+



  • [SM-Commit] GIT changes to master games grimoire by Don Johnson (b40a4a32b6f1a611a5289ba98bdf028421480359), Don Johnson, 07/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page