summaryrefslogtreecommitdiff
path: root/lang/icon/patches
diff options
context:
space:
mode:
authortron <tron>1998-06-27 22:03:40 +0000
committertron <tron>1998-06-27 22:03:40 +0000
commita06e79402ffce1d80d65db1651b2daa838ea0308 (patch)
treefb18a54b4eaf535ce31e3f14878c15f0d37924d6 /lang/icon/patches
parent550821c96b87445b3b56324e0f5f5405dbc29e52 (diff)
downloadpkgsrc-a06e79402ffce1d80d65db1651b2daa838ea0308.tar.gz
Update package to version 9.3.1 and make it work on alpha. Update supplied
by Tim Rightnour in PR pkg/5621.
Diffstat (limited to 'lang/icon/patches')
-rw-r--r--lang/icon/patches/patch-aa33
-rw-r--r--lang/icon/patches/patch-ab41
-rw-r--r--lang/icon/patches/patch-ac17
-rw-r--r--lang/icon/patches/patch-ae21
-rw-r--r--lang/icon/patches/patch-af (renamed from lang/icon/patches/patch-cc)21
-rw-r--r--lang/icon/patches/patch-ag13
-rw-r--r--lang/icon/patches/patch-ah6
-rw-r--r--lang/icon/patches/patch-ai25
-rw-r--r--lang/icon/patches/patch-aj5
-rw-r--r--lang/icon/patches/patch-ak12
-rw-r--r--lang/icon/patches/patch-al4
-rw-r--r--lang/icon/patches/patch-am10
-rw-r--r--lang/icon/patches/patch-an6
-rw-r--r--lang/icon/patches/patch-ao5
-rw-r--r--lang/icon/patches/patch-ap13
-rw-r--r--lang/icon/patches/patch-aq31
-rw-r--r--lang/icon/patches/patch-ar5
-rw-r--r--lang/icon/patches/patch-as4
-rw-r--r--lang/icon/patches/patch-at5
-rw-r--r--lang/icon/patches/patch-au31
-rw-r--r--lang/icon/patches/patch-av5
-rw-r--r--lang/icon/patches/patch-aw5
-rw-r--r--lang/icon/patches/patch-ax6
-rw-r--r--lang/icon/patches/patch-ay18
-rw-r--r--lang/icon/patches/patch-az10
-rw-r--r--lang/icon/patches/patch-ba13
-rw-r--r--lang/icon/patches/patch-bb4
-rw-r--r--lang/icon/patches/patch-bc49
-rw-r--r--lang/icon/patches/patch-bd6
-rw-r--r--lang/icon/patches/patch-be5
-rw-r--r--lang/icon/patches/patch-bf5
-rw-r--r--lang/icon/patches/patch-bg32
-rw-r--r--lang/icon/patches/patch-bh5
-rw-r--r--lang/icon/patches/patch-bi4
-rw-r--r--lang/icon/patches/patch-bj5
-rw-r--r--lang/icon/patches/patch-bk13
-rw-r--r--lang/icon/patches/patch-bl5
-rw-r--r--lang/icon/patches/patch-bm6
-rw-r--r--lang/icon/patches/patch-bn10
-rw-r--r--lang/icon/patches/patch-bo4
-rw-r--r--lang/icon/patches/patch-bp12
-rw-r--r--lang/icon/patches/patch-bq5
-rw-r--r--lang/icon/patches/patch-br32
-rw-r--r--lang/icon/patches/patch-bs6
-rw-r--r--lang/icon/patches/patch-bt7
-rw-r--r--lang/icon/patches/patch-bu12
-rw-r--r--lang/icon/patches/patch-bv7
-rw-r--r--lang/icon/patches/patch-bw7
-rw-r--r--lang/icon/patches/patch-ca58
-rw-r--r--lang/icon/patches/patch-cd76
-rw-r--r--lang/icon/patches/patch-da209
51 files changed, 550 insertions, 399 deletions
diff --git a/lang/icon/patches/patch-aa b/lang/icon/patches/patch-aa
index 7795de34fde..d6b587124f1 100644
--- a/lang/icon/patches/patch-aa
+++ b/lang/icon/patches/patch-aa
@@ -1,17 +1,20 @@
---- config/unix/i386_freebsd/define.h.orig Tue Mar 7 21:50:58 1995
-+++ config/unix/i386_freebsd/define.h Sat Nov 2 17:24:10 1996
-@@ -21,6 +21,7 @@
+--- src/runtime/rmisc.r 1997/10/02 09:28:35 1.1
++++ src/runtime/rmisc.r 1997/10/02 09:30:08
+@@ -123,14 +123,15 @@
+ return buf;
+ #endif /* OS2EMX */
- #define Standard
- #define Double
-+#define IconEcvt
- #define IconGcvt
- #define GetHost
- #define SysOpt
-@@ -41,5 +42,5 @@
- #define LoadFunc
- #define SystemFnc
+-#if FreeBSD
++#if (defined(GenericBSD) && !defined(FreeBSD))
++/* This is commented out in the FreeBSD ports collection */
+ #define ecvt(w,x,y,z) 0
--
-+#define LinkLibs " -lm"
- #define COpts "-I/usr/X11R6/include"
+ sprintf(buf, "%f", number);
+ for(i=strlen(buf); i>1 && buf[i-1]=='0' && buf[i-2]!='.'; i--)
+ buf[i-1] = '\0';
+ return buf;
+-#endif /* FreeBSD */
++#endif /* GenericBSD && !FreeBSD */
+
+ p1 = ecvt(number, ndigit, &decpt, &sign);
+ p2 = buf;
diff --git a/lang/icon/patches/patch-ab b/lang/icon/patches/patch-ab
index d6b587124f1..a98c960f7cb 100644
--- a/lang/icon/patches/patch-ab
+++ b/lang/icon/patches/patch-ab
@@ -1,20 +1,21 @@
---- src/runtime/rmisc.r 1997/10/02 09:28:35 1.1
-+++ src/runtime/rmisc.r 1997/10/02 09:30:08
-@@ -123,14 +123,15 @@
- return buf;
- #endif /* OS2EMX */
-
--#if FreeBSD
-+#if (defined(GenericBSD) && !defined(FreeBSD))
-+/* This is commented out in the FreeBSD ports collection */
- #define ecvt(w,x,y,z) 0
-
- sprintf(buf, "%f", number);
- for(i=strlen(buf); i>1 && buf[i-1]=='0' && buf[i-2]!='.'; i--)
- buf[i-1] = '\0';
- return buf;
--#endif /* FreeBSD */
-+#endif /* GenericBSD && !FreeBSD */
-
- p1 = ecvt(number, ndigit, &decpt, &sign);
- p2 = buf;
+--- Makefile.orig Fri Feb 13 07:18:30 1998
++++ Makefile Fri Jun 19 04:31:38 1998
+@@ -188 +188,18 @@
+ ##################################################################
++
++install:
++ @bin/patchstr bin/iconc ${PREFIX}/share/icon/
++ @bin/patchstr bin/icont ${PREFIX}/bin/iconx
++ install -c -s -g bin -o bin -m 755 bin/iconc ${PREFIX}/bin/iconc
++ install -c -s -g bin -o bin -m 755 bin/icont ${PREFIX}/bin/icont
++ install -c -s -g bin -o bin -m 755 bin/iconx ${PREFIX}/bin/iconx
++ install -c -s -g bin -o bin -m 755 bin/patchstr ${PREFIX}/bin/patchstr
++ @mkdir -p ${PREFIX}/share/icon
++ install -c -g bin -o bin -m 644 bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
++ install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a
++ install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db
++ install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h
++# @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
++# XXX (icon.1 missing from this distribution!)
diff --git a/lang/icon/patches/patch-ac b/lang/icon/patches/patch-ac
new file mode 100644
index 00000000000..706aaf2ea8e
--- /dev/null
+++ b/lang/icon/patches/patch-ac
@@ -0,0 +1,17 @@
+*** 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=cc
+- CFLAGS= -DVarTran
+- LDFLAGS=
+ SHELL=/bin/sh
+ MAKE=make
+
+ all:
+--- 1,5 ----
+ SHELL=/bin/sh
++ CFLAGS+= -DVarTran
+ MAKE=make
+
+ all:
diff --git a/lang/icon/patches/patch-ae b/lang/icon/patches/patch-ae
new file mode 100644
index 00000000000..0c329660d7b
--- /dev/null
+++ b/lang/icon/patches/patch-ae
@@ -0,0 +1,21 @@
+*** src/h/sys.h.orig Fri Jul 29 21:24:57 1994
+--- src/h/sys.h Wed Mar 1 15:43:55 1995
+***************
+*** 181,192 ****
+--- 181,196 ----
+ #include <sys/ioctl.h>
+ #include <errno.h>
+ #include <sys/signal.h>
++ #include <sys/param.h>
++ #if (defined(BSD) && BSD >= 199306)
++ #include <sgtty.h>
++ #endif
+ #endif /* HaveTioc */
+
+ #endif /* KeyboardFncs */
+
+ #ifdef LoadFunc
+ #include <dlfcn.h>
+ #endif /* LoadFunc */
+
+ #endif /* UNIX */
diff --git a/lang/icon/patches/patch-cc b/lang/icon/patches/patch-af
index c8e3860b4da..0b3cdc6357e 100644
--- a/lang/icon/patches/patch-cc
+++ b/lang/icon/patches/patch-af
@@ -1,24 +1,3 @@
-*** src/h/sys.h.orig Fri Jul 29 21:24:57 1994
---- src/h/sys.h Wed Mar 1 15:43:55 1995
-***************
-*** 181,192 ****
---- 181,196 ----
- #include <sys/ioctl.h>
- #include <errno.h>
- #include <sys/signal.h>
-+ #include <sys/param.h>
-+ #if (defined(BSD) && BSD >= 199306)
-+ #include <sgtty.h>
-+ #endif
- #endif /* HaveTioc */
-
- #endif /* KeyboardFncs */
-
- #ifdef LoadFunc
- #include <dlfcn.h>
- #endif /* LoadFunc */
-
- #endif /* UNIX */
*** src/runtime/fload.r.orig Fri Jul 29 21:22:51 1994
--- src/runtime/fload.r Sun Apr 16 14:02:26 1995
***************
diff --git a/lang/icon/patches/patch-ag b/lang/icon/patches/patch-ag
new file mode 100644
index 00000000000..8a46bf8cf3a
--- /dev/null
+++ b/lang/icon/patches/patch-ag
@@ -0,0 +1,13 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/common.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,10 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CFLAGS+= -D$D
++SHELL=/bin/sh
++RSWITCH=rswitch.c
diff --git a/lang/icon/patches/patch-ah b/lang/icon/patches/patch-ah
new file mode 100644
index 00000000000..65f2c7d69db
--- /dev/null
+++ b/lang/icon/patches/patch-ah
@@ -0,0 +1,6 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/copybin.c Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,3 @@
++#include "../../../src/h/define.h"
++#include "paths.h"
++#include "../Generic/copybin.h"
diff --git a/lang/icon/patches/patch-ai b/lang/icon/patches/patch-ai
new file mode 100644
index 00000000000..2409f839ea1
--- /dev/null
+++ b/lang/icon/patches/patch-ai
@@ -0,0 +1,25 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/define.h Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,22 @@
++#define Standard
++#define IconGcvt
++#define index strchr
++#define rindex strrchr
++#define GetHost
++#define Hz 100
++#define MaxHdr 13400
++#define MaxStatSize 20480
++
++#define GenericBSD
++#define BSD_4_4_LITE 1 /* This is new, for 4.4Lite specific stuff */
++#define UNIX 1
++#define LoadFunc
++#define ExecImages
++
++#define KeyboardFncs
++#define HaveTioc
++#define USE_OLD_TTY
++#define AllowConst
++#define SysOpt
++#define CComp "gcc"
++#define COpts "-O2"
diff --git a/lang/icon/patches/patch-aj b/lang/icon/patches/patch-aj
new file mode 100644
index 00000000000..1d01e170cf0
--- /dev/null
+++ b/lang/icon/patches/patch-aj
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/icon_pi.c Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,2 @@
++#include "paths.h"
++#include "../Generic/icon_pi.h"
diff --git a/lang/icon/patches/patch-ak b/lang/icon/patches/patch-ak
new file mode 100644
index 00000000000..14cb32401ea
--- /dev/null
+++ b/lang/icon/patches/patch-ak
@@ -0,0 +1,12 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/iconc.hdr Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,9 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CFLAGS+= -D$D
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-al b/lang/icon/patches/patch-al
new file mode 100644
index 00000000000..b0fb23d65b4
--- /dev/null
+++ b/lang/icon/patches/patch-al
@@ -0,0 +1,4 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/icont.hdr Wed Oct 1 17:32:26 1997
+@@ -0,0 +1 @@
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-am b/lang/icon/patches/patch-am
new file mode 100644
index 00000000000..93a533831d0
--- /dev/null
+++ b/lang/icon/patches/patch-am
@@ -0,0 +1,10 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/iconx.hdr Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,7 @@
++SHELL=/bin/sh
++# the seek stuff is defined in a header file that they don't
++# include. This is the easiest. -Dconst= causes const to
++# be ignored. This is needed because otherwise we get complaints
++# due to stdio.h defining some functions with const when they
++# are not defined that way in Icon's header files
++RSWITCH=rswitch.c
diff --git a/lang/icon/patches/patch-an b/lang/icon/patches/patch-an
new file mode 100644
index 00000000000..8010fba3b51
--- /dev/null
+++ b/lang/icon/patches/patch-an
@@ -0,0 +1,6 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/paths.h Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,3 @@
++#define RootPath "/usr/local"
++#define IcontPath "/usr/local/lib/icon/icont"
++#define IconxPath "/usr/local/lib/icon/iconx"
diff --git a/lang/icon/patches/patch-ao b/lang/icon/patches/patch-ao
new file mode 100644
index 00000000000..9c84dec6ff1
--- /dev/null
+++ b/lang/icon/patches/patch-ao
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/pi.hdr Wed Oct 1 17:32:26 1997
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+=-DPersInterp
diff --git a/lang/icon/patches/patch-ap b/lang/icon/patches/patch-ap
new file mode 100644
index 00000000000..572ec881f19
--- /dev/null
+++ b/lang/icon/patches/patch-ap
@@ -0,0 +1,13 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/preproc.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,10 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CC=cc
++CFLAGS+= -O -D$D
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-aq b/lang/icon/patches/patch-aq
new file mode 100644
index 00000000000..93233b3b859
--- /dev/null
+++ b/lang/icon/patches/patch-aq
@@ -0,0 +1,31 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/rswitch.c Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,28 @@
++/*
++ * This is the co-expression context switch for the Intel 80386
++ * under Microport Unix System V/386
++ */
++
++/*
++ * coswitch
++ */
++
++coswitch(old_cs, new_cs, first)
++int *old_cs, *new_cs;
++int first;
++ {
++ asm(" movl 8(%ebp),%eax");
++ asm(" movl %esp,0(%eax)");
++ asm(" movl %ebp,4(%eax)");
++ asm(" movl 12(%ebp),%eax");
++ if (first == 0) { /* this is the first activation */
++ asm(" movl 0(%eax),%esp");
++ asm(" movl $0,%ebp");
++ new_context(0, 0);
++ syserr("interp() returned in coswitch");
++ }
++ else {
++ asm(" movl 0(%eax),%esp");
++ asm(" movl 4(%eax),%ebp");
++ }
++ }
diff --git a/lang/icon/patches/patch-ar b/lang/icon/patches/patch-ar
new file mode 100644
index 00000000000..83fb38c3416
--- /dev/null
+++ b/lang/icon/patches/patch-ar
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/rtt.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,2 @@
++CFLAGS+= -DTokDotH="\"../rtt/ltoken.h\""
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-as b/lang/icon/patches/patch-as
new file mode 100644
index 00000000000..db609bd903e
--- /dev/null
+++ b/lang/icon/patches/patch-as
@@ -0,0 +1,4 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/runtime.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1 @@
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-at b/lang/icon/patches/patch-at
new file mode 100644
index 00000000000..e5038b7a4c3
--- /dev/null
+++ b/lang/icon/patches/patch-at
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/setpath.c Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,2 @@
++#include "paths.h"
++#include "../Generic/setpath.h"
diff --git a/lang/icon/patches/patch-au b/lang/icon/patches/patch-au
new file mode 100644
index 00000000000..616b96198a5
--- /dev/null
+++ b/lang/icon/patches/patch-au
@@ -0,0 +1,31 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/status Wed Oct 1 17:36:09 1997
+@@ -0,0 +1,28 @@
++System configuration:
++
++ Intel 486-type processor or better running BSD 4.4.lite derivative
++
++Latest Icon version:
++
++ Version 9.3
++
++Installer:
++
++ Alistair G. Crooks
++ <agc@netbsd.org>
++
++Missing features:
++
++ None.
++
++Known bugs:
++
++ None.
++
++Comments:
++
++ None.
++
++Date:
++
++ Wed Oct 1 17:36:04 BST 1997
diff --git a/lang/icon/patches/patch-av b/lang/icon/patches/patch-av
new file mode 100644
index 00000000000..e6759849df6
--- /dev/null
+++ b/lang/icon/patches/patch-av
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/vt.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+= -DVarTran
diff --git a/lang/icon/patches/patch-aw b/lang/icon/patches/patch-aw
new file mode 100644
index 00000000000..c450e0fda38
--- /dev/null
+++ b/lang/icon/patches/patch-aw
@@ -0,0 +1,5 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/vtran.hdr Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+= -DVarTran
diff --git a/lang/icon/patches/patch-ax b/lang/icon/patches/patch-ax
new file mode 100644
index 00000000000..d8852ff6265
--- /dev/null
+++ b/lang/icon/patches/patch-ax
@@ -0,0 +1,6 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/xiconx.mak Wed Oct 1 17:32:25 1997
+@@ -0,0 +1,3 @@
++# If you define EventMon, add the -lgmon below to get profil(2) under Linux
++#XLIB= -lX11 -lgmon
++XLIB= -L/usr/X11R6/lib -lX11
diff --git a/lang/icon/patches/patch-ay b/lang/icon/patches/patch-ay
new file mode 100644
index 00000000000..36ff178aa4a
--- /dev/null
+++ b/lang/icon/patches/patch-ay
@@ -0,0 +1,18 @@
+--- /dev/null Wed Oct 1 17:23:30 1997
++++ config/unix/intel_netbsd/xpm.hdr Wed Oct 1 17:32:26 1997
+@@ -0,0 +1 @@
++DEFINES= -DZPIPE
+--- src/common/save.c 1997/10/02 07:49:07 1.1
++++ src/common/save.c 1997/10/02 08:00:57
+@@ -91,7 +91,11 @@
+ * Construct the header. The text and data region sizes must be multiples
+ * of 1024.
+ */
++#ifdef __NetBSD__
++ N_SETMAGIC(hdr, ZMAGIC, MID_I386, EX_DYNAMIC);
++#else
+ hdr.a_magic = ZMAGIC;
++#endif
+ tsize = (int)&etext;
+ hdr.a_text = (tsize + 1024) & ~(1024-1);
+ dsize = sbrk(0) - (int)&environ;
diff --git a/lang/icon/patches/patch-az b/lang/icon/patches/patch-az
new file mode 100644
index 00000000000..62611244447
--- /dev/null
+++ b/lang/icon/patches/patch-az
@@ -0,0 +1,10 @@
+--- src/iconc/ccode.c.orig Fri Jun 19 02:25:13 1998
++++ src/iconc/ccode.c Fri Jun 19 02:26:35 1998
+@@ -3428,5 +3428,6 @@
+ /*
++ XXX the Z thing is getting eaten by the comment!
+ cd->ElemTyp(i) = A_Str;
+ str = (char *)alloc(strlen(cur->csym->image)+8);
+- sprintf(str, "\"%s\"/*Z*/", cur->csym->image);
++ sprintf(str, "\"%s\"X/*Z*X/", cur->csym->image);
+ cd->Str(i) = str;
diff --git a/lang/icon/patches/patch-ba b/lang/icon/patches/patch-ba
new file mode 100644
index 00000000000..deb6d6d871e
--- /dev/null
+++ b/lang/icon/patches/patch-ba
@@ -0,0 +1,13 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/common.hdr Fri Jun 19 02:48:05 1998
+@@ -0,0 +1,10 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CFLAGS+= -D$D
++SHELL=/bin/sh
++RSWITCH=rswitch.s
diff --git a/lang/icon/patches/patch-bb b/lang/icon/patches/patch-bb
new file mode 100644
index 00000000000..cf2569d5529
--- /dev/null
+++ b/lang/icon/patches/patch-bb
@@ -0,0 +1,4 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/xpm.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1 @@
++DEFINES= -DZPIPE
diff --git a/lang/icon/patches/patch-bc b/lang/icon/patches/patch-bc
new file mode 100644
index 00000000000..ecc11e452be
--- /dev/null
+++ b/lang/icon/patches/patch-bc
@@ -0,0 +1,49 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/rswitch.s Fri Jun 19 02:47:53 1998
+@@ -0,0 +1,46 @@
++/*
++ * coswitch(old_cs, new_cs, first) for Dec Alpha architecture
++ * $16 $17 $18
++ */
++ .data
++errmsg: .ascii "new_context() returned in coswitch\X00"
++
++ .text
++ .globl coswitch
++ .ent coswitch
++coswitch:
++ lda $sp, -72($sp) /* make room on stack */
++ stq $sp, 0($16) /* save stack pointer */
++ stq $9, 0($sp) /* save registers on stack */
++ stq $10, 8($sp)
++ stq $11, 16($sp)
++ stq $12, 24($sp)
++ stq $13, 32($sp)
++ stq $14, 40($sp)
++ stq $15, 48($sp)
++ stq $27, 56($sp)
++ stq $26, 64($sp) /* return address */
++ beq $18, first /* if first time */
++
++ ldq $sp, 0($17) /* load new stack pointer */
++ ldq $9, 0($sp) /* load registers from stack */
++ ldq $10, 8($sp)
++ ldq $11, 16($sp)
++ ldq $12, 24($sp)
++ ldq $13, 32($sp)
++ ldq $14, 40($sp)
++ ldq $15, 48($sp)
++ ldq $27, 56($sp)
++ ldq $26, 64($sp) /* return address */
++ lda $sp, 72($sp) /* reset sp */
++ jsr_coroutine $31, ($26), 0 /* jump into new_context */
++
++first:
++ ldq $sp, 0($17) /* load stack pointer only */
++ bis $31, $31, $16 /* r16 = 0 */
++ bis $31, $31, $17 /* r17 = 0 */
++ jsr $26, new_context /* new_context(0,0) */
++ lda $16, errmsg
++ jsr $26, syserr /* shouldn't get here */
++
++ .end coswitch
diff --git a/lang/icon/patches/patch-bd b/lang/icon/patches/patch-bd
new file mode 100644
index 00000000000..cb6d7851e26
--- /dev/null
+++ b/lang/icon/patches/patch-bd
@@ -0,0 +1,6 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/xiconx.mak Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,3 @@
++# If you define EventMon, add the -lgmon below to get profil(2) under Linux
++#XLIB= -lX11 -lgmon
++XLIB= -L/usr/X11R6/lib -lX11
diff --git a/lang/icon/patches/patch-be b/lang/icon/patches/patch-be
new file mode 100644
index 00000000000..3d352507550
--- /dev/null
+++ b/lang/icon/patches/patch-be
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/vtran.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+= -DVarTran
diff --git a/lang/icon/patches/patch-bf b/lang/icon/patches/patch-bf
new file mode 100644
index 00000000000..06fa0dc7f13
--- /dev/null
+++ b/lang/icon/patches/patch-bf
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/vt.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+= -DVarTran
diff --git a/lang/icon/patches/patch-bg b/lang/icon/patches/patch-bg
new file mode 100644
index 00000000000..3a26cefc638
--- /dev/null
+++ b/lang/icon/patches/patch-bg
@@ -0,0 +1,32 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/status Fri Jun 19 02:46:17 1998
+@@ -0,0 +1,28 @@
++System configuration:
++
++ Alpha 21064 processor or better running NetBSD
++
++Latest Icon version:
++
++ Version 9.3.1
++
++Installer:
++
++ Tim Rightnour
++ root@garbled.net
++
++Missing features:
++
++ None.
++
++Known bugs:
++
++ None.
++
++Comments:
++
++ Most of this was taken directly from dec_osf and intel_netbsd.
++ The same errata that applies to the dec_osf version applies here.
++
++Date:
++
++ Fri Jun 19 02:46:07 MST 1998
diff --git a/lang/icon/patches/patch-bh b/lang/icon/patches/patch-bh
new file mode 100644
index 00000000000..2700acd5032
--- /dev/null
+++ b/lang/icon/patches/patch-bh
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/setpath.c Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++#include "paths.h"
++#include "../Generic/setpath.h"
diff --git a/lang/icon/patches/patch-bi b/lang/icon/patches/patch-bi
new file mode 100644
index 00000000000..e83ec287a7e
--- /dev/null
+++ b/lang/icon/patches/patch-bi
@@ -0,0 +1,4 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/runtime.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1 @@
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-bj b/lang/icon/patches/patch-bj
new file mode 100644
index 00000000000..e76ee63a910
--- /dev/null
+++ b/lang/icon/patches/patch-bj
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/rtt.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++CFLAGS+= -DTokDotH="\"../rtt/ltoken.h\""
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-bk b/lang/icon/patches/patch-bk
new file mode 100644
index 00000000000..75e8a1d9912
--- /dev/null
+++ b/lang/icon/patches/patch-bk
@@ -0,0 +1,13 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/preproc.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,10 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CC=cc
++CFLAGS+= -O -D$D
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-bl b/lang/icon/patches/patch-bl
new file mode 100644
index 00000000000..8dbc1cd1203
--- /dev/null
+++ b/lang/icon/patches/patch-bl
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/pi.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++SHELL=/bin/sh
++CFLAGS+=-DPersInterp
diff --git a/lang/icon/patches/patch-bm b/lang/icon/patches/patch-bm
new file mode 100644
index 00000000000..c52672ecb6f
--- /dev/null
+++ b/lang/icon/patches/patch-bm
@@ -0,0 +1,6 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/paths.h Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,3 @@
++#define RootPath "/usr/local"
++#define IcontPath "/usr/local/lib/icon/icont"
++#define IconxPath "/usr/local/lib/icon/iconx"
diff --git a/lang/icon/patches/patch-bn b/lang/icon/patches/patch-bn
new file mode 100644
index 00000000000..7b54258a9e0
--- /dev/null
+++ b/lang/icon/patches/patch-bn
@@ -0,0 +1,10 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/iconx.hdr Fri Jun 19 02:48:20 1998
+@@ -0,0 +1,7 @@
++SHELL=/bin/sh
++# the seek stuff is defined in a header file that they don't
++# include. This is the easiest. -Dconst= causes const to
++# be ignored. This is needed because otherwise we get complaints
++# due to stdio.h defining some functions with const when they
++# are not defined that way in Icon's header files
++RSWITCH=rswitch.s
diff --git a/lang/icon/patches/patch-bo b/lang/icon/patches/patch-bo
new file mode 100644
index 00000000000..d79d37370b1
--- /dev/null
+++ b/lang/icon/patches/patch-bo
@@ -0,0 +1,4 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/icont.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1 @@
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-bp b/lang/icon/patches/patch-bp
new file mode 100644
index 00000000000..9484d4d2a87
--- /dev/null
+++ b/lang/icon/patches/patch-bp
@@ -0,0 +1,12 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/iconc.hdr Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,9 @@
++# The -D$D option to CFLAGS makes it possible to specify a definition
++# at the Make command level without revising the Makefile, as
++# in
++#
++# make D=Debug
++#
++D=NOTHING
++CFLAGS+= -D$D
++SHELL=/bin/sh
diff --git a/lang/icon/patches/patch-bq b/lang/icon/patches/patch-bq
new file mode 100644
index 00000000000..0bbdeaa1392
--- /dev/null
+++ b/lang/icon/patches/patch-bq
@@ -0,0 +1,5 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/icon_pi.c Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,2 @@
++#include "paths.h"
++#include "../Generic/icon_pi.h"
diff --git a/lang/icon/patches/patch-br b/lang/icon/patches/patch-br
new file mode 100644
index 00000000000..dd65059b226
--- /dev/null
+++ b/lang/icon/patches/patch-br
@@ -0,0 +1,32 @@
+--- /dev/null Fri Jun 19 03:24:28 1998
++++ config/unix/alpha_netbsd/define.h Fri Jun 19 05:00:47 1998
+@@ -0,0 +1,28 @@
++#define Standard
++#define IconGcvt
++#define index strchr
++#define rindex strrchr
++#define GetHost
++#define MaxHdr 13400
++#define MaxStatSize 20480
++
++#define GenericBSD
++#define BSD_4_4_LITE 1 /* This is new, for 4.4Lite specific stuff */
++#define UNIX 1
++#define LoadFunc
++#define ExecImages
++
++#define KeyboardFncs
++#define HaveTioc
++#define USE_OLD_TTY
++#define AllowConst
++#define SysOpt
++#define CComp "gcc"
++#define COpts "-O2"
++
++/* CPU architecture */
++#define IntBits 32
++#define WordBits 64
++#define Double
++#define StackAlign 8
++#define Hz 1024
+
diff --git a/lang/icon/patches/patch-bs b/lang/icon/patches/patch-bs
new file mode 100644
index 00000000000..9fadaf0c3cd
--- /dev/null
+++ b/lang/icon/patches/patch-bs
@@ -0,0 +1,6 @@
+--- /dev/null Fri Jun 19 02:02:36 1998
++++ config/unix/alpha_netbsd/copybin.c Fri Jun 19 02:44:07 1998
+@@ -0,0 +1,3 @@
++#include "../../../src/h/define.h"
++#include "paths.h"
++#include "../Generic/copybin.h"
diff --git a/lang/icon/patches/patch-bt b/lang/icon/patches/patch-bt
new file mode 100644
index 00000000000..cd4583ced91
--- /dev/null
+++ b/lang/icon/patches/patch-bt
@@ -0,0 +1,7 @@
+--- config/unix/Config/iconc.make.orig Fri Jun 19 04:53:34 1998
++++ config/unix/Config/iconc.make Fri Jun 19 04:53:44 1998
+@@ -25,3 +25,3 @@
+ cp iconc ../../bin
+- strip ../../bin/iconc
++# strip ../../bin/iconc
+
diff --git a/lang/icon/patches/patch-bu b/lang/icon/patches/patch-bu
new file mode 100644
index 00000000000..f307b35aea1
--- /dev/null
+++ b/lang/icon/patches/patch-bu
@@ -0,0 +1,12 @@
+--- config/unix/Config/icont.make.orig Fri Jun 19 04:53:49 1998
++++ config/unix/Config/icont.make Fri Jun 19 04:54:09 1998
+@@ -27,3 +27,3 @@
+ cp icont ../../bin
+- strip ../../bin/icont
++# strip ../../bin/icont
+
+@@ -67,3 +67,3 @@
+ -o iconx.hdr $(LIBS)
+- strip iconx.hdr
++# strip iconx.hdr
+ ixhdr.o: ../h/path.h ../h/header.h
diff --git a/lang/icon/patches/patch-bv b/lang/icon/patches/patch-bv
new file mode 100644
index 00000000000..821f604a93e
--- /dev/null
+++ b/lang/icon/patches/patch-bv
@@ -0,0 +1,7 @@
+--- config/unix/Config/rtt.make.orig Fri Jun 19 04:54:16 1998
++++ config/unix/Config/rtt.make Fri Jun 19 04:54:24 1998
+@@ -29,3 +29,3 @@
+ cp rtt ../../bin
+- strip ../../bin/rtt
++# strip ../../bin/rtt
+
diff --git a/lang/icon/patches/patch-bw b/lang/icon/patches/patch-bw
new file mode 100644
index 00000000000..f92bae58ca3
--- /dev/null
+++ b/lang/icon/patches/patch-bw
@@ -0,0 +1,7 @@
+--- config/unix/Config/runtime.make.orig Fri Jun 19 04:54:30 1998
++++ config/unix/Config/runtime.make Fri Jun 19 04:54:37 1998
+@@ -40,3 +40,3 @@
+ cp iconx ../../bin
+- strip ../../bin/iconx
++# strip ../../bin/iconx
+
diff --git a/lang/icon/patches/patch-ca b/lang/icon/patches/patch-ca
deleted file mode 100644
index 5dc9692650a..00000000000
--- a/lang/icon/patches/patch-ca
+++ /dev/null
@@ -1,58 +0,0 @@
-*** Makefile.orig Fri Jul 29 21:41:19 1994
---- Makefile Wed Mar 1 19:34:18 1995
-***************
-*** 241,243 ****
---- 241,259 ----
- -cd tests; $(MAKE) Clean
-
- ##################################################################
-+
-+ install:
-+ @bin/patchstr bin/iconc ${PREFIX}/share/icon/
-+ @bin/patchstr bin/icont ${PREFIX}/bin/iconx
-+ install -c -s -g bin -o bin -m 755 bin/iconc ${PREFIX}/bin/iconc
-+ install -c -s -g bin -o bin -m 755 bin/icont ${PREFIX}/bin/icont
-+ install -c -s -g bin -o bin -m 755 bin/iconx ${PREFIX}/bin/iconx
-+ install -c -s -g bin -o bin -m 755 bin/patchstr ${PREFIX}/bin/patchstr
-+ @mkdir -p ${PREFIX}/share/icon
-+ install -c -g bin -o bin -m 644 bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
-+ install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a
-+ install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db
-+ install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h
-+ @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
-*** 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=cc
-- CFLAGS= -DVarTran
-- LDFLAGS=
- SHELL=/bin/sh
- MAKE=make
-
- all:
---- 1,5 ----
- SHELL=/bin/sh
-+ CFLAGS+= -DVarTran
- MAKE=make
-
- all:
-*** src/vtran/Vtmake2.orig Fri Jul 29 21:25:28 1994
---- src/vtran/Vtmake2 Wed Mar 1 14:27:14 1995
-***************
-*** 1,7 ****
-- CC=cc
-- CFLAGS= -DVarTran
-- LDFLAGS=
- SHELL=/bin/sh
- MAKE=make
-
- OBJS= cat.o tparse.o tlex.o tmem.o trans.o \
---- 1,5 ----
- SHELL=/bin/sh
-+ CFLAGS+= -DVarTran
- MAKE=make
-
- OBJS= cat.o tparse.o tlex.o tmem.o trans.o \
diff --git a/lang/icon/patches/patch-cd b/lang/icon/patches/patch-cd
deleted file mode 100644
index 51b3432e112..00000000000
--- a/lang/icon/patches/patch-cd
+++ /dev/null
@@ -1,76 +0,0 @@
-*** ipl/procs/evinit.icn.orig Fri Jul 29 21:32:02 1994
---- ipl/procs/evinit.icn Wed Mar 1 20:50:24 1995
-***************
-*** 17,23 ****
- #
- ############################################################################
-
-! $include "evdefs.icn"
-
- procedure EvInit(f,input,output,error)
- if not MTEvInit(f,input,output,error) then fail
---- 17,23 ----
- #
- ############################################################################
-
-! $include "../incl/evdefs.icn"
-
- procedure EvInit(f,input,output,error)
- if not MTEvInit(f,input,output,error) then fail
-*** ipl/procs/evnames.icn.orig Fri Jul 29 21:32:02 1994
---- ipl/procs/evnames.icn Wed Mar 1 20:50:34 1995
-***************
-*** 29,35 ****
-
- link twt
-
-! $include "evdefs.icn"
-
- procedure evnames()
- static namemap
---- 29,35 ----
-
- link twt
-
-! $include "../incl/evdefs.icn"
-
- procedure evnames()
- static namemap
-*** ipl/procs/evsyms.icn.orig Fri Jul 29 21:31:37 1994
---- ipl/procs/evsyms.icn Wed Mar 1 20:50:48 1995
-***************
-*** 28,34 ****
-
- link twt
-
-! $include "evdefs.icn"
-
- procedure evsyms()
- static symmap
---- 28,34 ----
-
- link twt
-
-! $include "../incl/evdefs.icn"
-
- procedure evsyms()
- static symmap
-*** ipl/procs/typesyms.icn.orig Fri Jul 29 21:32:08 1994
---- ipl/procs/typesyms.icn Wed Mar 1 20:50:59 1995
-***************
-*** 27,33 ****
- #
- ############################################################################
-
-! $include "evdefs.icn"
-
- procedure typesyms()
- static typetable
---- 27,33 ----
- #
- ############################################################################
-
-! $include "../incl/evdefs.icn"
-
- procedure typesyms()
- static typetable
diff --git a/lang/icon/patches/patch-da b/lang/icon/patches/patch-da
deleted file mode 100644
index 1f0c6853d7c..00000000000
--- a/lang/icon/patches/patch-da
+++ /dev/null
@@ -1,209 +0,0 @@
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/common.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,10 @@
-+# The -D$D option to CFLAGS makes it possible to specify a definition
-+# at the Make command level without revising the Makefile, as
-+# in
-+#
-+# make D=Debug
-+#
-+D=NOTHING
-+CFLAGS+= -D$D
-+SHELL=/bin/sh
-+RSWITCH=rswitch.c
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/copybin.c Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,3 @@
-+#include "../../../src/h/define.h"
-+#include "paths.h"
-+#include "../Generic/copybin.h"
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/define.h Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,22 @@
-+#define Standard
-+#define IconGcvt
-+#define index strchr
-+#define rindex strrchr
-+#define GetHost
-+#define Hz 100
-+#define MaxHdr 13400
-+#define MaxStatSize 20480
-+
-+#define GenericBSD
-+#define BSD_4_4_LITE 1 /* This is new, for 4.4Lite specific stuff */
-+#define UNIX 1
-+#define LoadFunc
-+#define ExecImages
-+
-+#define KeyboardFncs
-+#define HaveTioc
-+#define USE_OLD_TTY
-+#define AllowConst
-+#define SysOpt
-+#define CComp "gcc"
-+#define COpts "-O2"
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/icon_pi.c Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,2 @@
-+#include "paths.h"
-+#include "../Generic/icon_pi.h"
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/iconc.hdr Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,9 @@
-+# The -D$D option to CFLAGS makes it possible to specify a definition
-+# at the Make command level without revising the Makefile, as
-+# in
-+#
-+# make D=Debug
-+#
-+D=NOTHING
-+CFLAGS+= -D$D
-+SHELL=/bin/sh
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/icont.hdr Wed Oct 1 17:32:26 1997
-@@ -0,0 +1 @@
-+SHELL=/bin/sh
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/iconx.hdr Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,7 @@
-+SHELL=/bin/sh
-+# the seek stuff is defined in a header file that they don't
-+# include. This is the easiest. -Dconst= causes const to
-+# be ignored. This is needed because otherwise we get complaints
-+# due to stdio.h defining some functions with const when they
-+# are not defined that way in Icon's header files
-+RSWITCH=rswitch.c
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/paths.h Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,3 @@
-+#define RootPath "/usr/local"
-+#define IcontPath "/usr/local/lib/icon/icont"
-+#define IconxPath "/usr/local/lib/icon/iconx"
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/pi.hdr Wed Oct 1 17:32:26 1997
-@@ -0,0 +1,2 @@
-+SHELL=/bin/sh
-+CFLAGS+=-DPersInterp
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/preproc.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,10 @@
-+# The -D$D option to CFLAGS makes it possible to specify a definition
-+# at the Make command level without revising the Makefile, as
-+# in
-+#
-+# make D=Debug
-+#
-+D=NOTHING
-+CC=cc
-+CFLAGS+= -O -D$D
-+SHELL=/bin/sh
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/rswitch.c Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,28 @@
-+/*
-+ * This is the co-expression context switch for the Intel 80386
-+ * under Microport Unix System V/386
-+ */
-+
-+/*
-+ * coswitch
-+ */
-+
-+coswitch(old_cs, new_cs, first)
-+int *old_cs, *new_cs;
-+int first;
-+ {
-+ asm(" movl 8(%ebp),%eax");
-+ asm(" movl %esp,0(%eax)");
-+ asm(" movl %ebp,4(%eax)");
-+ asm(" movl 12(%ebp),%eax");
-+ if (first == 0) { /* this is the first activation */
-+ asm(" movl 0(%eax),%esp");
-+ asm(" movl $0,%ebp");
-+ new_context(0, 0);
-+ syserr("interp() returned in coswitch");
-+ }
-+ else {
-+ asm(" movl 0(%eax),%esp");
-+ asm(" movl 4(%eax),%ebp");
-+ }
-+ }
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/rtt.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,2 @@
-+CFLAGS+= -DTokDotH="\"../rtt/ltoken.h\""
-+SHELL=/bin/sh
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/runtime.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1 @@
-+SHELL=/bin/sh
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/setpath.c Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,2 @@
-+#include "paths.h"
-+#include "../Generic/setpath.h"
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/status Wed Oct 1 17:36:09 1997
-@@ -0,0 +1,28 @@
-+System configuration:
-+
-+ Intel 486-type processor or better running BSD 4.4.lite derivative
-+
-+Latest Icon version:
-+
-+ Version 9.3
-+
-+Installer:
-+
-+ Alistair G. Crooks
-+ <agc@netbsd.org>
-+
-+Missing features:
-+
-+ None.
-+
-+Known bugs:
-+
-+ None.
-+
-+Comments:
-+
-+ None.
-+
-+Date:
-+
-+ Wed Oct 1 17:36:04 BST 1997
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/vt.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,2 @@
-+SHELL=/bin/sh
-+CFLAGS+= -DVarTran
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/vtran.hdr Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,2 @@
-+SHELL=/bin/sh
-+CFLAGS+= -DVarTran
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/xiconx.mak Wed Oct 1 17:32:25 1997
-@@ -0,0 +1,3 @@
-+# If you define EventMon, add the -lgmon below to get profil(2) under Linux
-+#XLIB= -lX11 -lgmon
-+XLIB= -L/usr/X11R6/lib -lX11
---- /dev/null Wed Oct 1 17:23:30 1997
-+++ config/unix/i386_netbsd/xpm.hdr Wed Oct 1 17:32:26 1997
-@@ -0,0 +1 @@
-+DEFINES= -DZPIPE
---- src/common/save.c 1997/10/02 07:49:07 1.1
-+++ src/common/save.c 1997/10/02 08:00:57
-@@ -91,7 +91,11 @@
- * Construct the header. The text and data region sizes must be multiples
- * of 1024.
- */
-+#ifdef __NetBSD__
-+ N_SETMAGIC(hdr, ZMAGIC, MID_I386, EX_DYNAMIC);
-+#else
- hdr.a_magic = ZMAGIC;
-+#endif
- tsize = (int)&etext;
- hdr.a_text = (tsize + 1024) & ~(1024-1);
- dsize = sbrk(0) - (int)&environ;