From owner-svn-ports-all@freebsd.org Sat Nov 18 20:29:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 271F9DDB2CB; Sat, 18 Nov 2017 20:29:04 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9ECC7BB1E; Sat, 18 Nov 2017 20:29:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAIKT3RH013091; Sat, 18 Nov 2017 20:29:03 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAIKT327013090; Sat, 18 Nov 2017 20:29:03 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201711182029.vAIKT327013090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 18 Nov 2017 20:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454456 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 454456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 20:29:04 -0000 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 \