diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-08-27 20:56:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-08-27 20:56:47 +0000 |
commit | 27a252c686ad65fff1df4efe19209385408e1f81 (patch) | |
tree | 0228cf7cc1e5f51bc4e90fba08337727869f0e43 /emulators | |
parent | 310742a9ef377c6d5506cb35ff2b79796c204d15 (diff) |
Update to Wine 1.3.26. This includes the following changes:
- Support for multisampling in Direct3D.
- New version of the Gecko engine.
- Improvements to the network proxy handling.
- Better write support in MSXML.
- Side-by-side manifests for built-in libraries.
- Various bug fixes.
Explicitly disable gstreamer support, thus avoiding automatic
detection and incorrect package lists in case. [1]
PR: 159749 [1]
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=280595
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
6 files changed, 14 insertions, 12 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4d58168be7d3..d198e602e88b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.26 -PORTREVISION= 1 +DISTVERSION= 1.3.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -33,8 +32,8 @@ CPPFLAGS= "-I${LOCALBASE}/include" GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --with-glu \ - --without-gphoto --without-gsm --with-opengl \ - --without-mpg123 --with-oss --without-sane \ + --without-gphoto --without-gsm --without-gstreamer \ + --with-opengl --without-mpg123 --with-oss --without-sane \ --without-v4l --without-xcomposite --without-xinerama \ --with-xrandr CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 15238a2589f5..0651630b6dde 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.26.tar.bz2) = 6cadb2d80c0cd12c44fa26147041a32f61066dd39e748c83dad48af79ecd4e74 -SIZE (wine-1.3.26.tar.bz2) = 19540784 +SHA256 (wine-1.3.27.tar.bz2) = 6163a4734f47453cf9cee996efcf9d55ee49bb4a055f5b28a3907e4135edbeed +SIZE (wine-1.3.27.tar.bz2) = 19566507 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index acca9a2da842..ca7e36d146fb 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1124,6 +1124,7 @@ lib/wine/fakedlls/pidgen.dll lib/wine/fakedlls/ping.exe lib/wine/fakedlls/plugplay.exe lib/wine/fakedlls/powrprof.dll +lib/wine/fakedlls/presentationfontcache.exe lib/wine/fakedlls/printui.dll lib/wine/fakedlls/progman.exe lib/wine/fakedlls/propsys.dll @@ -1620,6 +1621,7 @@ lib/wine/pidgen.dll.so lib/wine/ping.exe.so lib/wine/plugplay.exe.so lib/wine/powrprof.dll.so +lib/wine/presentationfontcache.exe.so lib/wine/printui.dll.so lib/wine/progman.exe.so lib/wine/propsys.dll.so diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4d58168be7d3..d198e602e88b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.26 -PORTREVISION= 1 +DISTVERSION= 1.3.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -33,8 +32,8 @@ CPPFLAGS= "-I${LOCALBASE}/include" GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --with-glu \ - --without-gphoto --without-gsm --with-opengl \ - --without-mpg123 --with-oss --without-sane \ + --without-gphoto --without-gsm --without-gstreamer \ + --with-opengl --without-mpg123 --with-oss --without-sane \ --without-v4l --without-xcomposite --without-xinerama \ --with-xrandr CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 15238a2589f5..0651630b6dde 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.26.tar.bz2) = 6cadb2d80c0cd12c44fa26147041a32f61066dd39e748c83dad48af79ecd4e74 -SIZE (wine-1.3.26.tar.bz2) = 19540784 +SHA256 (wine-1.3.27.tar.bz2) = 6163a4734f47453cf9cee996efcf9d55ee49bb4a055f5b28a3907e4135edbeed +SIZE (wine-1.3.27.tar.bz2) = 19566507 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index acca9a2da842..ca7e36d146fb 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -1124,6 +1124,7 @@ lib/wine/fakedlls/pidgen.dll lib/wine/fakedlls/ping.exe lib/wine/fakedlls/plugplay.exe lib/wine/fakedlls/powrprof.dll +lib/wine/fakedlls/presentationfontcache.exe lib/wine/fakedlls/printui.dll lib/wine/fakedlls/progman.exe lib/wine/fakedlls/propsys.dll @@ -1620,6 +1621,7 @@ lib/wine/pidgen.dll.so lib/wine/ping.exe.so lib/wine/plugplay.exe.so lib/wine/powrprof.dll.so +lib/wine/presentationfontcache.exe.so lib/wine/printui.dll.so lib/wine/progman.exe.so lib/wine/propsys.dll.so |