Date: Sat, 25 Apr 2020 09:11:35 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532929 - head/emulators/wine-devel Message-ID: <202004250911.03P9BZUB030433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Apr 25 09:11:35 2020 New Revision: 532929 URL: https://svnweb.freebsd.org/changeset/ports/532929 Log: Update to Wine 5.7. This includes the following changes: - Wine Mono engine updated to 5.0.0, with upstream WPF support. - More progress on the WineD3D Vulkan backend. - Beginnings of a USB device driver. - Support for building with Clang in MSVC mode. - Builtin modules no longer depend on libwine. - Support for configuring Windows version from the command line. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Apr 25 09:10:20 2020 (r532928) +++ head/emulators/wine-devel/Makefile Sat Apr 25 09:11:35 2020 (r532929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.6 +DISTVERSION= 5.7 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -92,7 +92,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-5.0.0-x86.msi:emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Apr 25 09:10:20 2020 (r532928) +++ head/emulators/wine-devel/distinfo Sat Apr 25 09:11:35 2020 (r532929) @@ -1,5 +1,3 @@ -TIMESTAMP = 1586612379 -SHA256 (wine-5.6.tar.xz) = 50198a7e71d58fbdc521bbfde8b45bd9727b6cff5c8f101b586bc455d1bc00e6 -SIZE (wine-5.6.tar.xz) = 23678216 -SHA256 (v5.6.tar.gz) = 37d186b309bf5ac10c3ab49bf77e624b8a637e77a0597369f8de0ce50293c92e -SIZE (v5.6.tar.gz) = 9922611 +TIMESTAMP = 1587769455 +SHA256 (wine-5.7.tar.xz) = 16c99b9c6db56f75fcc2c6b3cbae400db1da1f750edba0249fd0fc288a9b4712 +SIZE (wine-5.7.tar.xz) = 23723624 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Apr 25 09:10:20 2020 (r532928) +++ head/emulators/wine-devel/pkg-plist Sat Apr 25 09:11:35 2020 (r532929) @@ -2201,6 +2201,7 @@ lib/wine/fakedlls/psapi.dll lib/wine/fakedlls/pstorec.dll lib/wine/fakedlls/qasf.dll lib/wine/fakedlls/qcap.dll +lib/wine/fakedlls/qdvd.dll lib/wine/fakedlls/qedit.dll lib/wine/fakedlls/qmgr.dll lib/wine/fakedlls/qmgrprxy.dll @@ -2711,7 +2712,7 @@ lib/wine/libvulkan-1.def lib/wine/libwbemuuid.a lib/wine/libwebservices.def lib/wine/libwer.def -lib/wine/libwindowscodecs.def +lib/wine/libwindowscodecs.a lib/wine/libwindowscodecsext.def lib/wine/libwinecrt0.a lib/wine/libwined3d.def @@ -2917,6 +2918,7 @@ lib/wine/psapi.dll.so lib/wine/pstorec.dll.so lib/wine/qasf.dll.so lib/wine/qcap.dll.so +lib/wine/qdvd.dll.so lib/wine/qedit.dll.so lib/wine/qmgr.dll.so lib/wine/qmgrprxy.dll.so @@ -3290,6 +3292,7 @@ share/applications/wine.desktop %%DATADIR%%/nls/sortdefault.nls %%DATADIR%%/winebus.inf %%DATADIR%%/winehid.inf +%%DATADIR%%/wineusb.inf %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004250911.03P9BZUB030433>