aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icon/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1996-11-05 16:34:04 +0800
committertg <tg@FreeBSD.org>1996-11-05 16:34:04 +0800
commit051a17bfb667d25bf2ed1d8074c75d3850762d13 (patch)
tree927455575eb7d469751db62e8ab817134943300e /lang/icon/files
parent4bd02d781924b67ea790043e327f4e6554fe6e38 (diff)
downloadfreebsd-ports-graphics-051a17bfb667d25bf2ed1d8074c75d3850762d13.tar.gz
freebsd-ports-graphics-051a17bfb667d25bf2ed1d8074c75d3850762d13.tar.zst
freebsd-ports-graphics-051a17bfb667d25bf2ed1d8074c75d3850762d13.zip
Upgrade to version 9.1
Diffstat (limited to 'lang/icon/files')
-rw-r--r--lang/icon/files/patch-ca96
1 files changed, 8 insertions, 88 deletions
diff --git a/lang/icon/files/patch-ca b/lang/icon/files/patch-ca
index 07960957c74..abc697877a7 100644
--- a/lang/icon/files/patch-ca
+++ b/lang/icon/files/patch-ca
@@ -1,5 +1,5 @@
-*** icon.orig/Makefile Fri Jul 29 21:41:19 1994
---- icon/Makefile Wed Mar 1 19:34:18 1995
+*** Makefile.orig Fri Jul 29 21:41:19 1994
+--- Makefile Wed Mar 1 19:34:18 1995
***************
*** 4,10 ****
@@ -39,12 +39,11 @@
+ @mkdir -p ${PREFIX}/man/man1
+ install -c -g bin -o bin -m 444 docs/icon.1 ${PREFIX}/man/man1/icon.1
+ @gzip -9fn ${PREFIX}/man/man1/icon.1
-diff -crP -x bin -x docs -x tests icon.orig/config/unix/Config/Makefile icon/config/unix/Config/Makefile
-*** icon.orig/config/unix/Config/Makefile Fri Jul 29 21:40:55 1994
---- icon/config/unix/Config/Makefile Wed Mar 1 14:27:05 1995
+*** config/unix/Config/Makefile.orig Fri Jul 29 21:40:55 1994
+--- config/unix/Config/Makefile Wed Mar 1 14:27:05 1995
***************
*** 1,7 ****
-- CC=gcc
+- CC=cc
- CFLAGS= -DVarTran
- LDFLAGS=
SHELL=/bin/sh
@@ -57,20 +56,11 @@ diff -crP -x bin -x docs -x tests icon.orig/config/unix/Config/Makefile icon/con
MAKE=make
all:
-diff -crP -x bin -x docs -x tests icon.orig/src/h/path.h icon/src/h/path.h
-*** icon.orig/src/h/path.h Fri Jul 29 21:24:51 1994
---- icon/src/h/path.h Wed Mar 1 14:27:05 1995
-***************
-*** 1 ****
-! #define BinPath "/usr5/icon/v9/bin/"
---- 1 ----
-! #define BinPath "/usr/local/src/icon/bin/"
-diff -crP -x bin -x docs -x tests icon.orig/src/vtran/Vtmake2 icon/src/vtran/Vtmake2
-*** icon.orig/src/vtran/Vtmake2 Fri Jul 29 21:25:28 1994
---- icon/src/vtran/Vtmake2 Wed Mar 1 14:27:14 1995
+*** src/vtran/Vtmake2.orig Fri Jul 29 21:25:28 1994
+--- src/vtran/Vtmake2 Wed Mar 1 14:27:14 1995
***************
*** 1,7 ****
-- CC=gcc
+- CC=cc
- CFLAGS= -DVarTran
- LDFLAGS=
SHELL=/bin/sh
@@ -83,73 +73,3 @@ diff -crP -x bin -x docs -x tests icon.orig/src/vtran/Vtmake2 icon/src/vtran/Vtm
MAKE=make
OBJS= cat.o tparse.o tlex.o tmem.o trans.o \
-diff -crP -x bin -x docs -x tests icon.orig/config/unix/Config/common.make icon/config/unix/Config/common.make
-*** icon.orig/config/unix/Config/common.make Fri Jul 29 21:27:01 1994
---- icon/config/unix/Config/common.make Thu Apr 6 16:48:45 1995
-***************
-*** 9,15 ****
- $(CC) $(LDFLAGS) -o patchstr patchstr.o
- -./doincl -o ../../bin/rt.h ../h/rt.h
- cp patchstr ../../bin
-!
- xpm:
- cd ../xpm; $(MAKE) libXpm.a
- cp ../xpm/libXpm.a ../../bin
---- 9,15 ----
- $(CC) $(LDFLAGS) -o patchstr patchstr.o
- -./doincl -o ../../bin/rt.h ../h/rt.h
- cp patchstr ../../bin
-!
- xpm:
- cd ../xpm; $(MAKE) libXpm.a
- cp ../xpm/libXpm.a ../../bin
-***************
-*** 39,61 ****
- # needed, it is run by changing ../icont/Makefile and/or ../iconc/Makefile;
- # see the comments there for details. icont must be in the search path
- # for this section to work.
-!
- gfiles: lextab.h yacctok.h fixgram pscript
-!
- lextab.h yacctok.h: tokens.txt op.txt mktoktab
- ./mktoktab
-!
- mktoktab: mktoktab.icn
- icont -s mktoktab.icn
-!
- fixgram: fixgram.icn
- icont -s fixgram.icn
-!
- pscript: pscript.icn
- icont -s pscript.icn
-!
-!
-!
- # The following section is commented out because it does not need to be
- # performed unless changes are made to typespec.txt. Such changes
- # and are not part of the installation process. However, if the
---- 39,61 ----
- # needed, it is run by changing ../icont/Makefile and/or ../iconc/Makefile;
- # see the comments there for details. icont must be in the search path
- # for this section to work.
-!
- gfiles: lextab.h yacctok.h fixgram pscript
-!
- lextab.h yacctok.h: tokens.txt op.txt mktoktab
- ./mktoktab
-!
- mktoktab: mktoktab.icn
- icont -s mktoktab.icn
-!
- fixgram: fixgram.icn
- icont -s fixgram.icn
-!
- pscript: pscript.icn
- icont -s pscript.icn
-!
-!
-!
- # The following section is commented out because it does not need to be
- # performed unless changes are made to typespec.txt. Such changes
- # and are not part of the installation process. However, if the
-