diff options
author | demon <demon@FreeBSD.org> | 2001-07-29 12:35:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-07-29 12:35:01 +0800 |
commit | 32b3d0ff85ab20b6a5fa276bad649314708c4a4d (patch) | |
tree | 4e20e371b5507aab9c1035c8770844309b56dcf3 /x11-fm/xnc/files | |
parent | 13f92bcc8c23429c6d0635dd3318dcae0363cbd5 (diff) | |
download | freebsd-ports-gnome-32b3d0ff85ab20b6a5fa276bad649314708c4a4d.tar.gz freebsd-ports-gnome-32b3d0ff85ab20b6a5fa276bad649314708c4a4d.tar.zst freebsd-ports-gnome-32b3d0ff85ab20b6a5fa276bad649314708c4a4d.zip |
Upgrade to 4.4.5
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r-- | x11-fm/xnc/files/patch-Make.common.in | 11 | ||||
-rw-r--r-- | x11-fm/xnc/files/patch-aa | 10 | ||||
-rw-r--r-- | x11-fm/xnc/files/patch-ad | 16 | ||||
-rw-r--r-- | x11-fm/xnc/files/patch-ae | 56 |
4 files changed, 8 insertions, 85 deletions
diff --git a/x11-fm/xnc/files/patch-Make.common.in b/x11-fm/xnc/files/patch-Make.common.in deleted file mode 100644 index f1161280832e..000000000000 --- a/x11-fm/xnc/files/patch-Make.common.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Make.common.in.orig Fri Jan 5 00:17:13 2001 -+++ Make.common.in Fri Jan 5 00:17:25 2001 -@@ -31,7 +31,7 @@ - INSOWN=@INSTALL@ - INSTDIR=@prefix@/bin - INSTMAN=@prefix@/man --INSTPLUG=@prefix@/lib/xnc -+INSTPLUG=@prefix@/lib - DEB= - STRIPPING= - XINC=@X_CFLAGS@ diff --git a/x11-fm/xnc/files/patch-aa b/x11-fm/xnc/files/patch-aa deleted file mode 100644 index 2f6483978612..000000000000 --- a/x11-fm/xnc/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> - - void main() diff --git a/x11-fm/xnc/files/patch-ad b/x11-fm/xnc/files/patch-ad index 2f2f2acd274f..ee40b87a3617 100644 --- a/x11-fm/xnc/files/patch-ad +++ b/x11-fm/xnc/files/patch-ad @@ -1,8 +1,8 @@ ---- Makefile.in.orig Wed Apr 25 20:43:09 2001 -+++ Makefile.in Wed Apr 25 20:42:53 2001 -@@ -186,21 +186,21 @@ +--- Makefile.in.orig Sun Jul 29 08:18:38 2001 ++++ Makefile.in Sun Jul 29 08:20:43 2001 +@@ -190,21 +190,21 @@ - install: + install: install-$(PLUGINS) #Installing X Northern Captain... - $(INS) ./users.xnc $(INSTDIR) - $(INS) ./groups.xnc $(INSTDIR) @@ -29,7 +29,7 @@ + $(INSTALL_PROGRAM) ./xsetup/xncsetup $(INSTDIR) + $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR) + $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR) -+ # /bin/sh ./replace.script - mkdir -p $(INSTPLUG) - $(INS) ./plugins/five/libxncfive.so $(INSTPLUG) - $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG) ++# /bin/sh ./replace.script + @echo "Don't foget run 'xncsetup' before starting XNC" + + diff --git a/x11-fm/xnc/files/patch-ae b/x11-fm/xnc/files/patch-ae deleted file mode 100644 index a56cdb07e7f9..000000000000 --- a/x11-fm/xnc/files/patch-ae +++ /dev/null @@ -1,56 +0,0 @@ ---- 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 -- $(CC) -c 24to8.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c 24to8.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - jpeg.o: jpeg.c -- $(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) - - inter.o: inter.c -- $(CC) -c inter.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c inter.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - huff.o: huff.c -- $(CC) -c huff.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c huff.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - file.o: file.c -- $(CC) -c file.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c file.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - yuv2rgb.o: yuv2rgb.c -- $(CC) -c yuv2rgb.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c yuv2rgb.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - tiffr.o: tiffr.c -- $(CC) -c tiffr.c $(CXXOPT) $(INCLUDES) -I/usr/local/include -I/usr/include/gr -+ $(CC) -c tiffr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - png.o: png.c -- $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC) -+ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC) $(CPPFLAGS) - - ../zlib/libz.a: - cd ../zlib && make -@@ -67,7 +67,7 @@ - cd ../libpng && make - - pcxr.o: pcxr.c -- $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES) -+ $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - - libie.a: $(IOBJS) - $(RM) -f libie.a |