svn commit: r375496 - head/graphics/libimg

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 23:13:24 UTC 2014


Author: antoine
Date: Wed Dec 24 23:13:23 2014
New Revision: 375496
URL: https://svnweb.freebsd.org/changeset/ports/375496
QAT: https://qat.redports.org/buildarchive/r375496/

Log:
  Properly support png 1.5

Modified:
  head/graphics/libimg/Makefile
  head/graphics/libimg/pkg-plist

Modified: head/graphics/libimg/Makefile
==============================================================================
--- head/graphics/libimg/Makefile	Wed Dec 24 23:02:24 2014	(r375495)
+++ head/graphics/libimg/Makefile	Wed Dec 24 23:13:23 2014	(r375496)
@@ -11,7 +11,7 @@ MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Library of image format handlers for Tk4.1 and later
 
 BUILD_DEPENDS=	dtplite:${PORTSDIR}/devel/tcllib
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
@@ -46,7 +46,7 @@ post-configure:
 	# Link with -l$l
 	${REINPLACE_CMD} -E \
 		-e 's,^SHLIB_LD_LIBS[[:space:]]*=[[:space:]]*(.*),SHLIB_LD_LIBS=\1 -l$l,' \
-		-e 's,-lpng$$,-lpng15,' ${WRKSRC}/$l/Makefile
+		${WRKSRC}/$l/Makefile
 .endfor
 
 post-install:

Modified: head/graphics/libimg/pkg-plist
==============================================================================
--- head/graphics/libimg/pkg-plist	Wed Dec 24 23:02:24 2014	(r375495)
+++ head/graphics/libimg/pkg-plist	Wed Dec 24 23:13:23 2014	(r375496)
@@ -48,3 +48,6 @@ lib/Img/libtkimgwindow142.so.1
 lib/Img/libtkimgxpm142.so.1
 lib/Img/pkgIndex.tcl
 lib/Img/tkimgConfig.sh
+ at comment include/tkimg.h
+ at comment include/tkimgDecls.h
+ at comment lib/tkimgConfig.sh


More information about the svn-ports-head mailing list