Date: Sun, 19 Jun 2016 13:34:52 +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: r417122 - head/emulators/wine-devel Message-ID: <201606191334.u5JDYqjp099568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Jun 19 13:34:51 2016 New Revision: 417122 URL: https://svnweb.freebsd.org/changeset/ports/417122 Log: 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@gmail.com> Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Jun 19 13:00:35 2016 (r417121) +++ head/emulators/wine-devel/Makefile Sun Jun 19 13:34:51 2016 (r417122) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.9.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,8 +36,7 @@ CONFIGURE_ARGS+=--verbose --disable-test --without-osmesa \ --with-oss \ --without-sane \ - --without-tiff \ - --without-xinerama + --without-tiff CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) @@ -98,9 +98,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606191334.u5JDYqjp099568>