From owner-svn-ports-head@freebsd.org Sat May 23 09:20:03 2020 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 9862A2FCE1C; Sat, 23 May 2020 09:20:03 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Td9b3Xy7z4bgQ; Sat, 23 May 2020 09:20:03 +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 74E1DDA03; Sat, 23 May 2020 09:20:03 +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 04N9K3nD023128; Sat, 23 May 2020 09:20:03 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04N9K2LB023124; Sat, 23 May 2020 09:20:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202005230920.04N9K2LB023124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 23 May 2020 09:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536275 - in head/emulators/wine-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/emulators/wine-devel: . files X-SVN-Commit-Revision: 536275 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.33 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: Sat, 23 May 2020 09:20:03 -0000 Author: gerald Date: Sat May 23 09:20:02 2020 New Revision: 536275 URL: https://svnweb.freebsd.org/changeset/ports/536275 Log: Update to Wine 5.9. This includes the following changes: - Major progress on the WineD3D Vulkan backend. - Initial support for splitting dlls into PE and Unix parts. - Support for generating PDB files when building PE dlls. - Timestamp updates in the Kernel User Shared Data. - Various bug fixes. files/patch-dlls-dwrite-opentype.c was a backport from upstream past the Wine 5.8 snapshot so is included here - remove it. Keep files/patch-tools-winegcc, which reverts an upstream change in Wine 5.8 for the time being while we assess the situation. Deleted: head/emulators/wine-devel/files/patch-dlls-dwrite-opentype.c 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 May 23 08:55:11 2020 (r536274) +++ head/emulators/wine-devel/Makefile Sat May 23 09:20:02 2020 (r536275) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.8 -PORTREVISION= 1 +DISTVERSION= 5.9 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat May 23 08:55:11 2020 (r536274) +++ head/emulators/wine-devel/distinfo Sat May 23 09:20:02 2020 (r536275) @@ -1,5 +1,5 @@ -TIMESTAMP = 1589021711 -SHA256 (wine-5.8.tar.xz) = cbad04c261437abec16945cd7ca83c77950f3e03099d7e3f883a6ea7293233cf -SIZE (wine-5.8.tar.xz) = 23753648 -SHA256 (v5.8.tar.gz) = a7f0b62f5cfa85b385fd7e5a9cb93f58ce943dcdf98fc027550aa6cd99ae394d -SIZE (v5.8.tar.gz) = 9878712 +TIMESTAMP = 1590224935 +SHA256 (wine-5.9.tar.xz) = 843e34b7c9bf413fd443fceba5946ef0f44a4c597b434d43927719f482b89583 +SIZE (wine-5.9.tar.xz) = 23802356 +SHA256 (v5.9.tar.gz) = 0d60a5942dedbbec2f1773e74bf9fe23eadd50e1b4cdade80b0ea3a5498f8307 +SIZE (v5.9.tar.gz) = 9861847 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat May 23 08:55:11 2020 (r536274) +++ head/emulators/wine-devel/pkg-plist Sat May 23 09:20:02 2020 (r536275) @@ -113,6 +113,7 @@ include/wine/windows/amvideo.idl include/wine/windows/appcompatapi.h include/wine/windows/appmgmt.h include/wine/windows/appmodel.h +include/wine/windows/asferr.h include/wine/windows/asptlb.h include/wine/windows/asptlb.idl include/wine/windows/asynot.idl @@ -136,6 +137,7 @@ include/wine/windows/aviriff.h include/wine/windows/avrt.h include/wine/windows/axcore.idl include/wine/windows/axextend.idl +include/wine/windows/axextendenums.h include/wine/windows/basetsd.h include/wine/windows/basetyps.h include/wine/windows/bcrypt.h @@ -346,6 +348,7 @@ include/wine/windows/docobjectservice.idl include/wine/windows/downloadmgr.h include/wine/windows/downloadmgr.idl include/wine/windows/dpaddr.h +include/wine/windows/dpfilter.h include/wine/windows/dplay.h include/wine/windows/dplay8.h include/wine/windows/dplobby.h @@ -414,6 +417,7 @@ include/wine/windows/excpt.h include/wine/windows/exdisp.h include/wine/windows/exdisp.idl include/wine/windows/exdispid.h +include/wine/windows/exposeenums2managed.h include/wine/windows/fci.h include/wine/windows/fdi.h include/wine/windows/fileapi.h @@ -676,6 +680,7 @@ include/wine/windows/ole2.h include/wine/windows/ole2ver.h include/wine/windows/oleacc.h include/wine/windows/oleacc.idl +include/wine/windows/oleacc.tlb include/wine/windows/oleauto.h include/wine/windows/olectl.h include/wine/windows/oledb.h @@ -811,6 +816,7 @@ include/wine/windows/srcrst.idl include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h include/wine/windows/stdole2.idl +include/wine/windows/stdole2.tlb %%STAGING%%include/wine/windows/stdole32.idl include/wine/windows/stgprop.h include/wine/windows/sti.h @@ -863,6 +869,7 @@ include/wine/windows/uiautomationcore.idl include/wine/windows/uiautomationcoreapi.h include/wine/windows/uiribbon.h include/wine/windows/uiribbon.idl +include/wine/windows/unexposeenums2managed.h include/wine/windows/unknwn.h include/wine/windows/unknwn.idl include/wine/windows/urlhist.h @@ -907,6 +914,7 @@ include/wine/windows/wia_xp.h include/wine/windows/wia_xp.idl include/wine/windows/wiadef.h include/wine/windows/wimgapi.h +include/wine/windows/winapifamily.h include/wine/windows/winbase.h include/wine/windows/wincodec.h include/wine/windows/wincodec.idl @@ -2689,6 +2697,7 @@ lib/wine/libsensapi.def lib/wine/libsetupapi.def lib/wine/libsfc.def lib/wine/libsfc_os.def +lib/wine/libshcore.def lib/wine/libshdocvw.def lib/wine/libshell32.def lib/wine/libshfolder.def @@ -2873,6 +2882,7 @@ lib/wine/notepad.exe.so lib/wine/npmshtml.dll.so lib/wine/npptools.dll.so lib/wine/ntdll.dll.so +lib/wine/ntdll.so lib/wine/ntdsapi.dll.so lib/wine/ntoskrnl.exe.so lib/wine/ntprint.dll.so