aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/xnc/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-01-09 13:38:36 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-01-09 13:38:36 +0000
commitf7ebf074d0620719fefeb90ef475ac941314da97 (patch)
treef404099341bd124baf8daaa9414c94a5e19576be /x11-fm/xnc/files
parent970194e0747e79e3a322192c65353f8f0463494f (diff)
Notes
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r--x11-fm/xnc/files/patch-Make.common.in11
-rw-r--r--x11-fm/xnc/files/patch-ac18
-rw-r--r--x11-fm/xnc/files/patch-ad38
3 files changed, 20 insertions, 47 deletions
diff --git a/x11-fm/xnc/files/patch-Make.common.in b/x11-fm/xnc/files/patch-Make.common.in
new file mode 100644
index 000000000000..8099918d351b
--- /dev/null
+++ b/x11-fm/xnc/files/patch-Make.common.in
@@ -0,0 +1,11 @@
+--- Make.common.in.orig Thu Jan 9 13:02:52 2003
++++ Make.common.in Thu Jan 9 13:03:11 2003
+@@ -44,7 +44,7 @@
+ INSTDIR=$(bindir)
+ INSTMAN=$(mandir)/man$(manext)
+ INSTPLUG=$(libdir)/xnc
+-INSTDOCDIR = ${prefix}/share/doc/xnc-$(XNCVERSION)
++INSTDOCDIR = ${prefix}/share/doc/xnc
+ INSTICONDIR = $(datadir)/pixmaps
+ INSTDESKDIR1= $(datadir)/gnome/apps/Applications
+ INSTDESKDIR2= $(datadir)/applnk/System
diff --git a/x11-fm/xnc/files/patch-ac b/x11-fm/xnc/files/patch-ac
index 97cff3fa394c..b64bdbb6eb3e 100644
--- a/x11-fm/xnc/files/patch-ac
+++ b/x11-fm/xnc/files/patch-ac
@@ -1,11 +1,11 @@
---- 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 Thu Jan 9 12:17:27 2003
++++ src/lib/filedir/makefile.in Thu Jan 9 12:17:45 2003
+@@ -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/x11-fm/xnc/files/patch-ad b/x11-fm/xnc/files/patch-ad
deleted file mode 100644
index bca25f17e58c..000000000000
--- a/x11-fm/xnc/files/patch-ad
+++ /dev/null
@@ -1,38 +0,0 @@
---- Makefile.in.orig Sat Jun 29 11:57:34 2002
-+++ Makefile.in Sat Jun 29 12:00:28 2002
-@@ -257,23 +257,23 @@
- install: install-$(PLUGINS)
- #Installing X Northern Captain...
- $(INSD) $(INSTDIR)
-- $(INS) ./users.xnc $(INSTDIR)
-- $(INS) ./groups.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./users.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./groups.xnc $(INSTDIR)
- $(INS) ./rpm.xnc $(INSTDIR)
-- $(INS) ./zips.xnc $(INSTDIR)
-+ $(INSTALL_PROGRAM) ./zips.xnc $(INSTDIR)
- $(INS) ./gzip.xnc $(INSTDIR)
- $(INS) ./bzip.xnc $(INSTDIR)
-- $(INS) ./nc $(INSTDIR)/xnc
-+ $(INSTALL_PROGRAM) ./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
-+ $(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"
-
-