Date: Sun, 5 Aug 2012 04:47:29 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302048 - head/emulators/wine-devel Message-ID: <201208050447.q754lTSp036509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208050447.q754lTSp036509>