diff options
author | gerald <gerald@FreeBSD.org> | 2012-04-06 20:57:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-04-06 20:57:29 +0800 |
commit | 2c3f0a0226f4f4d57e48ec038466498429f0e300 (patch) | |
tree | dbf3f793ab5700b458e583fecaf06d7422a5a9cc /emulators | |
parent | 388de0fad1cfb3070516a4abcf608adc3ef7065a (diff) | |
download | freebsd-ports-gnome-2c3f0a0226f4f4d57e48ec038466498429f0e300.tar.gz freebsd-ports-gnome-2c3f0a0226f4f4d57e48ec038466498429f0e300.tar.zst freebsd-ports-gnome-2c3f0a0226f4f4d57e48ec038466498429f0e300.zip |
Update to Wine 1.5.1. This includes the following changes:
- Built-in JavaScript now preferred over Gecko in most cases.
- Support for scalable font resources.
- Fixes for audio and video playback.
- Support for script decoding in JScript.
- Various bug fixes.
On the way update the Makefile header and add a CONFLICTS with
emulators/wine, to complete the branching of this port.
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0eba7c57d66f..c24b94184276 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,13 +1,13 @@ -# ex:ts=8 -# New ports collection makefile for: wine -# Date created: Sa 9 Nov 1996 00:52:22 MET -# Whom: se +# Ports collection makefile for: wine-devel +# Date created: 2012-04-05 +# Whom: Gerald Pfeifer <gerald@FreeBSD.org> + # # $FreeBSD$ # PORTNAME= wine -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -28,6 +28,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.6:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 +CONFLICTS_INSTALL= wine-1.4* + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index abcdf889023c..ccc0d3ef5e3d 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.0.tar.bz2) = ad15143d2f8b38e2b5b8569b46efd09f9d13ce558dad431e17c471ca1412742b -SIZE (wine-1.5.0.tar.bz2) = 20132171 +SHA256 (wine-1.5.1.tar.bz2) = 6dc578f9afb3c9a0f2b773bbe09af20578ac6fa514dd0712ecc5d05c766045e6 +SIZE (wine-1.5.1.tar.bz2) = 20078739 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index abdaadfa315d..f77fc4707182 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -634,6 +634,7 @@ include/wine/windows/windns.h include/wine/windows/windows.h include/wine/windows/windowsx.h include/wine/windows/winerror.h +include/wine/windows/winevt.h include/wine/windows/wingdi.h include/wine/windows/winhttp.h include/wine/windows/wininet.h @@ -1253,6 +1254,7 @@ lib/wine/fakedlls/usp10.dll lib/wine/fakedlls/uxtheme.dll lib/wine/fakedlls/vbscript.dll lib/wine/fakedlls/vcomp.dll +lib/wine/fakedlls/vcomp100.dll lib/wine/fakedlls/vdhcp.vxd lib/wine/fakedlls/vdmdbg.dll lib/wine/fakedlls/ver.dll16 @@ -1510,6 +1512,7 @@ lib/wine/libspoolss.def lib/wine/libsti.def lib/wine/libstrmbase.a lib/wine/libstrmiids.a +lib/wine/libsxs.def lib/wine/libtapi32.def lib/wine/libunicows.def lib/wine/liburl.def @@ -1761,6 +1764,7 @@ lib/wine/usp10.dll.so lib/wine/uxtheme.dll.so lib/wine/vbscript.dll.so lib/wine/vcomp.dll.so +lib/wine/vcomp100.dll.so lib/wine/vdhcp.vxd.so lib/wine/vdmdbg.dll.so lib/wine/ver.dll16.so |