From owner-svn-ports-head@freebsd.org Fri Feb 12 22:38:21 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91A5E533CB4; Fri, 12 Feb 2021 22:38:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DcpLP3hPyz4XTg; Fri, 12 Feb 2021 22:38:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 718E14105; Fri, 12 Feb 2021 22:38:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11CMcLKA019719; Fri, 12 Feb 2021 22:38:21 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11CMcKaD019714; Fri, 12 Feb 2021 22:38:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202102122238.11CMcKaD019714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 12 Feb 2021 22:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565075 - in head/emulators: wine-devel wine-mono-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/emulators: wine-devel wine-mono-devel X-SVN-Commit-Revision: 565075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 22:38:21 -0000 Author: gerald Date: Fri Feb 12 22:38:19 2021 New Revision: 565075 URL: https://svnweb.freebsd.org/changeset/ports/565075 Log: Update to Wine 6.2. This includes the following changes: - Support for NTDLL debugger APIs. - More WinRT support in WIDL. - Various bug fixes. Also the Mono engine and hence emulators/wine-mono-devel are updated to version 6.0.0, with DirectX support. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist head/emulators/wine-mono-devel/Makefile head/emulators/wine-mono-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Fri Feb 12 22:36:58 2021 (r565074) +++ head/emulators/wine-devel/Makefile Fri Feb 12 22:38:19 2021 (r565075) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 6.1 -PORTREVISION= 1 +DISTVERSION= 6.2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -90,7 +89,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-5.1.1-x86.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-6.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 Fri Feb 12 22:36:58 2021 (r565074) +++ head/emulators/wine-devel/distinfo Fri Feb 12 22:38:19 2021 (r565075) @@ -1,5 +1,3 @@ -TIMESTAMP = 1612094047 -SHA256 (wine-6.1.tar.xz) = a92c24308c48b851b5dc22a1d35696a57311c447b31ec9fa543ec5b0aa73a149 -SIZE (wine-6.1.tar.xz) = 24227160 -SHA256 (v6.1.tar.gz) = f4de54fe026b920191db6c5001cfd563503d0fa3e2b191315311285019afddf4 -SIZE (v6.1.tar.gz) = 9855125 +TIMESTAMP = 1613168151 +SHA256 (wine-6.2.tar.xz) = b6609609a3abcc6ad927cdd65c740be01162b801523e0f7ba9fd6691800bbf19 +SIZE (wine-6.2.tar.xz) = 24270924 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri Feb 12 22:36:58 2021 (r565074) +++ head/emulators/wine-devel/pkg-plist Fri Feb 12 22:38:19 2021 (r565075) @@ -644,6 +644,7 @@ include/wine/windows/msxml6.idl include/wine/windows/msxml6did.h include/wine/windows/msxmldid.h include/wine/windows/mtxdm.h +include/wine/windows/mulres.idl include/wine/windows/multimon.h include/wine/windows/natupnp.h include/wine/windows/natupnp.idl @@ -753,6 +754,8 @@ include/wine/windows/rasdlg.h include/wine/windows/raserror.h include/wine/windows/reason.h include/wine/windows/regstr.h +include/wine/windows/relogger.h +include/wine/windows/relogger.idl include/wine/windows/restartmanager.h include/wine/windows/restrictederrorinfo.h include/wine/windows/restrictederrorinfo.idl @@ -1015,6 +1018,10 @@ include/wine/windows/wmiutils.idl include/wine/windows/wmp.h include/wine/windows/wmp.idl include/wine/windows/wmpids.h +include/wine/windows/wmprealestate.h +include/wine/windows/wmprealestate.idl +include/wine/windows/wmpservices.h +include/wine/windows/wmpservices.idl include/wine/windows/wmsbuffer.h include/wine/windows/wmsbuffer.idl include/wine/windows/wmsdk.h @@ -1389,6 +1396,7 @@ lib/wine/cryptdlg.dll.so lib/wine/cryptdll.dll.so lib/wine/cryptext.dll.so lib/wine/cryptnet.dll.so +lib/wine/cryptsp.dll.so lib/wine/cryptui.dll.so lib/wine/cscript.exe.so lib/wine/ctapi32.dll.so @@ -1871,6 +1879,7 @@ lib/wine/fakedlls/cryptdlg.dll lib/wine/fakedlls/cryptdll.dll lib/wine/fakedlls/cryptext.dll lib/wine/fakedlls/cryptnet.dll +lib/wine/fakedlls/cryptsp.dll lib/wine/fakedlls/cryptui.dll lib/wine/fakedlls/cscript.exe lib/wine/fakedlls/ctapi32.dll @@ -2857,6 +2866,7 @@ lib/wine/libvulkan-1.def lib/wine/libwbemuuid.a lib/wine/libwebservices.def lib/wine/libwer.def +lib/wine/libwevtapi.def lib/wine/libwindowscodecs.a lib/wine/libwindowscodecsext.def lib/wine/libwinecrt0.a @@ -3301,6 +3311,7 @@ lib/wine/wmic.exe.so lib/wine/wmiutils.dll.so lib/wine/wmp.dll.so lib/wine/wmphoto.dll.so +lib/wine/wmphoto.so lib/wine/wmplayer.exe.so lib/wine/wmvcore.dll.so lib/wine/wnaspi32.dll.so Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Fri Feb 12 22:36:58 2021 (r565074) +++ head/emulators/wine-mono-devel/Makefile Fri Feb 12 22:38:19 2021 (r565075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 5.1.1 +DISTVERSION= 6.0.0 DISTVERSIONSUFFIX=-x86 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ Modified: head/emulators/wine-mono-devel/distinfo ============================================================================== --- head/emulators/wine-mono-devel/distinfo Fri Feb 12 22:36:58 2021 (r565074) +++ head/emulators/wine-mono-devel/distinfo Fri Feb 12 22:38:19 2021 (r565075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602326480 -SHA256 (wine-mono-5.1.1-x86.msi) = 74541265b9385842bc22bba2bb4b90bf1d3fd8b4788b6676140700bebacb9227 -SIZE (wine-mono-5.1.1-x86.msi) = 84130304 +TIMESTAMP = 1613167993 +SHA256 (wine-mono-6.0.0-x86.msi) = 5c7af5976d101be359a77045c9cc8fc40feac028263d00e731578864e8b183d0 +SIZE (wine-mono-6.0.0-x86.msi) = 87507456