svn commit: r420654 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Tue Aug 23 10:11:18 UTC 2016


Author: gerald
Date: Tue Aug 23 10:11:17 2016
New Revision: 420654
URL: https://svnweb.freebsd.org/changeset/ports/420654

Log:
  Backport from emulators/wine-devel:
  
  Require/build with Xinerama support (which has been explicitly disabled
  before to ensure reproducible builds).  Without this, some programs would
  incorrectly show full screen as a wide window covering 2 monitors.
  
  PR:		210039
  Submitted by:	Henry Hu <henry.hu.sh at gmail.com>

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Tue Aug 23 09:54:33 2016	(r420653)
+++ head/emulators/wine/Makefile	Tue Aug 23 10:11:17 2016	(r420654)
@@ -93,9 +93,9 @@ V4L_LIB_DEPENDS=	libv4l1.so:multimedia/l
 
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
-X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinput2 xrandr xrender
+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,xrandr,xrender
+X11_USE=		GL=glu XORG=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