aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-02-23 10:32:12 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-02-23 10:32:12 +0000
commit36b495a1bcf9a496d29acef0639abc1a955fbaf9 (patch)
tree41baedc469bf6769841ce497dcbeec3692e0aa67 /x11-drivers
parentd6570cd6f3e6b5fa233dbf3de811ec22448961c1 (diff)
downloadports-36b495a1bcf9a496d29acef0639abc1a955fbaf9.tar.gz
ports-36b495a1bcf9a496d29acef0639abc1a955fbaf9.zip
xf86-video-s3virge: Mark broken and set epiry date
Mark xf86-video-s3virge as broken, it doesn't build with xserver 1.20.7, and there is no upstream patch available to fix it. Set it to epire on May 1, that should give any users ample time to fix it, and it will give people using quarterly branches a heads up as well.
Notes
Notes: svn path=/head/; revision=526914
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-s3virge/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile
index edcb17f22b30..b607db23c6c5 100644
--- a/x11-drivers/xf86-video-s3virge/Makefile
+++ b/x11-drivers/xf86-video-s3virge/Makefile
@@ -8,6 +8,10 @@ CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org s3virge display driver
+BROKEN= does not build with xorg-server 1.20.7
+DEPRECATED= broken
+EXPIRATION_DATE=2020-05-01
+
USES= xorg-cat:driver
.include <bsd.port.mk>