mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
255120c128
commit
e3e3349d51
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xf86-video-vmware
|
PORTNAME= xf86-video-vmware
|
||||||
PORTVERSION= 13.3.0
|
PORTVERSION= 13.3.0
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= x11-drivers
|
CATEGORIES= x11-drivers
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
|
@ -10,7 +10,7 @@ WWW= https://www.x.org/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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
|
ONLY_FOR_ARCHS_REASON= vmware gfx protocol is only supported on x86-compatible architectures
|
||||||
|
|
||||||
USES= xorg-cat:driver
|
USES= xorg-cat:driver
|
||||||
|
@ -21,10 +21,4 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm \
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --without-libudev
|
CONFIGURE_ARGS= --without-libudev
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == i386
|
|
||||||
USE_GCC= 11
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue