svn commit: r552962 - in head: databases/postgis23 graphics/gdal
Loïc Bartoletti
lbartoletti at FreeBSD.org
Thu Oct 22 12:20:07 UTC 2020
Author: lbartoletti
Date: Thu Oct 22 12:20:06 2020
New Revision: 552962
URL: https://svnweb.freebsd.org/changeset/ports/552962
Log:
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
Modified:
head/databases/postgis23/Makefile
head/graphics/gdal/Makefile
Modified: head/databases/postgis23/Makefile
==============================================================================
--- head/databases/postgis23/Makefile Thu Oct 22 11:11:03 2020 (r552961)
+++ head/databases/postgis23/Makefile Thu Oct 22 12:20:06 2020 (r552962)
@@ -13,6 +13,7 @@ COMMENT= Geographic objects support for PostgreSQL dat
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
Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile Thu Oct 22 11:11:03 2020 (r552961)
+++ head/graphics/gdal/Makefile Thu Oct 22 12:20:06 2020 (r552962)
@@ -28,7 +28,9 @@ OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEX
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
More information about the svn-ports-all
mailing list