summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-21 10:45:31 +0000
committerfrueauf <frueauf>1998-12-21 10:45:31 +0000
commit4e89834fe85c3c89c976a38363e4bda67c2e99fb (patch)
tree4ed983d1ba5014cd23d865b92c9054681014a777 /math/xlispstat/patches
parentbbf7edadd293485d6522f8ff21cdbf4aa9d9dbc3 (diff)
downloadpkgsrc-4e89834fe85c3c89c976a38363e4bda67c2e99fb.tar.gz
Update xlispstat to 3.52.9, provided in pr 6617 by Johnny C. Lam.
Diffstat (limited to 'math/xlispstat/patches')
-rw-r--r--math/xlispstat/patches/patch-aa13
-rw-r--r--math/xlispstat/patches/patch-ac36
-rw-r--r--math/xlispstat/patches/patch-ad8
3 files changed, 27 insertions, 30 deletions
diff --git a/math/xlispstat/patches/patch-aa b/math/xlispstat/patches/patch-aa
deleted file mode 100644
index 37e605da2da..00000000000
--- a/math/xlispstat/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
-
---- Makefile.in.orig Mon Mar 23 13:44:59 1998
-+++ Makefile.in Fri Oct 2 18:11:53 1998
-@@ -117,6 +117,8 @@
- compiler/lift.fsl compiler/gencode.fsl compiler/peephole.fsl \
- compiler/assemble.fsl compiler/cmpfront.fsl
-
-+all: xlispstat
-+
- xlispstat: setup.shell xlisp.wks
- ./setup.shell xlispstat ${XLSLIB}
- chmod a+x xlispstat
diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac
index 5e4b84bbabe..f61f5a597cb 100644
--- a/math/xlispstat/patches/patch-ac
+++ b/math/xlispstat/patches/patch-ac
@@ -1,44 +1,54 @@
-$NetBSD: patch-ac,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
+$NetBSD: patch-ac,v 1.2 1998/12/21 10:45:31 frueauf Exp $
---- Makefile.in.orig Sat Oct 3 16:06:56 1998
-+++ Makefile.in Sat Oct 3 16:48:58 1998
-@@ -34,7 +34,8 @@
+--- Makefile.in.orig Wed Sep 16 15:19:33 1998
++++ Makefile.in Sun Dec 20 04:19:56 1998
+@@ -6,7 +6,8 @@
+ ##############################################################################
+ ##############################################################################
+ #
+-# XLSLIB -- directory for xlisp executable, startup, example, and help files
++# XLSLIB -- directory for xlisp example and help files
++# XLSLIBEXEC -- directory for xlisp executable and startup
+ # BINDIR -- directory for xlispstat shell script
+ #
+ # For the remaining parameters, if your machine has a subdirectory in the
+@@ -34,7 +35,8 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
-XLSLIB=${prefix}/lib/xlispstat
+XLSLIB=${prefix}/share/xlispstat
-+LIBEXEC=${prefix}/libexec/xlispstat
++XLSLIBEXEC=${prefix}/libexec/xlispstat
BINDIR=${exec_prefix}/bin
GRAPHSYS = @GRAPHSYS@
-@@ -120,7 +121,7 @@
- all: xlispstat
+@@ -118,7 +120,7 @@
+ compiler/assemble.fsl compiler/cmpfront.fsl
xlispstat: setup.shell xlisp.wks
- ./setup.shell xlispstat ${XLSLIB}
-+ ./setup.shell xlispstat ${XLSLIB} ${LIBEXEC}
++ ./setup.shell xlispstat ${XLSLIB} ${XLSLIBEXEC}
chmod a+x xlispstat
xlisp.wks: xlisp ${CMPFSLFILES} ${FSLFILES} ${AUTOFSLFILES}
-@@ -144,10 +145,10 @@
+@@ -142,10 +144,10 @@
installexecs: xlispstat xlisp installdirs
-cp xlispstat ${BINDIR}/xlispstat
- -cp xlisp ${XLSLIB}
-+ -cp xlisp ${LIBEXEC}
++ -cp xlisp ${XLSLIBEXEC}
installlsp: xlisp.wks xlisp.hlp ${AUTOFSLFILES} ${CMPFSLFILES} installdirs
- -cp xlisp.wks ${XLSLIB}
-+ -cp xlisp.wks ${LIBEXEC}
++ -cp xlisp.wks ${XLSLIBEXEC}
-cp xlisp.hlp ${XLSLIB}
-cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload
-cp Data/*.lsp ${XLSLIB}/Data
-@@ -157,6 +158,7 @@
+@@ -155,6 +157,7 @@
installdirs:
-mkdir -p ${BINDIR}
-mkdir -p ${XLSLIB}
-+ -mkdir -p ${LIBEXEC}
++ -mkdir -p ${XLSLIBEXEC}
-mkdir ${XLSLIB}/Data
-mkdir ${XLSLIB}/Examples
-mkdir ${XLSLIB}/Autoload
diff --git a/math/xlispstat/patches/patch-ad b/math/xlispstat/patches/patch-ad
index 49446497dd7..969e55bf9d1 100644
--- a/math/xlispstat/patches/patch-ad
+++ b/math/xlispstat/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
+$NetBSD: patch-ad,v 1.2 1998/12/21 10:45:31 frueauf Exp $
--- setup.shell.orig Wed Sep 7 16:34:36 1994
+++ setup.shell Sat Oct 3 16:50:37 1998
@@ -6,14 +6,14 @@ $NetBSD: patch-ad,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
cat > $1 <<+++
#!/bin/sh
XLISPLIB=$2 export XLISPLIB
-+LIBEXEC=$3 export LIBEXEC
++XLSLIBEXEC=$3 export XLSLIBEXEC
if test -f xlisp.wks; then WKS="xlisp.wks";
-else WKS="\${XLISPLIB}/xlisp.wks";
-+else WKS="\${LIBEXEC}/xlisp.wks";
++else WKS="\${XLSLIBEXEC}/xlisp.wks";
fi
if test -f xlisp; then XLISP=xlisp;
-else XLISP="\${XLISPLIB}/xlisp"
-+else XLISP="\${LIBEXEC}/xlisp"
++else XLISP="\${XLSLIBEXEC}/xlisp"
fi
exec \${XLISP} -w\${WKS} \$*
+++