1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

graphics/gdal: Add more default options

GDAL is an essential component for GIS software as graphics/qgis*, math/saga,
databases/postgis*, databases/grass*.
Unfortunately too many options are not enabled by default, causing the user
of theses softwares to rebuild graphics/gdal and its bindings (especially
graphics/py-gdal) for basic use.

With this commit, the vast majority of user needs will be covered, leaving
the build of graphics/gdal with the less relevant and less used options to
the users who really need it.

As gdal now requires postgresql, the package will install the default
version (postgresql12), however databases/postgis23 cannot be built with
postgresql>10 so it is marked as BROKEN -- however this is not a problem
since it is largely deprecated and will be removed soon.

PR:		224004
Approved by:	Maintainer timeout
This commit is contained in:
Loïc Bartoletti 2020-10-22 12:20:06 +00:00
parent 85da70486c
commit 0173afc691
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552962
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,7 @@ COMMENT= Geographic objects support for PostgreSQL databases
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= Does not build with graphics/gdal default (pgsql conflicts)
DEPRECATED= Upstream no longer maintained
EXPIRATION_DATE= 2020-11-15

View File

@ -28,7 +28,9 @@ OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
SPATIALITE SQLITE WEBP XERCES ZSTD
OPTIONS_RADIO= PDF
OPTIONS_RADIO_PDF= PODOFO POPPLER
OPTIONS_DEFAULT=JASPER
OPTIONS_DEFAULT= CURL EXPAT FREEXL GEOS HDF5 JASPER \
KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \
SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER
OPTIONS_SUB= yes
PCRE_DESC= Regular expression support for SQLite