Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154596535
D27374.id79999.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
D27374.id79999.diff
View Options
Index: graphics/qgis/Makefile
===================================================================
--- graphics/qgis/Makefile
+++ graphics/qgis/Makefile
@@ -3,8 +3,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
-DISTVERSION= 3_16_0
-PORTREVISION= 2
+DISTVERSION= 3_16_1
CATEGORIES= graphics geography
MAINTAINER= rhurlin@FreeBSD.org
@@ -52,7 +51,8 @@
libspatialite.so:databases/spatialite \
libsz.so:science/szip \
libxerces-c.so:textproc/xerces-c3 \
- libzip.so:archivers/libzip
+ libzip.so:archivers/libzip \
+ libzstd.so:archivers/zstd
RUN_DEPENDS= astyle:devel/astyle \
opencl>=0:devel/opencl \
${PYTHON_PKGNAMEPREFIX}black>=19.10:devel/py-black@${PY_FLAVOR} \
@@ -145,6 +145,8 @@
GRASS_CMAKE_BOOL= WITH_GRASS7
SERVER_LIB_DEPENDS= libfcgi.so:www/fcgi
SERVER_CMAKE_BOOL= WITH_SERVER WITH_SERVER_PLUGINS WITH_QSPATIALITE
+
+SUB_FILES= pkg-message
PLIST_SUB= DISTVERSION=${PORTVERSION}
Index: graphics/qgis/distinfo
===================================================================
--- graphics/qgis/distinfo
+++ graphics/qgis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603630554
-SHA256 (qgis-QGIS-final-3_16_0_GH0.tar.gz) = 7f52b02d2eeab467e1c672c7b86a5d03baca2982e7b8811f908690b1266a1493
-SIZE (qgis-QGIS-final-3_16_0_GH0.tar.gz) = 133786548
+TIMESTAMP = 1606230996
+SHA256 (qgis-QGIS-final-3_16_1_GH0.tar.gz) = bc1fa8b7451aebd9ecaa8704cea421adcf2309a6b00048a20b8c307c3297d03e
+SIZE (qgis-QGIS-final-3_16_1_GH0.tar.gz) = 134902729
Index: graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
===================================================================
--- graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
+++ graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
@@ -1,20 +1,27 @@
---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2020-03-27 05:50:09 UTC
+--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-12-07 13:18:21 UTC
+++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
-@@ -79,7 +79,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
+@@ -79,13 +79,13 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
def canBeActivated(self):
version = SagaUtils.getInstalledVersion(True)
- if version is not None and (version.startswith(REQUIRED_VERSION) or version.startswith(BETA_SUPPORT_VERSION)):
-+ if version is not None and version >= REQUIRED_VERSION:
++ if version is not None and (version.startswith(REQUIRED_VERSION) or version >= BETA_SUPPORT_VERSION):
return True
return False
+ def warningMessage(self):
+ version = SagaUtils.getInstalledVersion(True)
+- if version is not None and version.startswith(BETA_SUPPORT_VERSION):
++ if version is not None and version >= BETA_SUPPORT_VERSION:
+ return self.tr('SAGA version {} is not officially supported - algorithms may encounter issues').format(version)
+ return ''
+
@@ -96,7 +96,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
self.tr('Processing'), Qgis.Critical)
return
- if not version.startswith(REQUIRED_VERSION) and not version.startswith(BETA_SUPPORT_VERSION):
-+ if version < REQUIRED_VERSION:
++ if not version.startswith(REQUIRED_VERSION) and not version >= BETA_SUPPORT_VERSION:
QgsMessageLog.logMessage(self.tr('Problem with SAGA installation: unsupported SAGA version (found: {}, required: {}).').format(version, REQUIRED_VERSION),
self.tr('Processing'),
Qgis.Critical)
Index: graphics/qgis/files/pkg-message.in
===================================================================
--- /dev/null
+++ graphics/qgis/files/pkg-message.in
@@ -0,0 +1,18 @@
+[
+{ 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
+}
+]
+
Index: graphics/qgis/pkg-plist
===================================================================
--- graphics/qgis/pkg-plist
+++ graphics/qgis/pkg-plist
@@ -2796,6 +2796,7 @@
%%DATADIR%%/i18n/qgis_pt_PT.qm
%%DATADIR%%/i18n/qgis_ro.qm
%%DATADIR%%/i18n/qgis_ru.qm
+%%DATADIR%%/i18n/qgis_sc.qm
%%DATADIR%%/i18n/qgis_sv.qm
%%DATADIR%%/i18n/qgis_uk.qm
%%DATADIR%%/i18n/qgis_vi.qm
@@ -5354,11 +5355,19 @@
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/README
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/app.ca3f5643.css
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.8679d8ba.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-5cedae10.45a18619.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-db289a14.336091d0.css
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-vendors.a728f495.css
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/favicon.ico
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/index.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fa6cb20b.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fa6cb20b.js.map
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ef3c4d35.js
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ef3c4d35.js.map
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-5cedae10.b1aed77d.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-5cedae10.b1aed77d.js.map
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-db289a14.4c4313be.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-db289a14.4c4313be.js.map
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.ebebb286.js
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.ebebb286.js.map
%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 12:20 AM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32337651
Default Alt Text
D27374.id79999.diff (6 KB)
Attached To
Mode
D27374: graphics/qgis: Update to 3.16.1
Attached
Detach File
Event Timeline
Log In to Comment