Summary: | emulators/wine-devel: explicitly point Vulkan loader at 32-bit Mesa libs | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex S <iwtcex> | ||||
Component: | Individual Port(s) | Assignee: | Gerald Pfeifer <gerald> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | damjan.jov, gerald | ||||
Priority: | --- | Flags: | gerald:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257399 | ||||||
Attachments: |
|
Thank you, Alex! Damjan acked this by mail and I'll see to push this tomorrow. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=48fcd1c22641393f82f4625da8729d280d614714 commit 48fcd1c22641393f82f4625da8729d280d614714 Author: Alex S <iwtcex@gmail.com> AuthorDate: 2021-10-25 11:45:55 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-10-25 14:31:53 +0000 emulators/wine-devel: Point Vulkan loader at 32-bit Mesa libs PR: 259211 Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer) emulators/wine-devel/Makefile | 2 +- emulators/wine-devel/files/wine-wow64.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) The change is in for wine-devel; thanks again! @Alex, this very same patch is required for emulators/wine as well, I assume? (wine-proton appears to be covered already.) (In reply to Gerald Pfeifer from comment #3) Yes, that would be a good addition to emulators/wine as well. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c904df2ecdfe40bf56ae0fe1b6833958a358905 commit 5c904df2ecdfe40bf56ae0fe1b6833958a358905 Author: Alex S <iwtcex@gmail.com> AuthorDate: 2021-10-27 10:26:00 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-10-27 10:26:34 +0000 emulators/wine: Point Vulkan loader at 32-bit Mesa libs This back ports commit 48fcd1c22641393f82f4625da8729d280d614714 from the wine-devel port. PR: 259211 emulators/wine/Makefile | 2 +- emulators/wine/files/wine-wow64.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) Alright, all three Wine ports (wine, wine-devel, wine-proton) should be fine now, I believe. Thanks for the report and patch, Alex! If there's anything outstanding left (I'll apply the pkg patch to wine tomorrow or so), please advise. |
Created attachment 228761 [details] Mesa 32-bit Vulkan fix