Update libgaiagraphics Build details via Redports : https://redports.org/buildarchive/20131117092553-44286/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
Author: wg Date: Sat Nov 30 15:03:28 2013 New Revision: 335295 URL: http://svnweb.freebsd.org/changeset/ports/335295 Log: graphics/libgaiagraphics: update to 0.5 - Update to 0.5 - Allow staging - Convert lib depends to new format - Use space in WWW PR: ports/184101 Submitted by: maintainer Modified: head/graphics/libgaiagraphics/Makefile head/graphics/libgaiagraphics/distinfo head/graphics/libgaiagraphics/pkg-descr Modified: head/graphics/libgaiagraphics/Makefile ============================================================================== --- head/graphics/libgaiagraphics/Makefile Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/Makefile Sat Nov 30 15:03:28 2013 (r335295) @@ -2,30 +2,25 @@ # $FreeBSD$ PORTNAME= libgaiagraphics -PORTVERSION= 0.4b +PORTVERSION= 0.5 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= coder@tuxfamily.org COMMENT= Library supporting common-utility raster handling methods -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - geotiff:${PORTSDIR}/graphics/libgeotiff \ - jpeg:${PORTSDIR}/graphics/jpeg \ - cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libcairo.so:${PORTSDIR}/graphics/cairo -GNU_CONFIGURE= yes -USES= iconv gmake pkgconfig - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +USES= gmake iconv pathfix pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include <bsd.port.mk> Modified: head/graphics/libgaiagraphics/distinfo ============================================================================== --- head/graphics/libgaiagraphics/distinfo Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/distinfo Sat Nov 30 15:03:28 2013 (r335295) @@ -1,2 +1,2 @@ -SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede -SIZE (libgaiagraphics-0.4b.tar.gz) = 451786 +SHA256 (libgaiagraphics-0.5.tar.gz) = ccab293319eef1e77d18c41ba75bc0b6328d0fc3c045bb1d1c4f9d403676ca1c +SIZE (libgaiagraphics-0.5.tar.gz) = 485775 Modified: head/graphics/libgaiagraphics/pkg-descr ============================================================================== --- head/graphics/libgaiagraphics/pkg-descr Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/pkg-descr Sat Nov 30 15:03:28 2013 (r335295) @@ -1,4 +1,4 @@ libgaiagraphics is an open source library supporting common-utility raster handling methods. -WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index +WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"