summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-02-23 09:54:57 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-02-23 09:54:57 +0000
commitda2eebe279b95759539c9f27e81285ba66e7c720 (patch)
treef48be91f260f267a27b780f4b6f017f7c25aedcf
parent644f0da72fc775308a20d714b6884977c069dc46 (diff)
downloadfreebsd-ports-da2eebe279b95759539c9f27e81285ba66e7c720.zip
xf86-video-tseng: Mark broken and set epiry date
Mark xf86-video-tseng 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. Keep the BROKEN_arch lines as a reminder that it was broken on those arches even before this.
-rw-r--r--x11-drivers/xf86-video-tseng/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile
index 9eabc46eeb4e..222e97f540d9 100644
--- a/x11-drivers/xf86-video-tseng/Makefile
+++ b/x11-drivers/xf86-video-tseng/Makefile
@@ -8,10 +8,13 @@ CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org tseng display driver
-USES= xorg-cat:driver
-
+BROKEN= does not build with xorg-server 1.20.7
+DEPRECATED= broken
+EXPIRATION_DATE= 2020-05-01
BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99
BROKEN_armv6= error: implicit declaration of function outb is invalid in C99
BROKEN_armv7= error: implicit declaration of function outb is invalid in C99
+USES= xorg-cat:driver
+
.include <bsd.port.mk>