svn commit: r490967 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Jan 22 18:28:11 UTC 2019


Author: gerald
Date: Tue Jan 22 18:28:09 2019
New Revision: 490967
URL: https://svnweb.freebsd.org/changeset/ports/490967

Log:
  Update to RC6 of Wine 4.0 which addresses another dozen or so bugs
  and, oddly enough, sees the Wine Staging patchset install three more
  files.
  
  Add gl to X11_USES since a naked USE_GL= as we've had has been
  deprecated for a while.

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	Tue Jan 22 18:24:52 2019	(r490966)
+++ head/emulators/wine-devel/Makefile	Tue Jan 22 18:28:09 2019	(r490967)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	4.0-rc6
+DISTVERSION=	4.0-rc7
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -109,7 +109,7 @@ VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loade
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
-X11_USES=		jpeg
+X11_USES=		gl jpeg
 X11_USE=		GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Tue Jan 22 18:24:52 2019	(r490966)
+++ head/emulators/wine-devel/distinfo	Tue Jan 22 18:28:09 2019	(r490967)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1547361802
-SHA256 (wine-4.0-rc6.tar.xz) = 98bdc1b48d39918aae085cbd3818c484b5926d60ce281b210cc53810c4e3185e
-SIZE (wine-4.0-rc6.tar.xz) = 21636252
-SHA256 (v4.0-rc6.tar.gz) = 2b0711cdd33af102e64282515c24fb43c3d48155c688328019910f7c54eceb7b
-SIZE (v4.0-rc6.tar.gz) = 9938801
+TIMESTAMP = 1547900384
+SHA256 (wine-4.0-rc7.tar.xz) = d2a7048fee0485b74cb2630f7fc388ede679b341d3647ce01ab7a875c031d8d7
+SIZE (wine-4.0-rc7.tar.xz) = 21642184
+SHA256 (v4.0-rc7.tar.gz) = 8f35cbefa288894d8047fa2785e53b7adaf67ea77b6f461ce40b4bbbc6dc9521
+SIZE (v4.0-rc7.tar.gz) = 9945718

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Tue Jan 22 18:24:52 2019	(r490966)
+++ head/emulators/wine-devel/pkg-plist	Tue Jan 22 18:28:09 2019	(r490967)
@@ -822,11 +822,14 @@ include/wine/windows/virtdisk.h
 include/wine/windows/vmr9.h
 include/wine/windows/vmr9.idl
 include/wine/windows/vmrender.idl
+%%STAGING%%include/wine/windows/vsbackup.h
+%%STAGING%%include/wine/windows/vsbackup.idl
 include/wine/windows/vss.h
 include/wine/windows/vss.idl
 include/wine/windows/vsstyle.h
 include/wine/windows/vssym32.h
 include/wine/windows/vswriter.h
+%%STAGING%%include/wine/windows/vswriter.idl
 include/wine/windows/wbemcli.h
 include/wine/windows/wbemcli.idl
 include/wine/windows/wbemdisp.h


More information about the svn-ports-head mailing list