Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2017 13:27:11 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454242 - head/emulators/wine-devel
Message-ID:  <201711151327.vAFDRBgm070317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Nov 15 13:27:10 2017
New Revision: 454242
URL: https://svnweb.freebsd.org/changeset/ports/454242

Log:
  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]

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/distinfo
  head/emulators/wine-devel/pkg-plist

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Wed Nov 15 13:16:36 2017	(r454241)
+++ head/emulators/wine-devel/Makefile	Wed Nov 15 13:27:10 2017	(r454242)
@@ -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

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Wed Nov 15 13:16:36 2017	(r454241)
+++ head/emulators/wine-devel/distinfo	Wed Nov 15 13:27:10 2017	(r454242)
@@ -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

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Wed Nov 15 13:16:36 2017	(r454241)
+++ head/emulators/wine-devel/pkg-plist	Wed Nov 15 13:27:10 2017	(r454242)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711151327.vAFDRBgm070317>