Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 23:13:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375496 - head/graphics/libimg
Message-ID:  <201412242313.sBONDOvc009529@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+@comment include/tkimg.h
+@comment include/tkimgDecls.h
+@comment lib/tkimgConfig.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412242313.sBONDOvc009529>