Summary: | emulators/virtualbox-ose: don't hardcode compiler version | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Maxim Sobolev <sobomax> | ||||
Component: | Individual Port(s) | Assignee: | Virtualbox Team (Nobody) <vbox> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | madpilot | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(vbox) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
(In reply to Maxim Sobolev from comment #0) Hi, good catch. I have no objection to the patch per se, since it is technically correct. At the same time I think it is highly improbable that virtualbox really compiles or works if VBOX_LLVM_VER is set to anything except "11" A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=384ca6fe490afc8e19c843ffe273081a16df036b commit 384ca6fe490afc8e19c843ffe273081a16df036b Author: Maxim Sobolev <sobomax@FreeBSD.org> AuthorDate: 2021-09-04 16:16:59 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-09-04 16:18:29 +0000 emulators/virtualbox-ose: don't hardcode compiler version PR: 257921 emulators/virtualbox-ose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I committed your patch. Thanks! |
Created attachment 227298 [details] Patch to fix the issue. emulators/virtualbox-ose allows compiler version to be defined via VBOX_LLVM_VER, however BUILD_DEPENDS contains hardcoded "clang11" as binary name.