git: 194de6c287e6 - main - graphics/qgis*: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Jun 2025 14:10:29 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=194de6c287e65ccd66e0d7e8305245b8f880b8c0
commit 194de6c287e65ccd66e0d7e8305245b8f880b8c0
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 08:51:08 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:30 +0000
graphics/qgis*: Mark BROKEN
Fails to build, sip-build: class 'QgsTopologicalMesh::Changes' has not been defined
Reported by: pkg-fallout
---
graphics/qgis-ltr/Makefile | 2 ++
graphics/qgis/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index d2df1b28ec77..916c635990eb 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -12,6 +12,8 @@ WWW= https://qgis.org/en/site/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
+BROKEN= Fails to build, sip-build: class 'QgsTopologicalMesh::Changes' has not been defined
+
BUILD_DEPENDS= gpsbabel>=1.7.0:astro/gpsbabel \
opencl>=0:devel/opencl \
${PY_SETUPTOOLS} \
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 722eca17c38e..9615db85d784 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -11,6 +11,8 @@ WWW= https://qgis.org/en/site/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
+BROKEN= Fails to build, sip-build: class 'QgsTopologicalMesh::Changes' has not been defined
+
BUILD_DEPENDS= gpsbabel>=1.7.0:astro/gpsbabel \
opencl>=0:devel/opencl \
${PY_SETUPTOOLS} \