mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 4.4.5
This commit is contained in:
parent
2aa0d6cd57
commit
b3fdeba5c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45573
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xnc
|
||||
PORTVERSION= 4.4.4
|
||||
PORTVERSION= 4.4.5
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://www.xnc.dubna.su/src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xnc-4.4.4.src.tar.gz) = 2d4501a74c78667855f2deeca1eb7ecd
|
||||
MD5 (xnc-4.4.5.src.tar.gz) = 197f09edac8c600819f3a7d5804fb59e
|
||||
|
@ -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@
|
@ -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()
|
@ -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"
|
||||
|
||||
|
||||
|
@ -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
|
@ -11,8 +11,8 @@ bin/xnc
|
||||
bin/xncsetup
|
||||
bin/xnlaunch
|
||||
bin/zips.xnc
|
||||
lib/libxncaqua.so
|
||||
lib/libxncfive.so
|
||||
lib/xnc/libxncaqua.so
|
||||
lib/xnc/libxncfive.so
|
||||
%%PORTDOCS%%share/doc/xnc/doc1.html
|
||||
%%PORTDOCS%%share/doc/xnc/doc2.html
|
||||
%%PORTDOCS%%share/doc/xnc/doc3.html
|
||||
@ -23,3 +23,4 @@ lib/libxncfive.so
|
||||
%%PORTDOCS%%share/doc/xnc/doc8.html
|
||||
%%PORTDOCS%%share/doc/xnc/index.html
|
||||
%%PORTDOCS%%@dirrm share/doc/xnc
|
||||
@dirrm lib/xnc
|
||||
|
Loading…
Reference in New Issue
Block a user