Summary: | x11-toolkits/plasma5-kdeplasma-addons: Fails to configure with PURPOSE=OFF / QTWEBENGINE=OFF: Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Test" | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Clément MArtin <twisla> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | tcberner | ||||
Priority: | --- | Keywords: | needs-patch, needs-qa | ||||
Version: | Latest | Flags: | tcberner:
maintainer-feedback+
tcberner: merge-quarterly+ |
||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Clément MArtin
2022-05-24 08:43:46 UTC
@Clément Thank you for your report and isolation. Are you able to provide your proposed change as a unified diff against the port Makefile? Created attachment 234190 [details]
Proposed patch
Here is a diff with the proposed change that fix the build for my case.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1854a7934a4f285dbc48b449e37cca784955b40b commit 1854a7934a4f285dbc48b449e37cca784955b40b Author: Clément MArtin <twisla@twis.la> AuthorDate: 2022-05-25 19:03:24 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-05-25 19:08:20 +0000 x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency - testlib got pulled in transitively, when WEBENGINE/PURPOSE is enabled. When both options are of, the required dependency is missing on the system and threfore leading to build failures. PR: 264199 x11-toolkits/plasma5-kdeplasma-addons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=19547602e183088c49d4d2e07d4c16cb00997856 commit 19547602e183088c49d4d2e07d4c16cb00997856 Author: Clément MArtin <twisla@twis.la> AuthorDate: 2022-05-25 19:03:24 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-05-26 06:48:49 +0000 x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency - testlib got pulled in transitively, when WEBENGINE/PURPOSE is enabled. When both options are of, the required dependency is missing on the system and threfore leading to build failures. PR: 264199 (cherry picked from commit 1854a7934a4f285dbc48b449e37cca784955b40b) x11-toolkits/plasma5-kdeplasma-addons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Committed. Thanks. |