Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (e371f2fa6cef1fec05761d1b46eb886ba0d81938)

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 grimoire by Martin Spitzbarth (e371f2fa6cef1fec05761d1b46eb886ba0d81938)
  • Date: Wed, 16 May 2007 10:05:12 -0500

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

audio-plugins/xmms-mp3cue/BUILD | 3 ---
audio-plugins/xmms-mp3cue/HISTORY | 5 +++++
audio-plugins/xmms-mp3cue/PRE_BUILD | 3 +++
3 files changed, 8 insertions(+), 3 deletions(-)

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

xmms-mp3cue: Moved changes from BUILD to PRE_BUILD, where they belong

diff --git a/audio-plugins/xmms-mp3cue/BUILD b/audio-plugins/xmms-mp3cue/BUILD
deleted file mode 100755
index e63a4f3..0000000
--- a/audio-plugins/xmms-mp3cue/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-cd $SOURCE_DIRECTORY &&
-sedit 's#^\(CPPFLAGS *=.*\)$#\1 -fPIC#' Makefile.in &&
-default_build
diff --git a/audio-plugins/xmms-mp3cue/HISTORY
b/audio-plugins/xmms-mp3cue/HISTORY
index d72b886..d08f8ff 100644
--- a/audio-plugins/xmms-mp3cue/HISTORY
+++ b/audio-plugins/xmms-mp3cue/HISTORY
@@ -1,2 +1,7 @@
2007-05-16 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * BUILD: removed
+ * PRE_BUILD: created, contains the changes that were
+ previously done in BUILD
+
+2007-05-16 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/audio-plugins/xmms-mp3cue/PRE_BUILD
b/audio-plugins/xmms-mp3cue/PRE_BUILD
new file mode 100755
index 0000000..7c51b19
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's#^\(CPPFLAGS *=.*\)$#\1 -fPIC#' Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (e371f2fa6cef1fec05761d1b46eb886ba0d81938), Martin Spitzbarth, 05/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page