From owner-svn-ports-all@freebsd.org Thu Dec 28 11:25:19 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 A11C8E892D4; Thu, 28 Dec 2017 11:25:19 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8115276B05; Thu, 28 Dec 2017 11:25:19 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 93741688A; Thu, 28 Dec 2017 11:25:18 +0000 (UTC) Date: Thu, 28 Dec 2017 11:25:18 +0000 From: Alexey Dokuchaev To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457430 - in head/graphics/mesa-dri: . files Message-ID: <20171228112518.GA61460@FreeBSD.org> References: <201712272253.vBRMrlcV055296@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712272253.vBRMrlcV055296@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) 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: Thu, 28 Dec 2017 11:25:19 -0000 On Wed, Dec 27, 2017 at 10:53:47PM +0000, Jan Beich wrote: > New Revision: 457430 > URL: https://svnweb.freebsd.org/changeset/ports/457430 > > Log: > graphics/mesa-dri: enable Vulkan drivers Hi, I don't see a way to disable these drivers (see below)... > Modified: head/graphics/mesa-dri/Makefile > ... > @@ -57,8 +63,18 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_gallium_drivers_ > . endif > .endif > > +.if ${VULKAN_DRIVERS:MINTEL} > +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} This is the problem. I don't want extra little Python bits on my system, esp. when none of my hardware would ever support Vulkan (it's too old). > ... > +.endif > + > CONFIGURE_ARGS+= --with-dri-drivers="${DRI_DRIVERS:tl}" \ > - --with-gallium-drivers="${GALLIUM_DRIVERS:tl}" > + --with-gallium-drivers="${GALLIUM_DRIVERS:tl}" \ > + --with-vulkan-drivers="${VULKAN_DRIVERS:tl}" I current have to partially revert this commit (CONFIGURE_ARGS and pkg-plist), so option would be very much appreciated. ./danfe