From owner-svn-ports-head@freebsd.org Sat Mar 14 12:54:59 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 9DF0A258FBE; Sat, 14 Mar 2020 12:54:59 +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) server-signature RSA-PSS (4096 bits) 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 48fjFt74Mwz4Fdx; Sat, 14 Mar 2020 12:54:58 +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 BF6B21F2EE; Sat, 14 Mar 2020 12:54:58 +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 02ECswvW046889; Sat, 14 Mar 2020 12:54:58 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02ECswIt046886; Sat, 14 Mar 2020 12:54:58 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202003141254.02ECswIt046886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 14 Mar 2020 12:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528406 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 528406 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.29 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, 14 Mar 2020 12:54:59 -0000 Author: gerald Date: Sat Mar 14 12:54:57 2020 New Revision: 528406 URL: https://svnweb.freebsd.org/changeset/ports/528406 Log: Update to Wine 5.4. This includes the following changes: - Unicode data updated to Unicode version 13. - Builtin programs use the new UCRTBase C runtime. - More correct support for Internationalized Domain Names. - Support for painting rounded rectangles in Direct2D. - Text drawing in D3DX9. - Various bug fixes. This also brings a set of new changes with the Staging Patchset, so maybe worth a try enabling the STAGING option if something is not working. 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 Mar 14 12:40:51 2020 (r528405) +++ head/emulators/wine-devel/Makefile Sat Mar 14 12:54:57 2020 (r528406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.3 +DISTVERSION= 5.4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Mar 14 12:40:51 2020 (r528405) +++ head/emulators/wine-devel/distinfo Sat Mar 14 12:54:57 2020 (r528406) @@ -1,5 +1,5 @@ -TIMESTAMP = 1583012717 -SHA256 (wine-5.3.tar.xz) = 9b1bc7228bad80a014b6dc55ef17ef532c5a88fd8e477658dda02953cc907fde -SIZE (wine-5.3.tar.xz) = 22918612 -SHA256 (v5.3.tar.gz) = 2d50b5abb51d0a9eea60768a5e1ee50705b94a295cfa7671ce35f3406d4bbc06 -SIZE (v5.3.tar.gz) = 9904213 +TIMESTAMP = 1584177504 +SHA256 (wine-5.4.tar.xz) = 4b3e2b0ffa5415f199540e6051c28c3976fce91ea5bfb2cf4a099c257317052c +SIZE (wine-5.4.tar.xz) = 22917904 +SHA256 (v5.4.tar.gz) = 6a6a1083fab694ccdcb834eb68b69afde607c22e0635ad143f8ec0e2fc50b757 +SIZE (v5.4.tar.gz) = 9924147 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Mar 14 12:40:51 2020 (r528405) +++ head/emulators/wine-devel/pkg-plist Sat Mar 14 12:54:57 2020 (r528406) @@ -36,7 +36,9 @@ include/wine/msvcrt/corecrt.h include/wine/msvcrt/corecrt_startup.h include/wine/msvcrt/corecrt_stdio_config.h include/wine/msvcrt/corecrt_wctype.h +include/wine/msvcrt/corecrt_wdirect.h include/wine/msvcrt/corecrt_wio.h +include/wine/msvcrt/corecrt_wprocess.h include/wine/msvcrt/corecrt_wstdio.h include/wine/msvcrt/corecrt_wstdlib.h include/wine/msvcrt/corecrt_wstring.h @@ -988,6 +990,8 @@ include/wine/windows/wtypes.idl include/wine/windows/wuapi.h include/wine/windows/wuapi.idl include/wine/windows/x3daudio.h +%%STAGING%%include/wine/windows/xact3.h +%%STAGING%%include/wine/windows/xact3.idl include/wine/windows/xact3wb.h include/wine/windows/xapo.h include/wine/windows/xapo.idl @@ -2335,6 +2339,7 @@ lib/wine/fakedlls/webservices.dll lib/wine/fakedlls/wer.dll lib/wine/fakedlls/wevtapi.dll lib/wine/fakedlls/wevtutil.exe +lib/wine/fakedlls/whoami.exe lib/wine/fakedlls/wiaservc.dll lib/wine/fakedlls/wimgapi.dll %%STAGING%%%%WINE32%%lib/wine/fakedlls/win32k.sys @@ -2422,6 +2427,14 @@ lib/wine/fakedlls/wusa.exe %%OPENAL%%lib/wine/fakedlls/x3daudio1_5.dll %%OPENAL%%lib/wine/fakedlls/x3daudio1_6.dll %%OPENAL%%lib/wine/fakedlls/x3daudio1_7.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_0.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_1.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_2.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_3.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_4.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_5.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_6.dll +%%STAGING%%lib/wine/fakedlls/xactengine3_7.dll %%OPENAL%%lib/wine/fakedlls/xapofx1_1.dll %%OPENAL%%lib/wine/fakedlls/xapofx1_2.dll %%OPENAL%%lib/wine/fakedlls/xapofx1_3.dll @@ -3041,6 +3054,7 @@ lib/wine/webservices.dll.so lib/wine/wer.dll.so lib/wine/wevtapi.dll.so lib/wine/wevtutil.exe.so +lib/wine/whoami.exe.so lib/wine/wiaservc.dll.so lib/wine/wimgapi.dll.so %%STAGING%%%%WINE32%%lib/wine/win32k.sys.so @@ -3128,6 +3142,14 @@ lib/wine/wusa.exe.so %%OPENAL%%lib/wine/x3daudio1_5.dll.so %%OPENAL%%lib/wine/x3daudio1_6.dll.so %%OPENAL%%lib/wine/x3daudio1_7.dll.so +%%STAGING%%lib/wine/xactengine3_0.dll.so +%%STAGING%%lib/wine/xactengine3_1.dll.so +%%STAGING%%lib/wine/xactengine3_2.dll.so +%%STAGING%%lib/wine/xactengine3_3.dll.so +%%STAGING%%lib/wine/xactengine3_4.dll.so +%%STAGING%%lib/wine/xactengine3_5.dll.so +%%STAGING%%lib/wine/xactengine3_6.dll.so +%%STAGING%%lib/wine/xactengine3_7.dll.so %%OPENAL%%lib/wine/xapofx1_1.dll.so %%OPENAL%%lib/wine/xapofx1_2.dll.so %%OPENAL%%lib/wine/xapofx1_3.dll.so