Date: Sat, 18 Nov 2017 20:29:03 +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: r454456 - head/emulators/wine-devel Message-ID: <201711182029.vAIKT327013090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711182029.vAIKT327013090>