From 589bf6f55cb8d225a747debe0d9768b7ed363037 Mon Sep 17 00:00:00 2001 From: asau Date: Sat, 21 Aug 2010 14:16:17 +0000 Subject: Update to Kali Scheme 0.52.2 Project was abandoned, then picked up, seems to be abandoned again. Changes are unknown. --- lang/kali/patches/patch-aa | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'lang/kali/patches') 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' $(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 \ -- cgit v1.2.3