Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 7.18
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Nov 1, 2022
1 parent 57712b0 commit 37e3806
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 5 additions & 1 deletion 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/
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 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
7 changes: 7 additions & 0 deletions emulators/wine-devel/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37e3806

Please sign in to comment.