Date: Sat, 1 Apr 2017 10:09:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437405 - branches/2017Q1/graphics/gdal Message-ID: <201704011009.v31A9Oao076062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 1 10:09:24 2017 New Revision: 437405 URL: https://svnweb.freebsd.org/changeset/ports/437405 Log: MFH: r436993 r437023 Fix POPPLER option - Bump PORTREVISION for package change PR: 217581 Submitted by: Erik Gustafson <gustafson.erik+fbsdbugzilla@gmail.com> Use POPPLER_CONFIGURE_WITH Notified by: mat Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/graphics/gdal/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/graphics/gdal/Makefile ============================================================================== --- branches/2017Q1/graphics/gdal/Makefile Sat Apr 1 09:49:49 2017 (r437404) +++ branches/2017Q1/graphics/gdal/Makefile Sat Apr 1 10:09:24 2017 (r437405) @@ -4,6 +4,7 @@ PORTNAME= gdal PORTVERSION= 2.1.2 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -102,7 +103,7 @@ PGSQL_CONFIGURE_ON= --with-pg=${LOCALBAS PGSQL_USES= pgsql PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo -POPPLER_CONFIGURE_WITH= poppler +POPPLER_CONFIGURE_WITH= poppler=${LOCALBASE} POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite @@ -116,7 +117,7 @@ XERCES_LIB_DEPENDS= libxerces-c.so:textp post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure -# Cleanup bundled libraries +# Clean up bundled libraries @${RM} -r ${WRKSRC}/frmts/gif/giflib/ @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704011009.v31A9Oao076062>