[Midnightbsd-cvs] mports: graphics/png: attempt to fix symlink problem with libpng/php.h

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 14 11:35:00 EDT 2009


Log Message:
-----------
attempt to fix symlink problem with libpng/php.h

Modified Files:
--------------
    mports/graphics/png:
        Makefile (r1.16 -> r1.17)
    mports/graphics/png/files:
        patch-aa (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/png/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -L graphics/png/Makefile -L graphics/png/Makefile -u -r1.16 -r1.17
--- graphics/png/Makefile
+++ graphics/png/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	png
 PORTVERSION=	1.2.35
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lib${PORTNAME}
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/graphics/png/files/patch-aa,v
retrieving revision 1.6
retrieving revision 1.7
diff -L graphics/png/files/patch-aa -L graphics/png/files/patch-aa -u -r1.6 -r1.7
--- graphics/png/files/patch-aa
+++ graphics/png/files/patch-aa
@@ -15,7 +15,7 @@
 +LIBDIR=         ${PREFIX}/lib
  INCS=		png.h pngconf.h
 -INCSDIR=	/include/libpng
-+INCSDIR=        ${PREFIX}/include/libpng
++INCSDIR=        ${PREFIX}/include/libpng/
  INCDIR=		${INCSDIR}		# for 4.x bsd.lib.mk
  MAN=		libpng.3 libpngpf.3 png.5
 -MANDIR=		/man/man


More information about the Midnightbsd-cvs mailing list