Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (95f145edc9c4bd188e862f381b9c889dfaa1290a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (95f145edc9c4bd188e862f381b9c889dfaa1290a)
  • Date: Tue, 9 Jun 2009 17:35:05 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

x11/stonx/HISTORY | 5 +++++
x11/stonx/PRE_BUILD | 4 ++++
x11/stonx/tail-feature-fix.patch | 11 +++++++++++
3 files changed, 20 insertions(+)

New commits:
commit eef6edbc8400445a2f8518107753c61f169967fc
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

stonx: patch Makefile.in for changed behaviour of /bin/tail

diff --git a/x11/stonx/HISTORY b/x11/stonx/HISTORY
index 9e67af7..f04c1bf 100644
--- a/x11/stonx/HISTORY
+++ b/x11/stonx/HISTORY
@@ -1,3 +1,8 @@
+2009-06-09 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * PRE_BUILD: new file, patch Makefile.in for changed behaviour of
+ /bin/tail
+ * tail-feature-fix.patch: new file
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/x11/stonx/PRE_BUILD b/x11/stonx/PRE_BUILD
new file mode 100755
index 0000000..2f56e9e
--- /dev/null
+++ b/x11/stonx/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+( cd $SOURCE_DIRECTORY &&
+ patch < ${SCRIPT_DIRECTORY}/tail-feature-fix.patch
+)
diff --git a/x11/stonx/tail-feature-fix.patch
b/x11/stonx/tail-feature-fix.patch
new file mode 100644
index 0000000..203d480
--- /dev/null
+++ b/x11/stonx/tail-feature-fix.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2009-06-09 23:27:45.000000000 +0100
++++ Makefile.in 2009-06-09 23:28:55.000000000 +0100
+@@ -234,7 +234,7 @@
+ $(MAKEDEPEND) $(INC) $(DEF) $(DEPSRC)
+ sed -n '/^# DO NOT DELETE/,$$p' < Makefile > Makefile.tmp
+ sed -n '1,/^# DO NOT DELETE/p' < Makefile > Makefile.new
+- tail +2 Makefile.tmp|\
++ tail -n +2 Makefile.tmp|\
+ sed 's/^\([A-Za-z0-9_]*\)\.o:/\1.o \1.ln:/g'>>Makefile.new
+ rm -f Makefile.tmp
+ mv Makefile.new Makefile




Archive powered by MHonArc 2.6.24.

Top of Page