summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/xlispstat/patches/patch-ac')
-rw-r--r--math/xlispstat/patches/patch-ac55
1 files changed, 37 insertions, 18 deletions
diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac
index 08739a7c6f4..df6e534c90f 100644
--- a/math/xlispstat/patches/patch-ac
+++ b/math/xlispstat/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $
+$NetBSD: patch-ac,v 1.6 2008/03/07 16:48:02 jlam Exp $
---- Makefile.in.orig Tue Feb 1 18:22:53 2000
+--- Makefile.in.orig 2000-02-01 18:22:53.000000000 -0500
+++ Makefile.in
@@ -6,7 +6,8 @@
##############################################################################
@@ -22,7 +22,7 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $
BINDIR=${exec_prefix}/bin
GRAPHSYS = @GRAPHSYS@
-@@ -67,11 +69,11 @@
+@@ -67,11 +69,11 @@ SHELL = /bin/sh
.lsp.fsl:
echo "(compile-file \"$<\") (exit)" | ./xlisp
@@ -36,7 +36,7 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $
OSOBJS = xsdynload.o xssystem.o unixprim.o
-@@ -118,7 +120,7 @@
+@@ -118,7 +120,7 @@ CMPFSLFILES = compiler/backquot.fsl comp
compiler/assemble.fsl compiler/cmpfront.fsl
xlispstat: setup.shell xlisp.wks
@@ -45,24 +45,43 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $
chmod a+x xlispstat
xlisp.wks: xlisp ${CMPFSLFILES} ${FSLFILES} ${AUTOFSLFILES}
-@@ -142,10 +144,10 @@
+@@ -141,24 +143,25 @@ X11WINDOWSxlisp: ${OBJS} ${X11WINDOWSOBJ
+ install: installexecs installlsp
installexecs: xlispstat xlisp installdirs
- -cp xlispstat ${BINDIR}/xlispstat
+- -cp xlispstat ${BINDIR}/xlispstat
- -cp xlisp ${XLSLIB}
-+ -cp xlisp ${XLSLIBEXEC}
++ -cp xlispstat ${DESTDIR}${BINDIR}/xlispstat
++ -cp xlisp ${DESTDIR}${XLSLIBEXEC}
installlsp: xlisp.wks xlisp.hlp ${AUTOFSLFILES} ${CMPFSLFILES} installdirs
- -cp xlisp.wks ${XLSLIB}
-+ -cp xlisp.wks ${XLSLIBEXEC}
- -cp xlisp.hlp ${XLSLIB}
- -cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload
- -cp Data/*.lsp ${XLSLIB}/Data
-@@ -155,6 +157,7 @@
+- -cp xlisp.hlp ${XLSLIB}
+- -cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload
+- -cp Data/*.lsp ${XLSLIB}/Data
+- -cp Examples/*.lsp ${XLSLIB}/Examples
+-# -cp ${CMPFSLFILES} ${XLSLIB}/compiler
++ -cp xlisp.wks ${DESTDIR}${XLSLIBEXEC}
++ -cp xlisp.hlp ${DESTDIR}${XLSLIB}
++ -cp Autoload/_autoidx.lsp Autoload/*.fsl ${DESTDIR}${XLSLIB}/Autoload
++ -cp Data/*.lsp ${DESTDIR}${XLSLIB}/Data
++ -cp Examples/*.lsp ${DESTDIR}${XLSLIB}/Examples
++# -cp ${CMPFSLFILES} ${DESTDIR}${XLSLIB}/compiler
+
installdirs:
- -mkdir -p ${BINDIR}
- -mkdir -p ${XLSLIB}
-+ -mkdir -p ${XLSLIBEXEC}
- -mkdir ${XLSLIB}/Data
- -mkdir ${XLSLIB}/Examples
- -mkdir ${XLSLIB}/Autoload
+- -mkdir -p ${BINDIR}
+- -mkdir -p ${XLSLIB}
+- -mkdir ${XLSLIB}/Data
+- -mkdir ${XLSLIB}/Examples
+- -mkdir ${XLSLIB}/Autoload
+-# -mkdir ${XLSLIB}/compiler
++ -mkdir -p ${DESTDIR}${BINDIR}
++ -mkdir -p ${DESTDIR}${XLSLIB}
++ -mkdir -p ${DESTDIR}${XLSLIBEXEC}
++ -mkdir ${DESTDIR}${XLSLIB}/Data
++ -mkdir ${DESTDIR}${XLSLIB}/Examples
++ -mkdir ${DESTDIR}${XLSLIB}/Autoload
++# -mkdir ${DESTDIR}${XLSLIB}/compiler
+
+ clean:
+ rm -f core *.o *~ *.fsl compiler/*.fsl Autoload/*.fsl foreign.h