From owner-svn-ports-all@freebsd.org Fri May 10 20:17:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8A71585371; Fri, 10 May 2019 20:17:40 +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 7FBB689D6C; Fri, 10 May 2019 20:17:40 +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 3A64393EF; Fri, 10 May 2019 20:17:40 +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 x4AKHe4S099618; Fri, 10 May 2019 20:17:40 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AKHdxu099615; Fri, 10 May 2019 20:17:39 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905102017.x4AKHdxu099615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 10 May 2019 20:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501196 - 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: 501196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FBB689D6C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2019 20:17:41 -0000 Author: gerald Date: Fri May 10 20:17:39 2019 New Revision: 501196 URL: https://svnweb.freebsd.org/changeset/ports/501196 Log: Update to Wine 4.8. This includes the following changes: - Support building most programs in PE format. - Unicode data updated to Unicode 12.0. - Support for MSI patch files. - Default to non-PIC builds on i386. - Joystick support improvements. - Asturian locale. - Various bug fixes. Packaging-wise, one additional include file and one moves from the Staging patchset into Wine proper. 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 Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/Makefile Fri May 10 20:17:39 2019 (r501196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.7 +DISTVERSION= 4.8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/distinfo Fri May 10 20:17:39 2019 (r501196) @@ -1,5 +1,3 @@ -TIMESTAMP = 1556547914 -SHA256 (wine-4.7.tar.xz) = 3bca9084354a60d202f6b8e670b130366126db0583fa27054f1f02294de7bab0 -SIZE (wine-4.7.tar.xz) = 21962632 -SHA256 (v4.7.tar.gz) = 3199e75e5085ab742280ef4f924205af977a2b5cb8d8051419d97d274545ef6f -SIZE (v4.7.tar.gz) = 9944737 +TIMESTAMP = 1557503665 +SHA256 (wine-4.8.tar.xz) = 48b9ab1c1277e13eede66e1af1f9f885cb8b4c5cb53eea6ebbfe10bc06dfa135 +SIZE (wine-4.8.tar.xz) = 22024100 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/pkg-plist Fri May 10 20:17:39 2019 (r501196) @@ -43,6 +43,7 @@ include/wine/msvcrt/errno.h include/wine/msvcrt/fcntl.h include/wine/msvcrt/float.h include/wine/msvcrt/fpieee.h +include/wine/msvcrt/inttypes.h include/wine/msvcrt/io.h include/wine/msvcrt/limits.h include/wine/msvcrt/locale.h @@ -367,7 +368,7 @@ include/wine/windows/dxgiformat.h include/wine/windows/dxgiformat.idl include/wine/windows/dxgitype.h include/wine/windows/dxgitype.idl -%%STAGING%%include/wine/windows/dxva.h +include/wine/windows/dxva.h include/wine/windows/dxva2api.h include/wine/windows/dxva2api.idl include/wine/windows/dyngraph.idl