svn commit: r457430 - in head/graphics/mesa-dri: . files

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 28 11:25:19 UTC 2017


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


More information about the svn-ports-all mailing list