git: 7b1a525bf286 - main - emulators/wine-devel: Update 10.15 => 10.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Oct 2025 21:57:20 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b1a525bf28660556118e631727383939487d44d
commit 7b1a525bf28660556118e631727383939487d44d
Author: Thibault Payet <monwarez@mailoo.org>
AuthorDate: 2025-10-05 21:54:59 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-05 21:54:59 +0000
emulators/wine-devel: Update 10.15 => 10.16
Changelog:
- Fast synchronization support using NTSync. (Not supported on FreeBSD)
- 16-bit apps supported in new WoW64 mode.
- Initial support for D3DKMT objects.
- WinMD (Windows Metadata) files generated and installed.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.16
PR: 289998
---
emulators/wine-devel/Makefile | 2 +-
emulators/wine-devel/distinfo | 6 +++---
.../wine-devel/files/patch-dlls_ntdll_unix_signal__i386.c | 11 +++++++++++
emulators/wine-devel/pkg-plist | 11 +++++++++++
4 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 60ff33bb3bcc..904dc99b83f7 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wine
-DISTVERSION= 10.15
+DISTVERSION= 10.16
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/10.x/
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 18fddc54f49b..16223d1de1f3 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757879331
-SHA256 (wine-10.15.tar.xz) = 307e21237c6e8bdea266f946d31f09ed27b1957df9a03516d8271fd13e1c261d
-SIZE (wine-10.15.tar.xz) = 32785484
+TIMESTAMP = 1759596682
+SHA256 (wine-10.16.tar.xz) = c5ed2742bff208c63b005bcfb91a2fc6cc49af6c6695bc8c0cf0fe6f4da60446
+SIZE (wine-10.16.tar.xz) = 32840688
diff --git a/emulators/wine-devel/files/patch-dlls_ntdll_unix_signal__i386.c b/emulators/wine-devel/files/patch-dlls_ntdll_unix_signal__i386.c
new file mode 100644
index 000000000000..bdabb53ea341
--- /dev/null
+++ b/emulators/wine-devel/files/patch-dlls_ntdll_unix_signal__i386.c
@@ -0,0 +1,11 @@
+--- dlls/ntdll/unix/signal_i386.c.orig 2025-10-03 21:01:38 UTC
++++ dlls/ntdll/unix/signal_i386.c
+@@ -827,7 +827,7 @@ static void fixup_frame_fpu_state( struct syscall_fram
+ if (FPUX_sig(sigcontext))
+ {
+ if (user_shared_data->ProcessorFeatures[PF_XMMI_INSTRUCTIONS_AVAILABLE])
+- frame->u.xsave = *FPUX_sig(sigcontext);
++ frame->u.xsave = *((XSAVE_FORMAT *) FPUX_sig(sigcontext));
+ else
+ fpux_to_fpu( &frame->u.fsave, FPUX_sig(sigcontext) );
+ frame->xstate.Mask = XSTATE_MASK_LEGACY;
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index b678d1b41818..9e0a8606ff60 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -2468,6 +2468,7 @@ lib/wine/%%WINEARCH%%-windows/rsaenh.dll
lib/wine/%%WINEARCH%%-windows/rstrtmgr.dll
lib/wine/%%WINEARCH%%-windows/rtutils.dll
lib/wine/%%WINEARCH%%-windows/rtworkq.dll
+lib/wine/%%WINEARCH%%-windows/runas.exe
%%WINE32%%lib/wine/%%WINEARCH%%-windows/rundll.exe16
lib/wine/%%WINEARCH%%-windows/rundll32.exe
lib/wine/%%WINEARCH%%-windows/samlib.dll
@@ -2876,6 +2877,16 @@ share/man/pl.UTF-8/man1/wine.1.gz
%%DATADIR%%/nls/normnfkd.nls
%%DATADIR%%/nls/sortdefault.nls
%%WINE64%%%%DATADIR%%/pkg32.sh
+%%DATADIR%%/winmd/windows.applicationmodel.winmd
+%%DATADIR%%/winmd/windows.globalization.winmd
+%%DATADIR%%/winmd/windows.graphics.winmd
+%%DATADIR%%/winmd/windows.media.winmd
+%%DATADIR%%/winmd/windows.networking.winmd
+%%DATADIR%%/winmd/windows.perception.winmd
+%%DATADIR%%/winmd/windows.storage.winmd
+%%DATADIR%%/winmd/windows.system.winmd
+%%DATADIR%%/winmd/windows.ui.winmd
+%%DATADIR%%/winmd/windows.ui.xaml.winmd
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE.md
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README.md