[Bug 275495] graphics/qgis turn off qt5-webkit now that py-qt5-pyqt no longer uses it
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 08:01:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275495 Bug ID: 275495 Summary: graphics/qgis turn off qt5-webkit now that py-qt5-pyqt no longer uses it Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rhurlin@FreeBSD.org Reporter: alt2600@icloud.com Flags: maintainer-feedback?(rhurlin@FreeBSD.org) Assignee: rhurlin@FreeBSD.org Created attachment 246737 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246737&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug.