Update to Wine 3.19. This includes the following changes:
- Support for file I/O completion modes. - WaitOnAddress synchronization primitives. - Better support for 32-bit .NET binaries on 64-bit. - Improved recovery on broken RPC connection. - Various bug fixes. And two files are no longer contingent on the Staging patchset, functionality is now in Wine proper.
This commit is contained in:
parent
f5f03fcf6a
commit
307d251e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483112
3 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 3.18
|
||||
DISTVERSION= 3.19
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1539500079
|
||||
SHA256 (wine-3.18.tar.xz) = 9be8d44b1b22814c76e6214fe8ce657ae90a7a17879e5cd2b2a87ad6a1391a77
|
||||
SIZE (wine-3.18.tar.xz) = 21479964
|
||||
SHA256 (v3.18.tar.gz) = 148b3312c3583e9b55b713fc201cb758aca022b27329b3b971c8923c8049576d
|
||||
SIZE (v3.18.tar.gz) = 9927742
|
||||
TIMESTAMP = 1540591223
|
||||
SHA256 (wine-3.19.tar.xz) = ef21c626aef09715de9640a79d42e8b5e305761d5f21491fe84d74cafa7a9c6a
|
||||
SIZE (wine-3.19.tar.xz) = 21503304
|
||||
|
|
|
@ -183,6 +183,8 @@ include/wine/windows/d2d1.h
|
|||
include/wine/windows/d2d1.idl
|
||||
include/wine/windows/d2d1_1.h
|
||||
include/wine/windows/d2d1_1.idl
|
||||
include/wine/windows/d2d1_2.h
|
||||
include/wine/windows/d2d1_2.idl
|
||||
include/wine/windows/d2dbasetypes.h
|
||||
include/wine/windows/d2derr.h
|
||||
include/wine/windows/d3d.h
|
||||
|
@ -576,8 +578,8 @@ include/wine/windows/msxml6did.h
|
|||
include/wine/windows/msxmldid.h
|
||||
include/wine/windows/mtxdm.h
|
||||
include/wine/windows/multimon.h
|
||||
%%STAGING%%include/wine/windows/natupnp.h
|
||||
%%STAGING%%include/wine/windows/natupnp.idl
|
||||
include/wine/windows/natupnp.h
|
||||
include/wine/windows/natupnp.idl
|
||||
include/wine/windows/nb30.h
|
||||
include/wine/windows/ncrypt.h
|
||||
include/wine/windows/ndrtypes.h
|
||||
|
@ -763,6 +765,7 @@ include/wine/windows/strsafe.h
|
|||
include/wine/windows/structuredquerycondition.h
|
||||
include/wine/windows/structuredquerycondition.idl
|
||||
include/wine/windows/svrapi.h
|
||||
include/wine/windows/synchapi.h
|
||||
include/wine/windows/t2embapi.h
|
||||
include/wine/windows/tapi.h
|
||||
include/wine/windows/taskschd.h
|
||||
|
|
Loading…
Reference in a new issue