summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Pala2003-10-21 09:59:19 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1a9ca26767fb173609dc736198a061a270a0cc4d (patch)
treea942553c1110eaed4cbe76ed2f1e25fa9580c972
parent31f0f6bd9ce0f1d3b87d7a97a2ae9964f391c34c (diff)
downloadxnc-1a9ca26767fb173609dc736198a061a270a0cc4d.zip
xnc-1a9ca26767fb173609dc736198a061a270a0cc4d.tar.gz
- outdated
Changed files: xnc-destdir.patch -> 1.2 xnc-gcc33.patch -> 1.2
-rw-r--r--xnc-destdir.patch55
-rw-r--r--xnc-gcc33.patch38
2 files changed, 0 insertions, 93 deletions
diff --git a/xnc-destdir.patch b/xnc-destdir.patch
deleted file mode 100644
index 4f518d6..0000000
--- a/xnc-destdir.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Nur xnc-4.4.7.orig/Makefile.in xnc-4.4.7.chng/Makefile.in
---- xnc-4.4.7.orig/Makefile.in Wed Mar 27 13:16:28 2002
-+++ xnc-4.4.7.chng/Makefile.in Mon Nov 4 12:50:08 2002
-@@ -256,31 +256,31 @@
-
- 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)
-+ $(INSD) $(DESTDIR)$(INSTDIR)
-+ $(INS) ./users.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./groups.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./rpm.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./zips.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./gzip.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./bzip.xnc $(DESTDIR)$(INSTDIR)
-+ $(INS) ./nc $(DESTDIR)$(INSTDIR)/xnc
-+ $(INSD) $(DESTDIR)$(INSTMAN)/man1
-+ $(INSM) ./yo-man/*.1 $(DESTDIR)$(INSTMAN)/man1
-+ $(INS) ./ives/ives $(DESTDIR)$(INSTDIR)
-+ $(INS) ./ives/iedit $(DESTDIR)$(INSTDIR)
-+ $(INS) ./ives/iview $(DESTDIR)$(INSTDIR)
-+ $(INS) ./xsetup/xncsetup $(DESTDIR)$(INSTDIR)
-+ $(INS) ./xjroot/xjpegroot $(DESTDIR)$(INSTDIR)
-+ $(INS) ./launch/xnlaunch $(DESTDIR)$(INSTDIR)
-+ $(INS) ./resloader/xncloader $(DESTDIR)$(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)
-+ mkdir -p $(DESTDIR)$(INSTPLUG)
-+ $(INS) ./plugins/five/libxncfive.so $(DESTDIR)$(INSTPLUG)
-+ $(INS) ./plugins/aqua/libxncaqua.so $(DESTDIR)$(INSTPLUG)
-
- install-:
- @echo "Skipping..."
diff --git a/xnc-gcc33.patch b/xnc-gcc33.patch
deleted file mode 100644
index a89b76b..0000000
--- a/xnc-gcc33.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- xnc-4.4.7/rxvt2/grkelot.c.orig Wed Feb 27 15:05:56 2002
-+++ xnc-4.4.7/rxvt2/grkelot.c Tue Jul 1 11:08:34 2003
-@@ -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