aboutsummaryrefslogtreecommitdiff
path: root/graphics/qgis
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-02-23 05:58:35 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-02-23 05:58:35 +0000
commit9fe75e179d3cc2fd64d362e5ab35b30d8f8ad922 (patch)
tree27a58ed98add67474f8fb9c7b9978926de4ecb9b /graphics/qgis
parent47213c9c739efc6b57a893d855778d5c287a3495 (diff)
downloadports-9fe75e179d3cc2fd64d362e5ab35b30d8f8ad922.tar.gz
ports-9fe75e179d3cc2fd64d362e5ab35b30d8f8ad922.zip
graphics/gdal: Set the default options as a workable set
- reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=566369
Diffstat (limited to 'graphics/qgis')
-rw-r--r--graphics/qgis/Makefile3
-rw-r--r--graphics/qgis/files/pkg-message.in18
2 files changed, 1 insertions, 20 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 49a1e41031e9..b7e4f465522b 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -4,6 +4,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 3_18_0
+PORTREVISION= 1
CATEGORIES= graphics geography
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -130,8 +131,6 @@ CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR
CONFLICTS_INSTALL= qgis-ltr
-SUB_FILES= pkg-message
-
PLIST_SUB= DISTVERSION=${PORTVERSION}
.if !defined(MAINTAINER_MODE)
diff --git a/graphics/qgis/files/pkg-message.in b/graphics/qgis/files/pkg-message.in
deleted file mode 100644
index 68debd28f108..000000000000
--- a/graphics/qgis/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-{ type: install
- message: <<EOM
-The QGIS port contains many dependencies on other ports.
-In GDAL, one of the most important dependencies, very important
-additional dependencies are not enabled by default.
-
-To get the most complete functionality in QGIS, it is strongly
-recommended that you build and install the graphics/gdal port
-with at least the following options enabled before compiling QGIS:
-
-CURL EXPAT FREEXL GEOS HDF5 JASPER KML LIBXML2 NETCDF OPENJPEG
-PCRE PGSQL SFCGAL SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER
-
-EOM
-}
-]
-