Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 21:24:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436993 - head/graphics/gdal
Message-ID:  <201703262124.v2QLOBma092820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 26 21:24:11 2017
New Revision: 436993
URL: https://svnweb.freebsd.org/changeset/ports/436993

Log:
  Fix POPPLER option
  
  - Bump PORTREVISION for package change
  
  PR:		217581
  Submitted by:	Erik Gustafson <gustafson.erik+fbsdbugzilla@gmail.com>
  MFH:		2017Q1

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Sun Mar 26 21:24:06 2017	(r436992)
+++ head/graphics/gdal/Makefile	Sun Mar 26 21:24:11 2017	(r436993)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -101,7 +102,8 @@ 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_OFF=	--without-poppler
+POPPLER_CONFIGURE_ON=	--with-poppler=${LOCALBASE}
 POPPLER_LIB_DEPENDS=	libpoppler.so:graphics/poppler
 SPATIALITE_CONFIGURE_WITH=	spatialite
 SPATIALITE_LIB_DEPENDS=	libspatialite.so:databases/spatialite
@@ -115,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?201703262124.v2QLOBma092820>