diff options
author | gerald <gerald@FreeBSD.org> | 2012-04-14 08:21:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-04-14 08:21:37 +0800 |
commit | af2c1fbba3667c902556fc8327e9d41b6a9ccd68 (patch) | |
tree | 403b5ae726855301880763578e4cc01c02aac5f5 /emulators | |
parent | f75e7b42df491ae619dd1565a0954e1a2747afb3 (diff) | |
download | freebsd-ports-gnome-af2c1fbba3667c902556fc8327e9d41b6a9ccd68.tar.gz freebsd-ports-gnome-af2c1fbba3667c902556fc8327e9d41b6a9ccd68.tar.zst freebsd-ports-gnome-af2c1fbba3667c902556fc8327e9d41b6a9ccd68.zip |
Update to Wine 1.5.2. This includes the following changes:
- Improved naming scheme for audio devices.
- Beginnings of support for JPEG encoding.
- Several printing fixes.
- Improvements to the URL cache.
- Various bug fixes.
Explicitly configure --without-dbus to make builds deterministic and
reproducible.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index ea9952481410..3163255dd548 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wine -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,7 +34,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ - --without-alsa --without-capi --with-glu \ + --without-alsa --without-capi --without-dbus --with-glu \ --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --without-opencl \ --with-oss --without-sane --without-tiff \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index ccc0d3ef5e3d..196af84e4b49 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.1.tar.bz2) = 6dc578f9afb3c9a0f2b773bbe09af20578ac6fa514dd0712ecc5d05c766045e6 -SIZE (wine-1.5.1.tar.bz2) = 20078739 +SHA256 (wine-1.5.2.tar.bz2) = 8ee6fdaf716b5a1c7ccf9be9dc6d9b7546944e79351c4806b2fa596da418342f +SIZE (wine-1.5.2.tar.bz2) = 20104652 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index f77fc4707182..473f3a9e42a8 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -720,6 +720,7 @@ lib/wine/apphelp.dll.so lib/wine/appwiz.cpl.so lib/wine/aspnet_regiis.exe.so lib/wine/atl.dll.so +lib/wine/atl80.dll.so lib/wine/attrib.exe.so lib/wine/authz.dll.so lib/wine/avicap32.dll.so @@ -860,6 +861,7 @@ lib/wine/fakedlls/apphelp.dll lib/wine/fakedlls/appwiz.cpl lib/wine/fakedlls/aspnet_regiis.exe lib/wine/fakedlls/atl.dll +lib/wine/fakedlls/atl80.dll lib/wine/fakedlls/attrib.exe lib/wine/fakedlls/authz.dll lib/wine/fakedlls/avicap32.dll |