Re: git: bb4092f4014b - main - graphics/mesa-demos: Update to 8.5.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 30 Apr 2024 07:26:21 UTC
Emmanuel Vadot <manu@FreeBSD.org> writes:

> -USES=		gmake gl localbase pkgconfig tar:bzip2 xorg
> -GNU_CONFIGURE=	yes
> -USE_GL=		egl gl glesv2 glew glu glut
> +USES=		gl localbase meson pkgconfig tar:bzip2 xorg
> +USE_GL=		egl gl glesv2 glu glut
>  USE_XORG=	xorgproto x11 xdamage xext xfixes xi xxf86vm
>  
> -CONFIGURE_ARGS+=--disable-gles1 --disable-osmesa --disable-vg --disable-wayland \
> -		--with-system-data-files
> +MESON_ARGS+=	-Dwith-glut=${LOCALBASE} \

As I've said in the review USES=localbase is no longer used.