Created attachment 250602 [details] update to 9.0-1 Note that this isn't quite ready to be committed until I'm done testing games/linux-steam-utils with it.
Created attachment 250607 [details] update to 9.0-1 (v2)
Comment on attachment 250607 [details] update to 9.0-1 (v2) ok after bug 278944
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=519b9d1c5db1a9edb43ceb29e75aee4665908ec8 commit 519b9d1c5db1a9edb43ceb29e75aee4665908ec8 Author: Alex S <iwtcex@gmail.com> AuthorDate: 2024-05-10 11:46:02 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2024-05-15 02:00:47 +0000 emulators/wine-proton: update to 9.0-1 PR: 278940 Approved by: maintainer/submitter emulators/wine-proton/Makefile | 44 ++++--- emulators/wine-proton/distinfo | 6 +- emulators/wine-proton/files/clang/stdarg.h | 30 +++-- emulators/wine-proton/files/clang/stdbool.h (new) | 34 ++++++ emulators/wine-proton/files/clang/stddef.h (new) | 128 +++++++++++++++++++++ .../wine-proton/files/patch-configure.ac (gone) | 33 ------ .../files/patch-dlls__ntdll__unix__loader.c (gone) | 24 ---- .../patch-dlls__ntdll__unix__virtual.c (gone) | 18 --- .../files/patch-dlls_ntdll_unix_loader.c (new) | 24 ++++ ...4.c => patch-dlls_ntdll_unix_signal__x86__64.c} | 0 .../files/patch-dlls_ntdll_unix_system.c (new) | 23 ++++ .../files/patch-dlls_ntdll_unix_virtual.c (new) | 50 ++++++++ ...oss.drv__oss.c => patch-dlls_wineoss.drv_oss.c} | 0 ...v__pulse.c => patch-dlls_winepulse.drv_pulse.c} | 0 ...an__vulkan.c => patch-dlls_winevulkan_vulkan.c} | 0 .../files/patch-include_wine_asm.h (new) | 14 +++ .../files/patch-libs__wine__config.c (gone) | 11 -- .../wine-proton/files/patch-server_token.c (gone) | 24 ---- ...uild__res32.c => patch-tools_winebuild_res32.c} | 0 emulators/wine-proton/pkg-plist | 53 +++++++-- 20 files changed, 371 insertions(+), 145 deletions(-)