From owner-svn-ports-head@FreeBSD.ORG Sun Aug 5 04:47:29 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D963F1065673; Sun, 5 Aug 2012 04:47:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C42BD8FC0A; Sun, 5 Aug 2012 04:47:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q754lTYc036513; Sun, 5 Aug 2012 04:47:29 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q754lTSp036509; Sun, 5 Aug 2012 04:47:29 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201208050447.q754lTSp036509@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 5 Aug 2012 04:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302048 - head/emulators/wine-devel X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 05 Aug 2012 04:47:30 -0000 Author: gerald Date: Sun Aug 5 04:47:29 2012 New Revision: 302048 URL: http://svn.freebsd.org/changeset/ports/302048 Log: Update to Wine 1.5.10. This includes the following changes: - New version of the Gecko engine based on Firefox 14. - Support for OpenGL in the DIB engine using libOSMesa. - Off-screen rendering is now the default in Direct3D. - Some more WMI infrastructure. - Various bug fixes. Use --with-fontconfig during configuration, since we already have fontconfig as a dependency. 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 Sun Aug 5 04:41:41 2012 (r302047) +++ head/emulators/wine-devel/Makefile Sun Aug 5 04:47:29 2012 (r302048) @@ -6,7 +6,7 @@ # PORTNAME= wine -DISTVERSION= 1.5.9 +DISTVERSION= 1.5.10 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -34,7 +34,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ - --without-alsa --without-capi --without-dbus --with-glu \ + --without-alsa --without-capi --without-dbus \ + --with-fontconfig --with-glu \ --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --without-opencl \ --with-oss --without-sane --without-tiff \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Aug 5 04:41:41 2012 (r302047) +++ head/emulators/wine-devel/distinfo Sun Aug 5 04:47:29 2012 (r302048) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.9.tar.bz2) = 7bc25e7d0d8fec11a41fec89994dd65265b8fd1052ee82d5648232e646899cd3 -SIZE (wine-1.5.9.tar.bz2) = 20413229 +SHA256 (wine-1.5.10.tar.bz2) = f35e7a52faab23647fd15ab9b54ea7a390fc96159d4e9a17e22b118c186f9e13 +SIZE (wine-1.5.10.tar.bz2) = 20510011 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Aug 5 04:41:41 2012 (r302047) +++ head/emulators/wine-devel/pkg-plist Sun Aug 5 04:47:29 2012 (r302048) @@ -86,6 +86,7 @@ include/wine/windows/amstream.h include/wine/windows/amstream.idl include/wine/windows/amvideo.h include/wine/windows/amvideo.idl +include/wine/windows/appcompatapi.h include/wine/windows/appmgmt.h include/wine/windows/asptlb.h include/wine/windows/asptlb.idl @@ -197,6 +198,7 @@ include/wine/windows/dbs.idl include/wine/windows/dbt.h include/wine/windows/dciddi.h include/wine/windows/dciman.h +include/wine/windows/dcommon.h include/wine/windows/dde.h include/wine/windows/dde.rh include/wine/windows/ddeml.h @@ -253,6 +255,8 @@ include/wine/windows/dsound.h include/wine/windows/dsrole.h include/wine/windows/dvdmedia.h include/wine/windows/dwmapi.h +include/wine/windows/dwrite.h +include/wine/windows/dwrite.idl include/wine/windows/dxdiag.h include/wine/windows/dxerr8.h include/wine/windows/dxerr9.h @@ -847,6 +851,7 @@ lib/wine/dsound.dll.so lib/wine/dssenh.dll.so lib/wine/dswave.dll.so lib/wine/dwmapi.dll.so +lib/wine/dwrite.dll.so lib/wine/dxdiag.exe.so lib/wine/dxdiagn.dll.so lib/wine/dxgi.dll.so @@ -988,6 +993,7 @@ lib/wine/fakedlls/dsound.dll lib/wine/fakedlls/dssenh.dll lib/wine/fakedlls/dswave.dll lib/wine/fakedlls/dwmapi.dll +lib/wine/fakedlls/dwrite.dll lib/wine/fakedlls/dxdiag.exe lib/wine/fakedlls/dxdiagn.dll lib/wine/fakedlls/dxgi.dll @@ -1443,6 +1449,7 @@ lib/wine/libdplayx.def lib/wine/libdpnet.def lib/wine/libdsound.def lib/wine/libdwmapi.def +lib/wine/libdwrite.def lib/wine/libdxerr8.a lib/wine/libdxerr9.a lib/wine/libdxgi.def