[Midnightbsd-cvs] CVS Commit: graphics/png: The symlink paths for the include files were
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 14 03:27:15 EDT 2007
Log Message:
-----------
The symlink paths for the include files were wrong and this causes issues
with GNUstep-gui
Modified Files:
--------------
mports/graphics/png:
Makefile (r1.6 -> r1.7)
pkg-plist (r1.1.1.1 -> r1.2)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/graphics/png/pkg-plist,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lgraphics/png/pkg-plist -Lgraphics/png/pkg-plist -u -r1.1.1.1 -r1.2
--- graphics/png/pkg-plist
+++ graphics/png/pkg-plist
@@ -2,10 +2,10 @@
bin/libpng-config
@exec ln -sf %f %D/bin/libpng12-config
include/libpng/png.h
- at exec ln -sf libpng/%f %D/include/%f
+ at exec ln -sf libpng/png.h %D/include/png.h
@unexec rm -f %D/include/%f
include/libpng/pngconf.h
- at exec ln -sf libpng/%f %D/include/%f
+ at exec ln -sf libpng/pngconf.h %D/include/pngconf.h
@unexec rm -f %D/include/%f
lib/libpng.a
lib/libpng.so
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/png/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lgraphics/png/Makefile -Lgraphics/png/Makefile -u -r1.6 -r1.7
--- graphics/png/Makefile
+++ graphics/png/Makefile
@@ -8,6 +8,7 @@
PORTNAME= png
PORTVERSION= 1.2.18
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lib${PORTNAME}
More information about the Midnightbsd-cvs
mailing list