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)
This commit is contained in:
Gerald Pfeifer 2024-12-14 09:50:55 +00:00
parent 255120c128
commit e3e3349d51

View file

@ -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>