summaryrefslogtreecommitdiff
path: root/sysutils/xnc/patches
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xnc/patches')
-rw-r--r--sysutils/xnc/patches/patch-aa20
-rw-r--r--sysutils/xnc/patches/patch-ab58
-rw-r--r--sysutils/xnc/patches/patch-ac13
-rw-r--r--sysutils/xnc/patches/patch-ad13
-rw-r--r--sysutils/xnc/patches/patch-ae13
-rw-r--r--sysutils/xnc/patches/patch-af13
-rw-r--r--sysutils/xnc/patches/patch-ag42
-rw-r--r--sysutils/xnc/patches/patch-ah43
-rw-r--r--sysutils/xnc/patches/patch-ai16
-rw-r--r--sysutils/xnc/patches/patch-aj13
-rw-r--r--sysutils/xnc/patches/patch-ak16
-rw-r--r--sysutils/xnc/patches/patch-al39
-rw-r--r--sysutils/xnc/patches/patch-am14
13 files changed, 32 insertions, 281 deletions
diff --git a/sysutils/xnc/patches/patch-aa b/sysutils/xnc/patches/patch-aa
index f6ecea6f5c1..90dea6feee0 100644
--- a/sysutils/xnc/patches/patch-aa
+++ b/sysutils/xnc/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/17 05:40:06 zuntum Exp $
+$NetBSD: patch-aa,v 1.2 2004/02/22 22:29:22 jschauma Exp $
---- filedir/makefile.in.orig Wed Apr 25 20:11:20 2001
-+++ filedir/makefile.in Wed Apr 25 20:11:28 2001
-@@ -34,7 +34,7 @@
- @MCOMMON@
+--- src/lib/filedir/makefile.in.orig 2002-09-19 10:36:35.000000000 -0400
++++ src/lib/filedir/makefile.in 2004-02-22 16:28:11.000000000 -0500
+@@ -33,7 +33,7 @@
+ PROGRAM = $(MYLIBDIR)/libxncfiledir.a
- VERSION = 3.20.1
--MAGIC = /usr/share/magic
-+MAGIC = /usr/share/misc/magic
- #MAGIC = /usr/local/etc/magic
+ VERSION = 3.20.1
+-MAGIC = /usr/share/magic
++MAGIC = /usr/share/misc/magic
+
+ CINCLUDES=-DMAGIC='"$(MAGIC)"' -DMAGIC_FOR_XNC $(DEFS) $(DEB) $(STRIPPING)
- MAGDEFS = -DMAGIC='"$(MAGIC)"' -DMAGIC_FOR_XNC $(DEFS)# -Dvoid=int
diff --git a/sysutils/xnc/patches/patch-ab b/sysutils/xnc/patches/patch-ab
deleted file mode 100644
index f828f1ae5c4..00000000000
--- a/sysutils/xnc/patches/patch-ab
+++ /dev/null
@@ -1,58 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2002/07/08 14:25:05 jschauma Exp $
-
---- Makefile.in.orig Sun Jul 7 12:45:58 2002
-+++ Makefile.in Sun Jul 7 12:50:17 2002
-@@ -256,31 +256,33 @@
-
- install: install-$(PLUGINS)
- #Installing X Northern Captain...
-- $(INSD) $(INSTDIR)
-- $(INS) ./users.xnc $(INSTDIR)
-- $(INS) ./groups.xnc $(INSTDIR)
-- $(INS) ./rpm.xnc $(INSTDIR)
-- $(INS) ./zips.xnc $(INSTDIR)
-- $(INS) ./gzip.xnc $(INSTDIR)
-- $(INS) ./bzip.xnc $(INSTDIR)
-- $(INS) ./nc $(INSTDIR)/xnc
-- $(INSD) $(INSTMAN)
-- $(INSM) ./yo-man/*.1 $(INSTMAN)/man1
-- $(INS) ./ives/ives $(INSTDIR)
-- $(INS) ./ives/iedit $(INSTDIR)
-- $(INS) ./ives/iview $(INSTDIR)
-- $(INS) ./xsetup/xncsetup $(INSTDIR)
-- $(INS) ./xjroot/xjpegroot $(INSTDIR)
-- $(INS) ./launch/xnlaunch $(INSTDIR)
-- $(INS) ./resloader/xncloader $(INSTDIR)
-- /bin/sh ./replace.script
-+ #$(INSD) $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./users.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./groups.xnc $(INSTDIR)
-+ $(INSTALL_SCRIPT) ./rpm.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./zips.xnc $(INSTDIR)
-+ $(INSTALL_SCRIPT) ./gzip.xnc $(INSTDIR)
-+ $(INSTALL_SCRIPT) ./bzip.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./nc $(INSTDIR)/xnc
-+ #$(INSD) $(INSTMAN)
-+ #$(INSM) ./yo-man/*.1 $(INSTMAN)/man1
-+ $(INSTALL_PROGRAM) ./ives/ives $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./ives/iedit $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./ives/iview $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./xsetup/xncsetup $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./resloader/xncloader $(INSTDIR)
-+ #/bin/sh ./replace.script
- @echo "Don't foget run 'xncsetup' before starting XNC"
-
-
- install-plugins:
- mkdir -p $(INSTPLUG)
-- $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
-- $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
-+ #$(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
-+ #$(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
-+ cd ./plugins/five/ && make install
-+ cd ./plugins/aqua/ && make install
-
- install-:
- @echo "Skipping..."
diff --git a/sysutils/xnc/patches/patch-ac b/sysutils/xnc/patches/patch-ac
deleted file mode 100644
index 0792bd3549d..00000000000
--- a/sysutils/xnc/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2002/09/23 23:35:49 jlam Exp $
-
---- ives/makefile.in.orig Sun Jul 7 12:57:19 2002
-+++ ives/makefile.in Sun Jul 7 12:57:59 2002
-@@ -31,7 +31,7 @@
- STYLE=-DOLD_STYLE
-
- CXXOPT=-DIVES $(NO_ALT) $(STYLE) $(DEB) $(DEFS) $(CFLAGS)
-- LOCAL_LIBRARIES=$(TLIB) $(XLIBS) -L/usr/lib $(PNGLIB) $(ZLIB) $(LIBS)
-+ LOCAL_LIBRARIES=$(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS)
-
- PROGRAM =ives iedit iview $(IMAGEOBJS) $(JDEP)
-
diff --git a/sysutils/xnc/patches/patch-ad b/sysutils/xnc/patches/patch-ad
deleted file mode 100644
index 1581ba900db..00000000000
--- a/sysutils/xnc/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2002/07/08 14:25:05 jschauma Exp $
-
---- xsetup/makefile.in.orig Sun Jul 7 12:59:01 2002
-+++ xsetup/makefile.in Sun Jul 7 12:59:34 2002
-@@ -45,7 +45,7 @@
-
- CXXINCLUDES=$(XINC) -I../image2 -I../xbitmaps
- CXXOPT=$(DEFS) $(DEB) $(CFLAGS)
-- LOCAL_LIBRARIES=$(IMAGEOBJS) $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS)
-+ LOCAL_LIBRARIES=$(IMAGEOBJS) $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS)
-
- PROGRAM =xncsetup
-
diff --git a/sysutils/xnc/patches/patch-ae b/sysutils/xnc/patches/patch-ae
deleted file mode 100644
index 5a3ae0da8f1..00000000000
--- a/sysutils/xnc/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2002/07/08 14:25:05 jschauma Exp $
-
---- xjroot/makefile.in.orig Sun Jul 7 13:00:26 2002
-+++ xjroot/makefile.in Sun Jul 7 13:00:51 2002
-@@ -20,7 +20,7 @@
- IOBJS =xjpegroot.o
- CXXINCLUDES=$(XINC) $(JINC)
- CXXOPT=$(DEFS) $(CFLAGS)
-- LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) -L../image $(PNGLIB) $(ZLIB) $(LIBS)
-+ LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) -L../image $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS)
-
- PROGRAM =xjpegroot $(IMAGENGINE)
-
diff --git a/sysutils/xnc/patches/patch-af b/sysutils/xnc/patches/patch-af
deleted file mode 100644
index 56dd23255a0..00000000000
--- a/sysutils/xnc/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 2002/07/08 14:25:06 jschauma Exp $
-
---- launch/makefile.in.orig Sun Jul 7 13:01:34 2002
-+++ launch/makefile.in Sun Jul 7 13:01:49 2002
-@@ -28,7 +28,7 @@
- STYLE=-DOLD_STYLE
-
- CXXOPT=$(DEFS) $(CFLAGS)
-- LOCAL_LIBRARIES=$(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS)
-+ LOCAL_LIBRARIES=$(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS)
-
- PROGRAM =xnlaunch $(IMAGEOBJS) $(JDEP)
-
diff --git a/sysutils/xnc/patches/patch-ag b/sysutils/xnc/patches/patch-ag
deleted file mode 100644
index aa5a17c28b0..00000000000
--- a/sysutils/xnc/patches/patch-ag
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2002/07/08 14:25:06 jschauma Exp $
-
---- plugins/five/makefile.in.orig Sun Jul 7 12:50:31 2002
-+++ plugins/five/makefile.in Sun Jul 7 12:55:45 2002
-@@ -18,6 +18,11 @@
-
- @MCOMMON@
-
-+CXX = $(LIBTOOL) --mode=compile $(CC)
-+
-+.c.o:
-+ $(CXX) -c $(CXXINCLUDES) $(INCLUDES) $(CXXOPT) $<
-+
- PLUGINFLAGS=$(SHAREFLAGS)
-
- IOBJS =fiveplugin.o fivegeom.o fivefuncs.o fiveskin.o fivegui.o \
-@@ -26,9 +31,13 @@
- -I../common -I../../ftplib -I../../resloader
- CXXOPT=$(DEFS) $(DEB) $(CFLAGS)
-
--PROGRAM =libxncfive.so
-+#PROGRAM =libxncfive.so
-+PROGRAM =libxncfive.a
-
--all:: $(PROGRAM)
-+#all:: $(PROGRAM)
-+all: $(IOBJS)
-+ $(LIBTOOL) $(CC) -module -avoid-version -o $(PROGRAM:.a=.la) \
-+ $(IOBJS:.o=.lo) -rpath $(INSTPLUG)
-
-
- ../gui.o: ../gui.cxx
-@@ -88,7 +97,8 @@
-
-
- install:
-- ./xncsetup
-+# ./xncsetup
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(PROGRAM:.a=.la) $(INSTPLUG)
-
- uninstall:
- #Uninstalling IVES..
diff --git a/sysutils/xnc/patches/patch-ah b/sysutils/xnc/patches/patch-ah
deleted file mode 100644
index 3b0c612face..00000000000
--- a/sysutils/xnc/patches/patch-ah
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2002/07/08 14:25:06 jschauma Exp $
-
---- plugins/aqua/makefile.in.orig Sun Jul 7 12:53:26 2002
-+++ plugins/aqua/makefile.in Sun Jul 7 12:55:14 2002
-@@ -18,6 +18,12 @@
-
- @MCOMMON@
-
-+CXX = $(LIBTOOL) --mode=compile $(CC)
-+
-+.c.o:
-+ $(CXX) -c $(CXXINCLUDES) $(INCLUDES) $(CXXOPT) $<
-+
-+
- PLUGINFLAGS=$(SHAREFLAGS)
-
- IOBJS =aquaplugin.o aquagui.o aquafuncs.o aquageom.o aquapanel.o\
-@@ -26,9 +32,13 @@
- -I../common -I../../ftplib -I../../resloader
- CXXOPT=$(DEFS) $(DEB) $(CFLAGS)
-
--PROGRAM =libxncaqua.so
-+#PROGRAM =libxncaqua.so
-+PROGRAM =libxncaqua.a
-
--all:: $(PROGRAM)
-+#all:: $(PROGRAM)
-+all: $(IOBJS)
-+ $(LIBTOOL) $(CC) -module -avoid-version -o $(PROGRAM:.a=.la) \
-+ $(IOBJS:.o=.lo) -rpath $(INSTPLUG)
-
-
- ../gui.o: ../gui.cxx
-@@ -87,7 +97,8 @@
-
-
- install:
-- ./xncsetup
-+# ./xncsetup
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(PROGRAM:.a=.la) $(INSTPLUG)
-
- uninstall:
- $(RM) -f $(PROGRAM)
diff --git a/sysutils/xnc/patches/patch-ai b/sysutils/xnc/patches/patch-ai
deleted file mode 100644
index be7b7ae6aee..00000000000
--- a/sysutils/xnc/patches/patch-ai
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2001/09/17 05:40:06 zuntum Exp $
-
---- plugins/common/makefile.in.orig Thu Aug 30 21:30:56 2001
-+++ plugins/common/makefile.in
-@@ -18,6 +18,11 @@
-
- @MCOMMON@
-
-+CXX = $(LIBTOOL) --mode=compile $(CC)
-+
-+.c.o:
-+ $(CXX) -c $(CXXINCLUDES) $(INCLUDES) $(CXXOPT) $<
-+
- CXXINCLUDES=$(XINC) -I../xbitmaps
- CXXOPT=$(DEFS) $(DEB) $(CFLAGS)
-
diff --git a/sysutils/xnc/patches/patch-aj b/sysutils/xnc/patches/patch-aj
deleted file mode 100644
index efad35447ba..00000000000
--- a/sysutils/xnc/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2002/07/08 14:25:06 jschauma Exp $
-
---- resloader/makefile.in.orig Sun Jul 7 12:56:04 2002
-+++ resloader/makefile.in Sun Jul 7 12:56:33 2002
-@@ -21,7 +21,7 @@
- ../plugins/aqua/aquaskin.o ../plugins/five/fiveskin.o
- CXXINCLUDES=$(XINC) $(JINC)
- CXXOPT=$(DEFS) $(CFLAGS)
-- LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS)
-+ LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS)
-
- PROGRAM =xncloader $(IMAGENGINE)
-
diff --git a/sysutils/xnc/patches/patch-ak b/sysutils/xnc/patches/patch-ak
index e3507fb8797..b93229fc846 100644
--- a/sysutils/xnc/patches/patch-ak
+++ b/sysutils/xnc/patches/patch-ak
@@ -1,12 +1,12 @@
-$NetBSD: patch-ak,v 1.1 2002/07/08 14:25:07 jschauma Exp $
+$NetBSD: patch-ak,v 1.2 2004/02/22 22:29:22 jschauma Exp $
---- Make.common.in.orig Sun Jul 7 14:34:06 2002
-+++ Make.common.in Sun Jul 7 14:34:27 2002
-@@ -26,6 +26,7 @@
+--- Make.common.in.orig 2002-12-30 06:25:55.000000000 -0500
++++ Make.common.in 2004-02-22 16:43:56.000000000 -0500
+@@ -38,6 +38,7 @@
INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL@ -s -m 755
+ INSTALL_PROGRAM = @INSTALL@ -m 755
INSTALL_DATA = @INSTALL@ -m 644
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INS=@INSTALL@ -m 755
- INSM=@INSTALL@ -m 644
- INSD=@INSTALL@ -d -m 755
+ INSTALL_DIR=@INSTALL@ -d -m 755
+ MKINSTALLDIRS=$(srcdir)/mkinstalldirs
+
diff --git a/sysutils/xnc/patches/patch-al b/sysutils/xnc/patches/patch-al
deleted file mode 100644
index 5d7e4d05bee..00000000000
--- a/sysutils/xnc/patches/patch-al
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-al,v 1.1 2004/01/02 17:21:00 cjep Exp $
---- rxvt2/grkelot.c.orig 2002-02-27 14:05:56.000000000 +0000
-+++ rxvt2/grkelot.c 2004-01-02 17:01:06.000000000 +0000
-@@ -111,27 +111,19 @@
- * more flexibly.
- */
- /* elot 928 xlations */
--static char elot_xlat_plain[] = "65-122:193,194,216,196,197,214,195,199,201,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,213,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,233,238,234,235,236,237,239,240,113,241,243,244,232,249,2
--42,247,245,230";
-+static char elot_xlat_plain[] = "65-122:193,194,216,196,197,214,195,199,201,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,213,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,233,238,234,235,236,237,239,240,113,241,243,244,232,249,242,247,245,230";
- /* c and s give copyright and section sign */
--static char elot_xlat_acc[] = "65-122:182,194,216,196,184,214,195,185,186,206,202,203,204,205,188,208,81,209,211,212,200,191,87,215,190,198,91,92,93,94,95,96,220,226,"/*248*/"169,228,221,246,227,222,223,238,234,235,236,237,252,240,113,241,"/*243*/"1
--67,244,232,254,242,247,253,230";
-+static char elot_xlat_acc[] = "65-122:182,194,216,196,184,214,195,185,186,206,202,203,204,205,188,208,81,209,211,212,200,191,87,215,190,198,91,92,93,94,95,96,220,226,"/*248*/"169,228,221,246,227,222,223,238,234,235,236,237,252,240,113,241,"/*243*/"167,244,232,254,242,247,253,230";
- static char elot_xlat_acc_xtra[] = "46-62:183,47,48,49,50,51,52,53,54,55,56,57,58,59,171,61,187"; /* anw teleia, quotes */
--static char elot_xlat_uml[] = "65-122:193,194,216,196,197,214,195,199,218,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,219,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,250,238,234,235,236,237,239,240,113,241,243,244,232,249,242
--,247,251,230";
--static char elot_xlat_umacc[] = "65-122:193,194,216,196,197,214,195,199,201,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,213,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,192,238,234,235,236,237,239,240,113,241,243,244,232,249,2
--42,247,224,230";
-+static char elot_xlat_uml[] = "65-122:193,194,216,196,197,214,195,199,218,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,219,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,250,238,234,235,236,237,239,240,113,241,243,244,232,249,242,247,251,230";
-+static char elot_xlat_umacc[] = "65-122:193,194,216,196,197,214,195,199,201,206,202,203,204,205,207,208,81,209,211,212,200,217,87,215,213,198,91,92,93,94,95,96,225,226,248,228,229,246,227,231,192,238,234,235,236,237,239,240,113,241,243,244,232,249,242,247,224,230";
-
- /* ibm 437 xlations */
--static char i437_xlat_plain[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,160,165,161,162,163,164,166,167,113,168,169,171,159,224,1
--70,174,172,157";
--static char i437_xlat_acc[] = "65-122:234,129,150,131,235,148,130,236,237,141,137,138,139,140,238,143,81,144,145,146,135,240,87,149,239,133,91,92,93,94,95,96,225,153,175,155,226,173,154,227,229,165,161,162,163,164,230,167,113,168,169,171,159,233,17
--0,174,231,157";
-+static char i437_xlat_plain[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,160,165,161,162,163,164,166,167,113,168,169,171,159,224,170,174,172,157";
-+static char i437_xlat_acc[] = "65-122:234,129,150,131,235,148,130,236,237,141,137,138,139,140,238,143,81,144,145,146,135,240,87,149,239,133,91,92,93,94,95,96,225,153,175,155,226,173,154,227,229,165,161,162,163,164,230,167,113,168,169,171,159,233,170,174,231,157";
- static char i437_xlat_acc_xtra[] = "46-46:250"; /* anw teleia */
--static char i437_xlat_uml[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,228,165,161,162,163,164,166,167,113,168,169,171,159,224,170
--,174,232,157";
--static char i437_xlat_umacc[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,42,165,161,162,163,164,166,167,113,168,169,171,159,224,17
--0,174,42,157";
-+static char i437_xlat_uml[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,228,165,161,162,163,164,166,167,113,168,169,171,159,224,170,174,232,157";
-+static char i437_xlat_umacc[] = "65-122:128,129,150,131,132,148,130,134,136,141,137,138,139,140,142,143,81,144,145,146,135,151,87,149,147,133,91,92,93,94,95,96,152,153,175,155,156,173,154,158,42,165,161,162,163,164,166,167,113,168,169,171,159,224,170,174,42,157";
-
- /*
- * currently ELOT928 and IBM437 are supported; easy to include others
diff --git a/sysutils/xnc/patches/patch-am b/sysutils/xnc/patches/patch-am
new file mode 100644
index 00000000000..8bc8b9e9734
--- /dev/null
+++ b/sysutils/xnc/patches/patch-am
@@ -0,0 +1,14 @@
+$NetBSD: patch-am,v 1.1 2004/02/22 22:29:22 jschauma Exp $
+
+--- Makefile.in.orig 2004-02-22 17:15:26.000000000 -0500
++++ Makefile.in 2004-02-22 17:16:07.000000000 -0500
+@@ -74,9 +74,6 @@
+ $(INSTALL_DATA) ./desktop/xnc.xpm $(DESTDIR)$(INSTICONDIR)
+ $(INSTALL_DATA) ./desktop/xnc.png $(DESTDIR)$(INSTICONDIR)
+ $(INSTALL_DATA) ./desktop/xnc.xpm $(DESTDIR)$(INSTICONDIR)
+- $(INSTALL_DATA) ./desktop/xnc.desktop $(DESTDIR)$(INSTDESKDIR1)
+- $(INSTALL_DATA) ./desktop/X_Northern_Captain.desktop $(DESTDIR)$(INSTDESKDIR2)
+- $(INSTALL_DATA) ./desktop/xnc-gnome2.desktop $(DESTDIR)$(INSTDESKDIR3)
+ make install-$(PO_MAKE_DIR)
+ @echo "Don't foget run 'xncsetup' before starting XNC"
+ @echo "And add $(DESTDIR)$(INSTDIR) into your PATH environment variable"