summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcl/files/patch-ac')
-rw-r--r--lang/gcl/files/patch-ac45
1 files changed, 18 insertions, 27 deletions
diff --git a/lang/gcl/files/patch-ac b/lang/gcl/files/patch-ac
index 2a2c2a409dd4..24c618037afb 100644
--- a/lang/gcl/files/patch-ac
+++ b/lang/gcl/files/patch-ac
@@ -1,32 +1,15 @@
---- info/makefile.orig Wed Nov 10 18:47:19 1999
-+++ info/makefile Tue Nov 16 11:16:48 1999
-@@ -16,10 +16,11 @@
- # root for the installation, eg /usr/local
- # This would cause make install to create /usr/local/bin/gcl and
- # /usr/local/lib/gcl-2-??/* with some basic files.
--prefix=/usr/local
-+prefix=${PREFIX}
-+prefix?=/usr/local
+--- info/makefile.orig Sun May 6 02:18:49 2001
++++ info/makefile Tue Dec 4 01:00:35 2001
+@@ -19,7 +19,7 @@
+ prefix=/usr/local
# where to place the info files
-INFO_DIR=/usr/local/info/
+INFO_DIR=${prefix}/info/
# where to put emacs lisp files.
- EMACS_SITE_LISP=/usr/share/emacs/20.3/site-lisp
-@@ -49,9 +50,9 @@
-
-
-
--GCLDIR=/home/wfs/gcl-2.3
-+GCLDIR=/tmp/FreeBSD/gcl-2.3
- SHELL=/bin/sh
--MACHINE=386-linux
-+MACHINE=FreeBSD
-
- # notes for redhat 6.0
- # the configure should select the compiler GCC=/usr/bin/i386-glibc20-linux-gcc
-@@ -62,7 +63,7 @@
+ EMACS_SITE_LISP=/usr/share/emacs/20.7/site-lisp
+@@ -63,7 +63,7 @@
# Machine dependent makefile definitions for intel 386,486 running linux
@@ -35,7 +18,7 @@
OFLAG = -O
LIBS = -lm
-@@ -109,8 +110,8 @@
+@@ -115,8 +115,8 @@
.texi.info:
rm -f $*.*gz
@@ -46,8 +29,17 @@
GCL_SI= number.texi sequence.texi character.texi list.texi io.texi \
form.texi compile.texi symbol.texi system.texi structure.texi \
-@@ -124,14 +125,6 @@
+@@ -128,7 +128,7 @@
+ gcl-si.dvi: ${GCL_SI} gcl-si.texi
+ tex gcl-si.texi
+
+-gcl-si.info:
++gcl-si.info: gcl-si.texi
+ makeinfo gcl-si.texi
+ gcl-tk.dvi: ${GCL_TK} gcl-tk.texi
+@@ -147,13 +147,6 @@
+ cp *.html /d/www/gcl
install:
- if [ -d "${INFO_DIR}" ] ; then true ; else exit 0; fi
@@ -57,7 +49,6 @@
- echo "* GCL TK Doc: (gcl-tk.info). TK window GCL interface." >> ${INFO_DIR}/dir ; fi
- -if fgrep gcl.info ${INFO_DIR}/dir > /dev/null ; then true ; else \
- echo "* GCL Ansi Doc: (gcl.info). Ansi Common Lisp Specification." >> ${INFO_DIR}/dir ; fi
-- -if [ -d "${INFO_DIR}" ] ; then cp *.info* ${INFO_DIR} ; fi
-
+ -if [ -d "${INFO_DIR}" ] ; then cp *.info* ${INFO_DIR} ; fi