From owner-svn-ports-all@FreeBSD.ORG Sat Apr 5 20:53:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2146EDA; Sat, 5 Apr 2014 20:53:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE5E5CC0; Sat, 5 Apr 2014 20:53:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35KrKUC082428; Sat, 5 Apr 2014 20:53:20 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35KrKFs082424; Sat, 5 Apr 2014 20:53:20 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201404052053.s35KrKFs082424@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 5 Apr 2014 20:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350265 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 05 Apr 2014 20:53:21 -0000 Author: gerald Date: Sat Apr 5 20:53:19 2014 New Revision: 350265 URL: http://svnweb.freebsd.org/changeset/ports/350265 QAT: https://qat.redports.org/buildarchive/r350265/ Log: Update to Wine 1.7.16. This includes the following changes: - More regression test fixes. - String arrays better supported in the IDL compiler. - Initial stubs for DirectX Video Acceleration. - 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 5 20:32:20 2014 (r350264) +++ head/emulators/wine-devel/Makefile Sat Apr 5 20:53:19 2014 (r350265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.15 +DISTVERSION= 1.7.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Apr 5 20:32:20 2014 (r350264) +++ head/emulators/wine-devel/distinfo Sat Apr 5 20:53:19 2014 (r350265) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.15.tar.bz2) = 519137adc562d32035fcf7b110d6e65fdd7721af0b176567a2187397c63f1380 -SIZE (wine-1.7.15.tar.bz2) = 21463370 +SHA256 (wine-1.7.16.tar.bz2) = 071ed89d9c76219aa73df6472b99f9f0b35e4977235e2b8e388c11416a2d1c6a +SIZE (wine-1.7.16.tar.bz2) = 21478085 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Apr 5 20:32:20 2014 (r350264) +++ head/emulators/wine-devel/pkg-plist Sat Apr 5 20:53:19 2014 (r350265) @@ -281,8 +281,12 @@ include/wine/windows/dxerr9.h include/wine/windows/dxfile.h include/wine/windows/dxgi.h include/wine/windows/dxgi.idl +include/wine/windows/dxgi1_2.h +include/wine/windows/dxgi1_2.idl include/wine/windows/dxgiformat.h include/wine/windows/dxgitype.h +include/wine/windows/dxva2api.h +include/wine/windows/dxva2api.idl include/wine/windows/dyngraph.idl include/wine/windows/endpointvolume.h include/wine/windows/endpointvolume.idl @@ -317,6 +321,7 @@ include/wine/windows/gdiplusmetaheader.h include/wine/windows/gdipluspixelformats.h include/wine/windows/gdiplustypes.h include/wine/windows/guiddef.h +include/wine/windows/highlevelmonitorconfigurationapi.h include/wine/windows/hlguids.h include/wine/windows/hlink.h include/wine/windows/hlink.idl @@ -382,6 +387,7 @@ include/wine/windows/lmuse.h include/wine/windows/lmuseflg.h include/wine/windows/lmwksta.h include/wine/windows/loadperf.h +include/wine/windows/lowlevelmonitorconfigurationapi.h include/wine/windows/lzexpand.h include/wine/windows/mapi.h include/wine/windows/mapicode.h @@ -513,6 +519,7 @@ include/wine/windows/pdh.h include/wine/windows/pdhmsg.h include/wine/windows/perhist.h include/wine/windows/perhist.idl +include/wine/windows/physicalmonitorenumerationapi.h include/wine/windows/pktdef.h include/wine/windows/poppack.h include/wine/windows/powrprof.h @@ -975,6 +982,7 @@ lib/wine/dwrite.dll.so lib/wine/dxdiag.exe.so lib/wine/dxdiagn.dll.so lib/wine/dxgi.dll.so +lib/wine/dxva2.dll.so lib/wine/eject.exe.so lib/wine/expand.exe.so lib/wine/explorer.exe.so @@ -1182,6 +1190,7 @@ lib/wine/fakedlls/dwrite.dll lib/wine/fakedlls/dxdiag.exe lib/wine/fakedlls/dxdiagn.dll lib/wine/fakedlls/dxgi.dll +lib/wine/fakedlls/dxva2.dll lib/wine/fakedlls/eject.exe lib/wine/fakedlls/expand.exe lib/wine/fakedlls/explorer.exe