Skip to content

Commit

Permalink
x11-drivers/xf86-video-vmware: Drop dependency on obsolete GCC
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Feb 8, 2025
1 parent 255120c commit e3e3349
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions x11-drivers/xf86-video-vmware/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= xf86-video-vmware
PORTVERSION= 13.3.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= x11-drivers

MAINTAINER= [email protected]
Expand All @@ -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
Expand All @@ -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>

0 comments on commit e3e3349

Please sign in to comment.