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

Martin Spitzbarth scm at sourcemage.org
Sun Feb 3 07:25:46 EST 2008


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



More information about the SM-Commit mailing list