From 5d2af9e3de9ccb187138c2fb33064233cf0ce817 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 26 Nov 2023 21:25:03 +0000 Subject: [PATCH] emulators/wine-devel: Update to Wine 8.21 This includes the following changes: - High-DPI scaling and initial Vulkan support in the Wayland driver (which we don't use yet, though). - Updates to the locale database. - Various bug fixes. Revert * Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP from commit 132921c8f8. [1] PR: 274953 [1] Discussed with: Alastair Hogge [1] --- emulators/wine-devel/Makefile | 5 ++--- emulators/wine-devel/distinfo | 6 +++--- emulators/wine-devel/pkg-plist | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 955d9d87d2c3c..6337698693bb0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= wine -DISTVERSION= 8.20 -PORTREVISION= 1 +DISTVERSION= 8.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ @@ -53,7 +52,7 @@ CONFIGURE_ARGS+=--verbose \ --without-unwind \ --without-usb \ --without-wayland -CONFIGURE_ENV= ac_cv_prog_STRIP="${STRIP_CMD}" CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" +CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 8a215118e6fb6..8ce495a54b7d3 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699716498 -SHA256 (wine-8.20.tar.xz) = 48d6b76bd64305a202057fbc19d922c1f49625f6d1a9825927c0a18572739982 -SIZE (wine-8.20.tar.xz) = 29879412 +TIMESTAMP = 1701004595 +SHA256 (wine-8.21.tar.xz) = 02d6493f348168268669b62d4795df5b335be9ae06229c68f388a093d0d6b61d +SIZE (wine-8.21.tar.xz) = 29919212 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 2c09c51c8a6bf..04c9fd74a415d 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1150,6 +1150,8 @@ include/wine/windows/windows.security.credentials.ui.h include/wine/windows/windows.security.credentials.ui.idl include/wine/windows/windows.security.cryptography.h include/wine/windows/windows.security.cryptography.idl +include/wine/windows/windows.security.exchangeactivesyncprovisioning.h +include/wine/windows/windows.security.exchangeactivesyncprovisioning.idl include/wine/windows/windows.security.isolation.h include/wine/windows/windows.security.isolation.idl include/wine/windows/windows.storage.fileproperties.h @@ -1164,6 +1166,8 @@ include/wine/windows/windows.system.h include/wine/windows/windows.system.idl include/wine/windows/windows.system.power.h include/wine/windows/windows.system.power.idl +include/wine/windows/windows.system.profile.h +include/wine/windows/windows.system.profile.idl include/wine/windows/windows.system.profile.systemmanufacturers.h include/wine/windows/windows.system.profile.systemmanufacturers.idl include/wine/windows/windows.system.threading.h