Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 07:52:48 +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: r541323 - head/emulators/wine-devel
Message-ID:  <202007060752.0667qmqL066212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Jul  6 07:52:48 2020
New Revision: 541323
URL: https://svnweb.freebsd.org/changeset/ports/541323

Log:
  Mark the STAGING option as broken - I reported this upstream and shared
  a strawman patch, so hopefully this will be resolved for the next snapshot:
  
    https://www.winehq.org/pipermail/wine-devel/2020-July/169366.html
    https://www.winehq.org/pipermail/wine-devel/2020-July/169367.html
  
  (Due to this being broken my original commit did not include the
  distinfo entry for the respective download. Make up for that, in
  case a fix becomes available.)
  
  Also label the STAGING option as experimental.
  
  PR:		247779

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

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Mon Jul  6 07:32:57 2020	(r541322)
+++ head/emulators/wine-devel/Makefile	Mon Jul  6 07:52:48 2020	(r541323)
@@ -65,7 +65,7 @@ OPTIONS_SUB=	yes
 
 DOSBOX_DESC=	Use DOSBox to run MS-DOS programs
 LIBXSLT_DESC=	Use libxslt (only used by msxml3.dll)
-STAGING_DESC=	Include the Wine Staging patchset
+STAGING_DESC=	Include the Wine Staging patchset (experimental)
 VKD3D_DESC=	Direct3D 12 support via Vulkan
 VULKAN_DESC=	Vulkan API support
 WINEMAKER_DESC=	Fully support winemaker (requires Perl)
@@ -102,6 +102,7 @@ MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123
 OPENAL_CONFIGURE_WITH=	openal
 OPENAL_USES=		openal
 
+STAGING_BROKEN=		fails to build
 STAGING_MASTER_SITES=	https://github.com/wine-staging/wine-staging/archive/:staging
 COMP_DIST=	v${DISTVERSION}.tar.gz
 STAGING_DISTFILES=	${COMP_DIST}:staging

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Mon Jul  6 07:32:57 2020	(r541322)
+++ head/emulators/wine-devel/distinfo	Mon Jul  6 07:52:48 2020	(r541323)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1593812269
+TIMESTAMP = 1593937189
 SHA256 (wine-5.12.tar.xz) = 87f17254c6794ec6eeb7020b164c859983c9df0dacdd66d6449ff000498c842e
 SIZE (wine-5.12.tar.xz) = 23939672
+SHA256 (v5.12.tar.gz) = 65d710eb309f9a240d5c406e13f37470e363917e2292f095c6c7ed030aa9d592
+SIZE (v5.12.tar.gz) = 9834148



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