Summary: | graphics/okular build fails with PURPOSE=OFF; "REQUIRED packages have not been found: KF5Purpose" | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sebastian <sko> |
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | sko, tcberner |
Priority: | --- | Flags: | tcberner:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any | ||
URL: | https://pkg.thu.de.rostwald.de/logs/bulk/FreeBSD%3A12%3Aamd64-latest/latest-per-pkg/okular-22.08.0_1.log |
Description
Sebastian
2022-09-26 19:58:51 UTC
(In reply to Sebastian from comment #0) moin moin Thanks for the report -- the Cmake-Findcall changed a while a go, and we never updated the disable bool Makefile: PURPOSE_CMAKE_BOOL_OFF=├CMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose This should be adapted to read KF5Purpose Will fix. mfg Tobias A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bd2c490cb91a29c5b66dc8f896d683a8b29e337 commit 4bd2c490cb91a29c5b66dc8f896d683a8b29e337 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-27 10:13:35 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-27 10:13:35 +0000 graphics/okular: fix PURPOSE option's CMAKE_ARGS The cmake package was renamed a while ago, so this had been broken for a while technically. However with the latest release the optional dependencies have been made required by default, leading to it now actually erroring out in this case. Reported by: Sebastian <sko@rostwald.de> PR: 266637 graphics/okular/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |