git: b02f141ef906 - main - graphics/mesa-gallium-{va,vdpau}: Drop i386 support

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Thu, 30 Jan 2025 08:04:57 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b02f141ef906d5819a625a17ae1208a530e7706d

commit b02f141ef906d5819a625a17ae1208a530e7706d
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2025-01-30 08:03:47 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-01-30 08:04:56 +0000

    graphics/mesa-gallium-{va,vdpau}: Drop i386 support
    
    We've never supported amdgpu for i386 in drm-*-kmod so no need for video
    decoding support.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/mesa-gallium-va/Makefile    | 2 +-
 graphics/mesa-gallium-vdpau/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 2c00d8195f86..efdfeebcd73e 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -8,7 +8,7 @@ WWW=		https://www.mesa3d.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/docs/license.rst
 
-ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	used only by AMD/Radeon hardware
 
 BUILD_DEPENDS=	libva>=0:multimedia/libva
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index eb4b6fd484c8..23dce3055494 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -8,7 +8,7 @@ WWW=		https://www.mesa3d.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/docs/license.rst
 
-ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	used only by AMD/Radeon hardware
 
 BUILD_DEPENDS=	libvdpau>=0:multimedia/libvdpau