Date: Sun, 3 Dec 2023 15:05:17 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87e4ed524108 - main - graphics/qgis-ltr: Really disable usage of qtwebkit Message-ID: <202312031505.3B3F5Hdx056132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=87e4ed524108db29f81c6ec8c2d3d095cdbdc8d9 commit 87e4ed524108db29f81c6ec8c2d3d095cdbdc8d9 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-12-03 15:03:45 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2023-12-03 15:05:06 +0000 graphics/qgis-ltr: Really disable usage of qtwebkit While here, pet portlint. Co-authored-by: alt2600@icloud.com PR: 275495 --- graphics/qgis-ltr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 9601baf189da..8f14360455d8 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.28.13 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr @@ -130,7 +131,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \ CMAKE_ON= USE_OPENCL WITH_3D WITH_ASTYLE \ WITH_BINDINGS WITH_COPC WITH_CUSTOM_WIDGETS WITH_EPT \ WITH_PDAL WITH_POSTGRESQL -CMAKE_OFF= ENABLE_TESTS WITH_QWTPOLAR +CMAKE_OFF= ENABLE_TESTS WITH_QTWEBKIT WITH_QWTPOLAR CONFLICTS_INSTALL= qgis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031505.3B3F5Hdx056132>