Created attachment 246737 [details] Makefile_disable_webkit.diff so noticed a little glitch when I finally was able to delete qt5-webkit after py-qt5-pyqt removed it. qgis was still silently needing it, but it likely wasn't causing issues with the package builders because qt5-webkit was still in the build because of py39-qt5-pyqt still having the dependency. So I added the bool variable to the CMAKE_ARGS string in the Makefile to turn off the optional dependency as it wouldn't configure otherwise.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cbe960ed539b3108c02ea9eb974119f2e837599 commit 0cbe960ed539b3108c02ea9eb974119f2e837599 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-12-03 14:50:06 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2023-12-03 14:59:02 +0000 graphics/qgis: Really disable usage of qtwebkit While here, pet portlint. Co-authored-by: alt2600@icloud.com PR: 275495 graphics/qgis/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
A commit in branch main references this bug: 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(-)
Hi alt2600@icloud.com, Many thanks for the hint. I forgot about it some time ago, now it is back thanks to you :) Committed to both, qgis and qgis-ltr.