1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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]
This commit is contained in:
Gerald Pfeifer 2011-08-27 20:56:47 +00:00
parent 310742a9ef
commit 27a252c686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280595
6 changed files with 14 additions and 12 deletions

View File

@ -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" \

View File

@ -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

View File

@ -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

View File

@ -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" \

View File

@ -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

View File

@ -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