Date: Fri, 13 Nov 2015 19:12:37 +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: r401529 - head/graphics/gdal Message-ID: <201511131912.tADJCbQ8083256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 13 19:12:37 2015 New Revision: 401529 URL: https://svnweb.freebsd.org/changeset/ports/401529 Log: - Add SPATIALITE option Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Fri Nov 13 19:12:21 2015 (r401528) +++ head/graphics/gdal/Makefile Fri Nov 13 19:12:37 2015 (r401529) @@ -21,12 +21,13 @@ LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/g libtiff.so:${PORTSDIR}/graphics/tiff OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ - KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ SQLITE \ - WEBP XERCES + KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ + SPATIALITE SQLITE WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER PCRE_DESC= Regular expression support for SQLite +SPATIALITE_DESC=SpatiaLite support CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ @@ -118,6 +119,9 @@ POPPLER_LIB_DEPENDS= libpoppler.so:${POR PROJ_CONFIGURE_OFF= --with-static-proj4=no PROJ_CONFIGURE_ON= --with-static-proj4=${LOCALBASE} PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj +SPATIALITE_CONFIGURE_OFF= --with-spatialite=no +SPATIALITE_CONFIGURE_ON=--with-spatialite=${LOCALBASE} +SPATIALITE_LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite SQLITE_CONFIGURE_OFF= --with-sqlite3=no SQLITE_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} SQLITE_USE= SQLITE=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131912.tADJCbQ8083256>