git: e3e3349d5194 - main - x11-drivers/xf86-video-vmware: Drop dependency on obsolete GCC

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 08 Feb 2025 05:17:13 UTC
The branch main has been updated by gerald:

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

commit e3e3349d519490c716401f47d269302754fef151
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-12-14 09:50:55 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2025-02-08 05:16:08 +0000

    x11-drivers/xf86-video-vmware: Drop dependency on obsolete GCC
    
    This port has not seen a code update for more than six years and
    is stuck with an end-of-life version of GCC 11 on i386 which
    should leave our tree soon.
    
    Drop this dependency and make the port amd64-only.
    
    PR:             283336
    Approved by:    maintainer timeout (freebsd-x11, 8 weeks)
---
 x11-drivers/xf86-video-vmware/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile
index f9777b2a758a..281ce12c8171 100644
--- a/x11-drivers/xf86-video-vmware/Makefile
+++ b/x11-drivers/xf86-video-vmware/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xf86-video-vmware
 PORTVERSION=	13.3.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,7 +10,7 @@ WWW=		https://www.x.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	vmware gfx protocol is only supported on x86-compatible architectures
 
 USES=		xorg-cat:driver
@@ -21,10 +21,4 @@ LIB_DEPENDS+=	libdrm.so:graphics/libdrm \
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--without-libudev
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == i386
-USE_GCC=	11
-.endif
-
 .include <bsd.port.mk>