From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 20:32:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E731680; Sat, 24 Jan 2015 20:32:17 +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 1F505D2E; Sat, 24 Jan 2015 20:32:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OKWGDh078227; Sat, 24 Jan 2015 20:32:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OKWGoL078223; Sat, 24 Jan 2015 20:32:16 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201501242032.t0OKWGoL078223@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 24 Jan 2015 20:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377820 - in head/emulators/wine-devel: . files X-SVN-Group: ports-head 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.18-1 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, 24 Jan 2015 20:32:17 -0000 Author: gerald Date: Sat Jan 24 20:32:15 2015 New Revision: 377820 URL: https://svnweb.freebsd.org/changeset/ports/377820 QAT: https://qat.redports.org/buildarchive/r377820/ Log: Update to Wine 1.7.35. This includes the following changes: - Beginnings of support for OpenGL core contexts. - Initial support for glyph placement in DirectWrite. - Some more WBEM objects. - Various bug fixes. My fix for PR 188424 is now upstream, so files/patch-alternate-toolchain is not applicable any more; remove it. PR: 188424 Deleted: head/emulators/wine-devel/files/patch-alternate-toolchain 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 Jan 24 20:30:13 2015 (r377819) +++ head/emulators/wine-devel/Makefile Sat Jan 24 20:32:15 2015 (r377820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.34 +DISTVERSION= 1.7.35 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jan 24 20:30:13 2015 (r377819) +++ head/emulators/wine-devel/distinfo Sat Jan 24 20:32:15 2015 (r377820) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.34.tar.bz2) = 4d5a3b25450fb232aa9d0d0dd859b7d50b8ffb6180f24aefb6eb4e400d32330b -SIZE (wine-1.7.34.tar.bz2) = 21956792 -SHA256 (v1.7.34.tar.gz) = 9e71b5d3ce0cd8c4c511c375bcdae74de33d96dbda1d1e70fc7eb8708ee018dc -SIZE (v1.7.34.tar.gz) = 8865976 +SHA256 (wine-1.7.35.tar.bz2) = eb2ef652a302c366d3f6ee9315790f162b1c0913d442cb5a856d9f7d95e31cfb +SIZE (wine-1.7.35.tar.bz2) = 22005666 +SHA256 (v1.7.35.tar.gz) = f1663938c29ab20c493569a5eaba7711a0f0d47cf5e4b9988f97140de2599b16 +SIZE (v1.7.35.tar.gz) = 8896849 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Jan 24 20:30:13 2015 (r377819) +++ head/emulators/wine-devel/pkg-plist Sat Jan 24 20:32:15 2015 (r377820) @@ -1638,6 +1638,7 @@ lib/wine/fakedlls/wuaueng.dll lib/wine/fakedlls/wusa.exe lib/wine/fakedlls/x3daudio1_7.dll lib/wine/fakedlls/xapofx1_1.dll +lib/wine/fakedlls/xaudio2_7.dll lib/wine/fakedlls/xcopy.exe lib/wine/fakedlls/xinput1_1.dll lib/wine/fakedlls/xinput1_2.dll @@ -2214,6 +2215,7 @@ lib/wine/wuaueng.dll.so lib/wine/wusa.exe.so lib/wine/x3daudio1_7.dll.so lib/wine/xapofx1_1.dll.so +lib/wine/xaudio2_7.dll.so lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so lib/wine/xinput1_2.dll.so