Created attachment 265457 [details] git formated patch While there, order GECKO and MONO option to the end. And put a comment about it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3547710ed9179d2447f63a783c8b757800ec433 commit b3547710ed9179d2447f63a783c8b757800ec433 Author: Thibault Payet <monwarez@mailoo.org> AuthorDate: 2025-11-17 02:36:29 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-11-17 02:36:29 +0000 emulators/wine-devel: Update 10.18 => 10.19 Changelog: - Support for reparse points. - More support for WinRT exceptions. - Refactoring of Common Controls after the v5/v6 split. - Typed Arrays support in JScript. - Various bug fixes. https://gitlab.winehq.org/wine/wine/-/releases/wine-10.19 Remove files/patch-dlls_ntdll_unix_signal__i386.c since the issue was fixed upstream. Re-order GECKO and MONO at the end. PR: 291049 emulators/wine-devel/Makefile | 7 ++++--- emulators/wine-devel/distinfo | 6 +++--- .../wine-devel/files/extra-patch-tools-winebuild-res32 | 14 +++++++------- .../files/patch-dlls_ntdll_unix_signal__i386.c (gone) | 11 ----------- emulators/wine-devel/pkg-plist | 1 + 5 files changed, 15 insertions(+), 24 deletions(-)
Thanks.