summaryrefslogtreecommitdiff
path: root/lang/kali/patches
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-08-21 14:16:17 +0000
committerasau <asau@pkgsrc.org>2010-08-21 14:16:17 +0000
commit589bf6f55cb8d225a747debe0d9768b7ed363037 (patch)
tree9ab6e1e4c50119a318f7ef1ffc8d5d0e46386592 /lang/kali/patches
parent2e2ce10241f7360f42857a028076c14e68a7a8d9 (diff)
downloadpkgsrc-589bf6f55cb8d225a747debe0d9768b7ed363037.tar.gz
Update to Kali Scheme 0.52.2
Project was abandoned, then picked up, seems to be abandoned again. Changes are unknown.
Diffstat (limited to 'lang/kali/patches')
-rw-r--r--lang/kali/patches/patch-aa27
1 files changed, 12 insertions, 15 deletions
diff --git a/lang/kali/patches/patch-aa b/lang/kali/patches/patch-aa
index 5ad7d7c2e92..24dca775012 100644
--- a/lang/kali/patches/patch-aa
+++ b/lang/kali/patches/patch-aa
@@ -1,7 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2009/12/12 21:58:18 asau Exp $
+$NetBSD: patch-aa,v 1.3 2010/08/21 14:16:18 asau Exp $
---- Makefile.in.orig 1997-01-22 01:41:37.000000000 +0300
-+++ Makefile.in 2009-12-13 00:48:07.000000000 +0300
+Staged installation support.
+
+--- Makefile.in.orig 1999-02-12 16:42:56.000000000 +0300
++++ Makefile.in 2010-08-21 18:09:54.000000000 +0400
@@ -98,7 +98,7 @@
# The following is the first rule and therefore the "make" command's
@@ -37,7 +39,7 @@ $NetBSD: patch-aa,v 1.2 2009/12/12 21:58:18 asau Exp $
rm $(MANPAGE); \
else \
echo "$(mandir) not writable dir, not installing man page" \
-@@ -172,29 +172,29 @@
+@@ -172,26 +172,26 @@
fi
inst-inc:
@@ -54,30 +56,25 @@ $NetBSD: patch-aa,v 1.2 2009/12/12 21:58:18 asau Exp $
for f in scheme/rts/*num.scm scheme/rts/jar-defrecord.scm; do \
- $(INSTALL_DATA) $$f $(LIB)/rts || exit 1; \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/rts || exit 1; \
- done && \
- sed 's;LBIN;$(bindir);g' <daemon | \
-- sed 's;LS48;$(RUNNABLE);g' >$(LIB)/daemon && \
-- chmod 655 $(LIB)/daemon
-+ sed 's;LS48;$(RUNNABLE);g' >$(DESTDIR)$(LIB)/daemon && \
-+ chmod 655 $(DESTDIR)$(LIB)/daemon
+ done &&
inst-script:
script=$(bindir)/$(RUNNABLE) && \
- echo '#!/bin/sh' >$$script && \
- echo >>$$script && \
- echo 'lib=$(LIB)' >>$$script && \
-+ (echo '#!/bin/sh' && \
-+ echo && \
-+ echo 'lib=$(LIB)' && \
++ (echo '#!/bin/sh' && \
++ echo && \
++ echo 'lib=$(LIB)' && \
echo 'exec $$lib/$(VM) -o $$lib/$(VM) -i $$lib/$(IMAGE) "$$@"' \
- >>$$script && \
- chmod +x $$script
-+ )>$(DESTDIR)$$script && \
++ )>>$(DESTDIR)$$script && \
+ chmod +x $(DESTDIR)$$script
# Script to run kali in this directory.
go:
-@@ -207,17 +207,17 @@
+@@ -204,17 +204,17 @@
dirs:
for dir in $(libdir) $(bindir) $(incdir); do \