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

Gerald Pfeifer gerald at FreeBSD.org
Sat Nov 18 20:29:04 UTC 2017


Author: gerald
Date: Sat Nov 18 20:29:02 2017
New Revision: 454456
URL: https://svnweb.freebsd.org/changeset/ports/454456

Log:
  Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
  both of which were pulled in implicitly so far.
  
  Somehow this escaped my testing in a sandbox so far.
  
  Reported by:	Mk/Scripts/qa.sh via dbn@

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Nov 18 19:38:30 2017	(r454455)
+++ head/emulators/wine-devel/Makefile	Sat Nov 18 20:29:02 2017	(r454456)
@@ -102,7 +102,7 @@ WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
 X11_USES=		jpeg
-X11_USE=		GL=glu XORG=xcomposite,xcursor,xi,xinerama,xrandr,xrender
+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 \
 			liblcms2.so:graphics/lcms2 \


More information about the svn-ports-all mailing list