svn commit: r401529 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 13 19:12:38 UTC 2015


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


More information about the svn-ports-all mailing list