| Summary: | audio/musescore: failure to compile with both qmake and qmake-qt5 installed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mamoru IWAKI <1wkmmr> | ||||
| Component: | Individual Port(s) | Assignee: | Adriaan de Groot <adridg> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | 1wkmmr | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(adridg) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mamoru IWAKI
2022-08-11 13:57:50 UTC
Forgot to describe ... I'm on Stable13. root@dhcp72:/usr/ports/audio/musescore # uname -a FreeBSD dhcp72.tmnetwork.local 13.1-STABLE FreeBSD 13.1-STABLE #0 stable/13-n252093-461cad31f3f-dirty: Thu Aug 11 12:24:12 JST 2022 root@dhcp72.tmnetwork.local:/usr/obj/nanobsd.full/usr/src/amd64.amd64/sys/MYGEN amd64 Why anyone would have devel/qmake (the Qt3 qmake; nothing uses it, and the only possible consumer, the Trinity desktop, now uses CMake anyway) is a bit of a mystery to me. You're right, though, that Musescore then finds the wrong qmake. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f701da3ef02213e358f37fece79075c2837e0f23 commit f701da3ef02213e358f37fece79075c2837e0f23 Author: Mamoru Iwaki <> AuthorDate: 2022-08-16 20:10:59 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-08-16 20:10:59 +0000 audio/musescore: ignore qmake (the Qt3 one) If devel/qmake (the Qt3 version) is installed, it is un-suffixed and is found as "qmake", rather than the current "qmake-qt5" which is what Musescore needs. Patch out the name "qmake" entirely. Submitted by Mamoru Iwaki in the linked PR. I don't know if we have a policy on adding people's email addresses out of the PR database, so I left it out in this commit. PR: 265775 audio/musescore/files/patch-CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |