summaryrefslogtreecommitdiff
path: root/x11-fm/xnc/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-04-27 13:45:19 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-04-27 13:45:19 +0000
commit6655b0838596864c05dcc3686e5891c5568bfeae (patch)
tree2c5fc65a1e5e0f6b82caa0c8d14d91b967db2c1a /x11-fm/xnc/files
parent- Update port to version 4.0.1 (bug fixes) (diff)
Update port to version 4.4.4.
Add support for PORTDOCS in pkg-plist. Patches in files/ have been regenerated for this release, but they do the same things as before.
Notes
Notes: svn path=/head/; revision=41961
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r--x11-fm/xnc/files/patch-aa8
-rw-r--r--x11-fm/xnc/files/patch-ac4
-rw-r--r--x11-fm/xnc/files/patch-ad10
-rw-r--r--x11-fm/xnc/files/patch-ae18
4 files changed, 20 insertions, 20 deletions
diff --git a/x11-fm/xnc/files/patch-aa b/x11-fm/xnc/files/patch-aa
index 838b709bf92e..2f6483978612 100644
--- a/x11-fm/xnc/files/patch-aa
+++ b/x11-fm/xnc/files/patch-aa
@@ -1,8 +1,8 @@
---- groups.cxx.~1~ Thu Sep 24 22:42:27 1998
-+++ groups.cxx Tue Apr 27 23:00:25 1999
-@@ -18,6 +18,7 @@
- #include <config.h>
+--- groups.cxx.orig Wed Apr 25 21:03:06 2001
++++ groups.cxx Wed Apr 25 21:04:50 2001
+@@ -19,6 +19,7 @@
#endif
+ #include <sys/types.h>
#include <stdio.h>
+#include <sys/param.h>
#include <grp.h>
diff --git a/x11-fm/xnc/files/patch-ac b/x11-fm/xnc/files/patch-ac
index f79d78a6f6a0..97cff3fa394c 100644
--- a/x11-fm/xnc/files/patch-ac
+++ b/x11-fm/xnc/files/patch-ac
@@ -1,5 +1,5 @@
---- filedir/makefile.in.orig Wed Feb 16 15:38:53 2000
-+++ filedir/makefile.in Wed Feb 16 15:39:08 2000
+--- 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@
diff --git a/x11-fm/xnc/files/patch-ad b/x11-fm/xnc/files/patch-ad
index 099d4de745e2..2f2f2acd274f 100644
--- a/x11-fm/xnc/files/patch-ad
+++ b/x11-fm/xnc/files/patch-ad
@@ -1,6 +1,6 @@
---- Makefile.in.orig Thu Jan 4 23:53:59 2001
-+++ Makefile.in Thu Jan 4 23:58:48 2001
-@@ -181,21 +181,21 @@
+--- Makefile.in.orig Wed Apr 25 20:43:09 2001
++++ Makefile.in Wed Apr 25 20:42:53 2001
+@@ -186,21 +186,21 @@
install:
#Installing X Northern Captain...
@@ -29,7 +29,7 @@
+ $(INSTALL_PROGRAM) ./xsetup/xncsetup $(INSTDIR)
+ $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR)
+ $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR)
-+# /bin/sh ./replace.script
++ # /bin/sh ./replace.script
mkdir -p $(INSTPLUG)
$(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
- echo "Don't foget run 'xncsetup' before starting XNC"
+ $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
diff --git a/x11-fm/xnc/files/patch-ae b/x11-fm/xnc/files/patch-ae
index d4912b6727dc..a56cdb07e7f9 100644
--- a/x11-fm/xnc/files/patch-ae
+++ b/x11-fm/xnc/files/patch-ae
@@ -1,6 +1,6 @@
---- image/makefile.in.orig Tue Jan 18 17:35:15 2000
-+++ image/makefile.in Sat Jun 24 15:56:50 2000
-@@ -31,31 +31,31 @@
+--- image/makefile.in.orig Wed Apr 25 20:12:34 2001
++++ image/makefile.in Wed Apr 25 20:14:32 2001
+@@ -31,34 +31,34 @@
all:: libie.a $(PNGDEP) $(ZDEP)
24to8.o: 24to8.c
@@ -11,6 +11,10 @@
- $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES)
+ $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+ accel.o: accel.c
+- $(CC) -c accel.c $(CXXOPT) $(CXXINCLUDES)
++ $(CC) -c accel.c $(CXXOPT) $(CXXINCLUDES) $(CPPFLAGS)
+
pcdr.o: pcdr.c
- $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES)
+ $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
@@ -37,20 +41,16 @@
png.o: png.c
- $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC)
-+ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) $(ZINC) $(PNGINC)
++ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC) $(CPPFLAGS)
../zlib/libz.a:
cd ../zlib && make
-@@ -64,10 +64,10 @@
+@@ -67,7 +67,7 @@
cd ../libpng && make
pcxr.o: pcxr.c
- $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES)
+ $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
- accel.o: accel.c
-- $(CC) -c accel.c $(CFLAGS)
-+ $(CC) -c accel.c $(CFLAGS) $(CPPFLAGS)
-
libie.a: $(IOBJS)
$(RM) -f libie.a