Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:06:10 +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: r558494 - head/graphics/gdal
Message-ID:  <202012192006.0BJK6AFp097583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:06:09 2020
New Revision: 558494
URL: https://svnweb.freebsd.org/changeset/ports/558494

Log:
  Add CHARLS, CRYPTOPP, DODS, EXR and TILEDB options
  
  - Complete CONFIGURE_ARGS

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Sat Dec 19 20:06:04 2020	(r558493)
+++ head/graphics/gdal/Makefile	Sat Dec 19 20:06:09 2020	(r558494)
@@ -24,18 +24,24 @@ LIB_DEPENDS=	libgeotiff.so:graphics/libgeotiff \
 		libqhull.so.7:math/qhull \
 		libtiff.so:graphics/tiff
 
-OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL SPATIALITE SQLITE WEBP XERCES ZSTD
+OPTIONS_DEFINE=	ARMADILLO CFITSIO CHARLS CRYPTOPP CURL DODS ECW EXPAT EXR FREEXL GEOS GTA HDF5 JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD
 OPTIONS_RADIO=	PDF
 OPTIONS_RADIO_PDF=	PODOFO POPPLER
 OPTIONS_DEFAULT=JASPER
 OPTIONS_SUB=	yes
+CHARLS_DESC=	JPEG-Lossless support via charls
+CRYPTOPP_DESC=	Cryptopp support
+DODS_DESC=	DODS/OPeNDAP support
+EXR_DESC=	EXR support via OpenEXR library
 PCRE_DESC=	Regular expression support for SQLite
+TILEDB_DESC=	TileDB support
 
 USES=		compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz
 
 CFLAGS+=	-fPIC
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
 		--enable-static=yes \
+		--with-crypto=yes \
 		--with-geotiff=yes \
 		--with-gif=yes \
 		--with-gnm=yes \
@@ -44,6 +50,8 @@ CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
 		--with-liblzma=yes \
 		--with-libtiff=yes \
 		--with-libz=/usr \
+		--with-pcidsk=internal \
+		--with-pcraster=internal \
 		--with-png=yes \
 		--with-proj=yes \
 		--with-qhull=yes \
@@ -81,13 +89,23 @@ ARMADILLO_CONFIGURE_WITH=	armadillo
 ARMADILLO_LIB_DEPENDS=	libarmadillo.so:math/armadillo
 CFITSIO_CONFIGURE_WITH=	cfitsio
 CFITSIO_LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
+CHARLS_CONFIGURE_WITH=	charls
+CHARLS_LIB_DEPENDS=	libcharls.so:graphics/charls
+CRYPTOPP_CONFIGURE_OFF=	--with-cryptopp=no
+CRYPTOPP_CONFIGURE_ON=	--with-cryptopp=${LOCALBASE}
+CRYPTOPP_LIB_DEPENDS=	libcryptopp.so:security/cryptopp
 CURL_CONFIGURE_OFF=	--with-curl=no
 CURL_CONFIGURE_ON=	--with-curl=${LOCALBASE}/bin/curl-config
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
+DODS_CONFIGURE_OFF=	--with-dods-root=no
+DODS_CONFIGURE_ON=	--with-dods-root=${LOCALBASE}
+DODS_LIB_DEPENDS=	libdap.so:devel/libdap
 ECW_CONFIGURE_WITH=	ecw
 ECW_LIB_DEPENDS=	libNCSEcw.so:graphics/libecwj2
 EXPAT_CONFIGURE_WITH=	expat
 EXPAT_LIB_DEPENDS=	libexpat.so:textproc/expat2
+EXR_CONFIGURE_ON=	--with-exr
+EXR_LIB_DEPENDS=	libIlmImf.so:graphics/openexr
 FREEXL_CONFIGURE_WITH=	freexl
 FREEXL_LIB_DEPENDS=	libfreexl.so:textproc/freexl
 GEOS_CONFIGURE_OFF=	--with-geos=no
@@ -128,6 +146,9 @@ SPATIALITE_CONFIGURE_WITH=	spatialite
 SPATIALITE_LIB_DEPENDS=	libspatialite.so:databases/spatialite
 SQLITE_CONFIGURE_WITH=	sqlite3
 SQLITE_USES=		sqlite
+TILEDB_CONFIGURE_OFF=	--with-tiledb=no
+TILEDB_CONFIGURE_ON=	--with-tiledb=${LOCALBASE}
+TILEDB_LIB_DEPENDS=	libtiledb.so:databases/tiledb
 WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 XERCES_CONFIGURE_WITH=	xerces



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192006.0BJK6AFp097583>