1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update to Wine 5.4. This includes the following changes:

- Unicode data updated to Unicode version 13.
 - Builtin programs use the new UCRTBase C runtime.
 - More correct support for Internationalized Domain Names.
 - Support for painting rounded rectangles in Direct2D.
 - Text drawing in D3DX9.
 - Various bug fixes.

This also brings a set of new changes with the Staging Patchset,
so maybe worth a try enabling the STAGING option if something is
not working.
This commit is contained in:
Gerald Pfeifer 2020-03-14 12:54:57 +00:00
parent f0bb473a4b
commit f343487992
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528406
3 changed files with 28 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
DISTVERSION= 5.3
DISTVERSION= 5.4
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1583012717
SHA256 (wine-5.3.tar.xz) = 9b1bc7228bad80a014b6dc55ef17ef532c5a88fd8e477658dda02953cc907fde
SIZE (wine-5.3.tar.xz) = 22918612
SHA256 (v5.3.tar.gz) = 2d50b5abb51d0a9eea60768a5e1ee50705b94a295cfa7671ce35f3406d4bbc06
SIZE (v5.3.tar.gz) = 9904213
TIMESTAMP = 1584177504
SHA256 (wine-5.4.tar.xz) = 4b3e2b0ffa5415f199540e6051c28c3976fce91ea5bfb2cf4a099c257317052c
SIZE (wine-5.4.tar.xz) = 22917904
SHA256 (v5.4.tar.gz) = 6a6a1083fab694ccdcb834eb68b69afde607c22e0635ad143f8ec0e2fc50b757
SIZE (v5.4.tar.gz) = 9924147

View File

@ -36,7 +36,9 @@ include/wine/msvcrt/corecrt.h
include/wine/msvcrt/corecrt_startup.h
include/wine/msvcrt/corecrt_stdio_config.h
include/wine/msvcrt/corecrt_wctype.h
include/wine/msvcrt/corecrt_wdirect.h
include/wine/msvcrt/corecrt_wio.h
include/wine/msvcrt/corecrt_wprocess.h
include/wine/msvcrt/corecrt_wstdio.h
include/wine/msvcrt/corecrt_wstdlib.h
include/wine/msvcrt/corecrt_wstring.h
@ -988,6 +990,8 @@ include/wine/windows/wtypes.idl
include/wine/windows/wuapi.h
include/wine/windows/wuapi.idl
include/wine/windows/x3daudio.h
%%STAGING%%include/wine/windows/xact3.h
%%STAGING%%include/wine/windows/xact3.idl
include/wine/windows/xact3wb.h
include/wine/windows/xapo.h
include/wine/windows/xapo.idl
@ -2335,6 +2339,7 @@ lib/wine/fakedlls/webservices.dll
lib/wine/fakedlls/wer.dll
lib/wine/fakedlls/wevtapi.dll
lib/wine/fakedlls/wevtutil.exe
lib/wine/fakedlls/whoami.exe
lib/wine/fakedlls/wiaservc.dll
lib/wine/fakedlls/wimgapi.dll
%%STAGING%%%%WINE32%%lib/wine/fakedlls/win32k.sys
@ -2422,6 +2427,14 @@ lib/wine/fakedlls/wusa.exe
%%OPENAL%%lib/wine/fakedlls/x3daudio1_5.dll
%%OPENAL%%lib/wine/fakedlls/x3daudio1_6.dll
%%OPENAL%%lib/wine/fakedlls/x3daudio1_7.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_0.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_1.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_2.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_3.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_4.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_5.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_6.dll
%%STAGING%%lib/wine/fakedlls/xactengine3_7.dll
%%OPENAL%%lib/wine/fakedlls/xapofx1_1.dll
%%OPENAL%%lib/wine/fakedlls/xapofx1_2.dll
%%OPENAL%%lib/wine/fakedlls/xapofx1_3.dll
@ -3041,6 +3054,7 @@ lib/wine/webservices.dll.so
lib/wine/wer.dll.so
lib/wine/wevtapi.dll.so
lib/wine/wevtutil.exe.so
lib/wine/whoami.exe.so
lib/wine/wiaservc.dll.so
lib/wine/wimgapi.dll.so
%%STAGING%%%%WINE32%%lib/wine/win32k.sys.so
@ -3128,6 +3142,14 @@ lib/wine/wusa.exe.so
%%OPENAL%%lib/wine/x3daudio1_5.dll.so
%%OPENAL%%lib/wine/x3daudio1_6.dll.so
%%OPENAL%%lib/wine/x3daudio1_7.dll.so
%%STAGING%%lib/wine/xactengine3_0.dll.so
%%STAGING%%lib/wine/xactengine3_1.dll.so
%%STAGING%%lib/wine/xactengine3_2.dll.so
%%STAGING%%lib/wine/xactengine3_3.dll.so
%%STAGING%%lib/wine/xactengine3_4.dll.so
%%STAGING%%lib/wine/xactengine3_5.dll.so
%%STAGING%%lib/wine/xactengine3_6.dll.so
%%STAGING%%lib/wine/xactengine3_7.dll.so
%%OPENAL%%lib/wine/xapofx1_1.dll.so
%%OPENAL%%lib/wine/xapofx1_2.dll.so
%%OPENAL%%lib/wine/xapofx1_3.dll.so