diff options
author | gerald <gerald@FreeBSD.org> | 2017-11-15 21:27:10 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-11-15 21:27:10 +0800 |
commit | 7a66d900c88f8457089bd0264a491bdbdd639bc0 (patch) | |
tree | d8d3f202755b67f854e53de7a12fece861102a14 /emulators | |
parent | 6cb1d68c0b12c37f9cb0cef8fcffa945bc2665bf (diff) | |
download | freebsd-ports-gnome-7a66d900c88f8457089bd0264a491bdbdd639bc0.tar.gz freebsd-ports-gnome-7a66d900c88f8457089bd0264a491bdbdd639bc0.tar.zst freebsd-ports-gnome-7a66d900c88f8457089bd0264a491bdbdd639bc0.zip |
Update to Wine 2.21. This includes the following changes:
- Still more metafile support in GdiPlus.
- Indirect draws support in Direct 3D.
- Services fixes on WoW64.
- Better DPI scaling in the Shell Explorer.
- Various bug fixes.
On the way, generally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]
Talking about Wine Staging, mark that (via the STAGING option, and hence
the wine-staging port as well) as BROKEN once again; that patchset still
is not available yet, and we cannot wait forever.
PR: 195765 [1]
Reported by: dbn [1]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c4948df5da17..cb84716a5a2f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.20 +DISTVERSION= 2.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -18,6 +18,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 +STAGING_BROKEN= Staging patchset still not available for this version BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ prelink:sysutils/prelink @@ -36,6 +37,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-opencl \ --without-osmesa \ --with-oss \ + --without-pulse \ --without-sane \ --without-tiff CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" @@ -147,7 +149,6 @@ EXTRACT_DEPENDS=bash:shells/bash \ git:devel/git \ ${AUTOCONF_DEPENDS} -CONFIGURE_ARGS+=--without-pulse USE_AUTOTOOLS= autoconf:env post-extract: fix-shebang diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 6617174316ca..59a19fa95369 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1509977847 -SHA256 (wine-2.20.tar.xz) = b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 -SIZE (wine-2.20.tar.xz) = 19597556 -SHA256 (v2.20.tar.gz) = 12f0272df79c28f64f9e012fa5dc08ad421188089c42c91d218bbf249502c4e3 -SIZE (v2.20.tar.gz) = 10240761 +TIMESTAMP = 1510438989 +SHA256 (wine-2.21.tar.xz) = bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef +SIZE (wine-2.21.tar.xz) = 19620888 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 26ca5f571fca..d46f882acd66 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -587,6 +587,7 @@ include/wine/windows/ntddstor.h include/wine/windows/ntdef.h include/wine/windows/ntdsapi.h %%STAGING%%include/wine/windows/ntifs.h +include/wine/windows/ntlsa.h include/wine/windows/ntquery.h include/wine/windows/ntsecapi.h include/wine/windows/ntsecpkg.h |