diff options
author | gerald <gerald@FreeBSD.org> | 2019-04-15 06:00:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-04-15 06:00:03 +0800 |
commit | 310733a8c27245d167c76d7f1344c3f9c59ef34b (patch) | |
tree | 52a70883c8afe357d9ed8a7ee63a53b8a92ad3d0 /emulators | |
parent | 64ea14fff3f986b209773cdee34c46b40afa6c4c (diff) | |
download | freebsd-ports-gnome-310733a8c27245d167c76d7f1344c3f9c59ef34b.tar.gz freebsd-ports-gnome-310733a8c27245d167c76d7f1344c3f9c59ef34b.tar.zst freebsd-ports-gnome-310733a8c27245d167c76d7f1344c3f9c59ef34b.zip |
Update to Wine 4.6. This includes the following changes:
- Beginnings of a Vulkan backend for WineD3D.
- Support for loading Mono libraries from a shared location.
- Libwine.dll no longer needed when using Wine DLLs on Windows.
- Regression tests compiled directly to PE format.
- Support for the Split Button Common Control.
- Complex structs support in the typelib marshaller.
- Video capture ported to Video4Linux version 2.
- Initial version of the Debug Engine DLL.
- Various bug fixes.
And two more files have moved from Staging to the primary tree.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index b8b7f8c9b9ad..7909289e3877 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.5 +DISTVERSION= 4.6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index ef10e5bf6f85..882446e7c77c 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1554040401 -SHA256 (wine-4.5.tar.xz) = 5ff2d7155f9a9951ec93e50c31ef633b16be376b8b78946d177727ce8ed8c1b7 -SIZE (wine-4.5.tar.xz) = 21879868 -SHA256 (v4.5.tar.gz) = fb257f490dd633988bafb5e34e748bd787d5b8760d540ba8ed8103596ab05110 -SIZE (v4.5.tar.gz) = 9859696 +TIMESTAMP = 1555189451 +SHA256 (wine-4.6.tar.xz) = 329001f924d3f825121a1b28cae8e36515405f2a1d22bc266897d3d926b562da +SIZE (wine-4.6.tar.xz) = 21940848 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 3ae928df6548..651cfa52fb7d 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -30,7 +30,6 @@ include/wine/itss.idl include/wine/library.h include/wine/svcctl.h include/wine/svcctl.idl -include/wine/unicode.h include/wine/msvcrt/assert.h include/wine/msvcrt/conio.h include/wine/msvcrt/crtdbg.h @@ -262,6 +261,7 @@ include/wine/windows/davclnt.h include/wine/windows/dbccmd.idl include/wine/windows/dbcses.idl include/wine/windows/dbdsad.idl +include/wine/windows/dbgeng.h include/wine/windows/dbghelp.h include/wine/windows/dbinit.idl include/wine/windows/dbprop.idl @@ -1942,6 +1942,7 @@ lib/wine/fakedlls/kernel32.dll lib/wine/fakedlls/kernelbase.dll %%WINE32%%lib/wine/fakedlls/keyboard.drv16 %%WINE32%%lib/wine/fakedlls/krnl386.exe16 +lib/wine/fakedlls/ksecdd.sys lib/wine/fakedlls/ksuser.dll lib/wine/fakedlls/ktmw32.dll %%MPG123%%lib/wine/fakedlls/l3codeca.acm @@ -2216,7 +2217,7 @@ lib/wine/fakedlls/twain_32.dll %%WINE32%%lib/wine/fakedlls/typelib.dll16 lib/wine/fakedlls/tzres.dll lib/wine/fakedlls/ucrtbase.dll -%%STAGING%%lib/wine/fakedlls/uianimation.dll +lib/wine/fakedlls/uianimation.dll lib/wine/fakedlls/uiautomationcore.dll lib/wine/fakedlls/uiribbon.dll lib/wine/fakedlls/unicows.dll @@ -2433,6 +2434,7 @@ lib/wine/kernel32.dll.so lib/wine/kernelbase.dll.so %%WINE32%%lib/wine/keyboard.drv16.so %%WINE32%%lib/wine/krnl386.exe16.so +lib/wine/ksecdd.sys.so lib/wine/ksuser.dll.so lib/wine/ktmw32.dll.so %%MPG123%%lib/wine/l3codeca.acm.so @@ -2902,7 +2904,7 @@ lib/wine/twain_32.dll.so %%WINE32%%lib/wine/typelib.dll16.so lib/wine/tzres.dll.so lib/wine/ucrtbase.dll.so -%%STAGING%%lib/wine/uianimation.dll.so +lib/wine/uianimation.dll.so lib/wine/uiautomationcore.dll.so lib/wine/uiribbon.dll.so lib/wine/unicows.dll.so |