Skip to Content.
Sympa Menu

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

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 (fa7be6bb0ac295863a253363892b69b5d64193b7)
  • Date: Sun, 3 Feb 2008 06:25:46 -0600

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

disk/ide-smart/BUILD | 5 ++---
disk/ide-smart/HISTORY | 6 ++++++
disk/ide-smart/PRE_BUILD | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)

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

ide-smart: Use make -B, install manpages to usr/share/man. Fixes bug#14266

diff --git a/disk/ide-smart/BUILD b/disk/ide-smart/BUILD
index 06e2384..e55d438 100755
--- a/disk/ide-smart/BUILD
+++ b/disk/ide-smart/BUILD
@@ -1,3 +1,2 @@
-sedit "s:INSTALL_PREFIX=/usr/local:INSTALL_PREFIX=${INSTALL_ROOT}/usr:"
Makefile &&
-rm ide-smart &&
-make
+# The tarball ships with precompiled binaries. Force make to recompile using
-B
+make -B
diff --git a/disk/ide-smart/HISTORY b/disk/ide-smart/HISTORY
index b205cd9..ec77414 100644
--- a/disk/ide-smart/HISTORY
+++ b/disk/ide-smart/HISTORY
@@ -1,3 +1,9 @@
+2008-02-03 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * BUILD: moved a sed command to PRE_BUILD,
+ force compilation by using make -B (Bug #14266)
+ * PRE_BUILD: created, moved a sed command here from BUILD,
+ install manpages to usr/share/man instead of usr/man
+
2008-01-16 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: Fixed SOURCE_URL[0] to use $SOURCE

diff --git a/disk/ide-smart/PRE_BUILD b/disk/ide-smart/PRE_BUILD
new file mode 100755
index 0000000..aab472c
--- /dev/null
+++ b/disk/ide-smart/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:INSTALL_PREFIX=/usr/local:INSTALL_PREFIX=${INSTALL_ROOT}/usr:"
Makefile &&
+sedit "s:/man/:/share/man/:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (fa7be6bb0ac295863a253363892b69b5d64193b7), Martin Spitzbarth, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page