diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-10-17 00:15:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-11-01 13:39:21 +0000 |
commit | 37e3806d7b33faab583e167d8e7e1781a2470f58 (patch) | |
tree | f645cdfcef46e01fbb800e5b40844abbdb58168c | |
parent | 57712b0ba0736b7861c39d91968ad22a11cadfc6 (diff) |
emulators/wine-devel: Update to Wine 7.18
This includes the following changes:
- Character tables updated to Unicode 15.0.0.
- Async reader fixes in GStreamer support.
- Various bug fixes.
(The Staging patchset is broken on FreeBSD 12.x with this snapshot;
simply mark the port as BROKEN in that case.)
Co-authored-by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 7 |
3 files changed, 17 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 22af9fdc34da..e9b10bffde56 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 7.17 +DISTVERSION= 7.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.x/ @@ -126,6 +126,10 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSTAGING} && ${OSVERSION} < 1300000 +BROKEN= build failure +.endif + .if (${LLVM_DEFAULT} == 90 || ${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11) _LLVM_VERSION= 12 .else diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 455f1e975454..7644dc98332b 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1663826356 -SHA256 (wine-7.17.tar.xz) = 2436b8ac50d628f4ca3ac5300c182663dfcfa48ba1ba5548a7728eb661fb4f41 -SIZE (wine-7.17.tar.xz) = 28379876 -SHA256 (v7.17.tar.gz) = 848ce3c16868854b90b370183b6615414bcfea7962cad9d6b9b4043d2cee938c -SIZE (v7.17.tar.gz) = 9558133 +TIMESTAMP = 1665963806 +SHA256 (wine-7.18.tar.xz) = 3edf62793f2599b0bb17142d2e588670055497545e1943fe80673b9267cfe9f6 +SIZE (wine-7.18.tar.xz) = 28412876 +SHA256 (v7.18.tar.gz) = 15fc964776f61c1508124b38e7ac850a5917916587309125bc274889920744b1 +SIZE (v7.18.tar.gz) = 9535819 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 196d33aba121..6a83a27be75d 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1047,12 +1047,16 @@ include/wine/windows/windows.media.speechsynthesis.idl %%STAGING%%include/wine/windows/windows.networking.connectivity.idl %%STAGING%%include/wine/windows/windows.networking.h %%STAGING%%include/wine/windows/windows.networking.idl +include/wine/windows/windows.security.cryptography.h +include/wine/windows/windows.security.cryptography.idl include/wine/windows/windows.storage.streams.h include/wine/windows/windows.storage.streams.idl 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.threading.h +include/wine/windows/windows.system.threading.idl include/wine/windows/windows.system.userprofile.h include/wine/windows/windows.system.userprofile.idl include/wine/windows/windows.ui.h @@ -1091,6 +1095,7 @@ include/wine/windows/wintab.h include/wine/windows/wintabx.h include/wine/windows/winternl.h include/wine/windows/wintrust.h +include/wine/windows/winusb.h include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h @@ -1526,6 +1531,7 @@ lib/wine/%%WINEARCH%%-windows/cryptdlg.dll lib/wine/%%WINEARCH%%-windows/cryptdll.dll lib/wine/%%WINEARCH%%-windows/cryptext.dll lib/wine/%%WINEARCH%%-windows/cryptnet.dll +lib/wine/%%WINEARCH%%-windows/cryptowinrt.dll lib/wine/%%WINEARCH%%-windows/cryptsp.dll lib/wine/%%WINEARCH%%-windows/cryptui.dll lib/wine/%%WINEARCH%%-windows/cscript.exe @@ -2249,6 +2255,7 @@ lib/wine/%%WINEARCH%%-windows/tbs.dll lib/wine/%%WINEARCH%%-windows/tdh.dll lib/wine/%%WINEARCH%%-windows/tdi.sys lib/wine/%%WINEARCH%%-windows/termsv.exe +lib/wine/%%WINEARCH%%-windows/threadpoolwinrt.dll %%WINE32%%lib/wine/%%WINEARCH%%-windows/toolhelp.dll16 lib/wine/%%WINEARCH%%-windows/traffic.dll %%WINE32%%lib/wine/%%WINEARCH%%-windows/twain.dll16 |