Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87536eb2d6bc090b9bd778bf527eb62c53bbe38a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87536eb2d6bc090b9bd778bf527eb62c53bbe38a)
  • Date: Sat, 7 May 2016 03:08:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

http/rawk/HISTORY | 5 +++++
http/rawk/PRE_BUILD | 2 +-
http/rawk/patches/prefix-clobbering.patch | 7 +++++++
3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 87536eb2d6bc090b9bd778bf527eb62c53bbe38a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rawk: Fix installation paths

commit 274f41a32a9624a7df07137df703498b471f2571
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rawk: Apply patches ignoring whitespace

diff --git a/http/rawk/HISTORY b/http/rawk/HISTORY
index 252613c..50f9de7 100644
--- a/http/rawk/HISTORY
+++ b/http/rawk/HISTORY
@@ -1,3 +1,8 @@
+2016-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Apply patches ignoring whitespace
+ * patches/prefix-clobbering.patch: Fixes clobbering of the PREFIX
+ variable in the Makefile
+
2016-04-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.3.3

diff --git a/http/rawk/PRE_BUILD b/http/rawk/PRE_BUILD
index f9d7f22..a857612 100755
--- a/http/rawk/PRE_BUILD
+++ b/http/rawk/PRE_BUILD
@@ -2,5 +2,5 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if [ -d "$SPELL_DIRECTORY/patches" ]; then
find "$SPELL_DIRECTORY/patches" \( -name \*.patch -o -name \*.diff \) \
- -exec patch -fp1 -i '{}' \;
+ -exec patch -lfp1 -i '{}' \;
fi
diff --git a/http/rawk/patches/prefix-clobbering.patch
b/http/rawk/patches/prefix-clobbering.patch
new file mode 100644
index 0000000..2eb4612
--- /dev/null
+++ b/http/rawk/patches/prefix-clobbering.patch
@@ -0,0 +1,7 @@
+--- rawk-1.3.3/Makefile.in.orig 2016-05-06 23:50:42.670941431 -0300
++++ rawk-1.3.3/Makefile.in 2016-05-06 23:50:50.867995186 -0300
+@@ -1,4 +1,3 @@
+-PREFIX ?= $(DESTDIR)
+ PREFIX ?= $PREFIX
+ TARGET := rawk
+ VERSION := 1.3.3



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87536eb2d6bc090b9bd778bf527eb62c53bbe38a), Ismael Luceno, 05/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page