git: cf61093738f6 - main - emulators/wine-devel: Update 11.16 => 11.17

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:12:09 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf61093738f6c31fba7c6b45b2987bb0d7fb0a81

commit cf61093738f6c31fba7c6b45b2987bb0d7fb0a81
Author:     Thibault Payet <monwarez@mailoo.org>
AuthorDate: 2026-09-06 16:10:02 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-09-06 16:12:04 +0000

    emulators/wine-devel: Update 11.16 => 11.17
    
    Changelog:
    - Bundled vkd3d upgraded to version 2.1.
    - Initial support for display mode emulation.
    - Better support for preferred UI languages.
    - Various bug fixes.
    https://gitlab.winehq.org/wine/wine/-/releases/wine-11.17
    
    Remove files/patch-dlls_ntdll_unix_system.c since it got merged
    
    PR:             298243
    Sponsored by:   UNIS Labs
---
 emulators/wine-devel/Makefile                             |  2 +-
 emulators/wine-devel/distinfo                             |  6 +++---
 emulators/wine-devel/files/patch-dlls_ntdll_unix_system.c | 11 -----------
 emulators/wine-devel/pkg-plist                            |  1 +
 4 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 75f629961b7f..a003cef1e7af 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wine
-DISTVERSION=	11.16
+DISTVERSION=	11.17
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/11.x/
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 02eb750c6346..18642274bb4d 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1787383793
-SHA256 (wine-11.16.tar.xz) = c66e2090343dcd727f7f7fd2f87ee0bfb0b118790c1d745ab7b8a4c3a4197f2f
-SIZE (wine-11.16.tar.xz) = 46686616
+TIMESTAMP = 1788591548
+SHA256 (wine-11.17.tar.xz) = 8e752e29bba2901ad9f915139345c6ee67184b099d425704d915971ca5c055fc
+SIZE (wine-11.17.tar.xz) = 46726496
diff --git a/emulators/wine-devel/files/patch-dlls_ntdll_unix_system.c b/emulators/wine-devel/files/patch-dlls_ntdll_unix_system.c
deleted file mode 100644
index be017870a418..000000000000
--- a/emulators/wine-devel/files/patch-dlls_ntdll_unix_system.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dlls/ntdll/unix/system.c.orig	2026-08-21 20:25:07 UTC
-+++ dlls/ntdll/unix/system.c
-@@ -1517,7 +1517,7 @@ static NTSTATUS add_hwloc_numa_nodes(hwloc_topology_t 
- 
-     for (obj = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, 0); obj != NULL; obj = obj->next_cousin)
-     {
--        if (!logical_proc_info_add_numa_node(obj->logical_index, hwloc_bitmap_to_ulong(obj->cpuset)))
-+        if (!logical_proc_info_add_numa_node(hwloc_bitmap_to_ulong(obj->cpuset), obj->logical_index))
-             return STATUS_NO_MEMORY;
-     }
-     return STATUS_SUCCESS;
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 0fb0dc02373c..322a9c986b42 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -3509,6 +3509,7 @@ lib/wine/%%WINEARCH%%-windows/loadperf.dll
 lib/wine/%%WINEARCH%%-windows/localspl.dll
 lib/wine/%%WINEARCH%%-windows/localui.dll
 lib/wine/%%WINEARCH%%-windows/lodctr.exe
+lib/wine/%%WINEARCH%%-windows/lsass.exe
 lib/wine/%%WINEARCH%%-windows/lz32.dll
 lib/wine/%%WINEARCH%%-windows/magnification.dll
 lib/wine/%%WINEARCH%%-windows/makecab.exe