aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-08-04 07:28:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-08-04 07:29:48 +0000
commite616e74dc8148f43f47154f735456ce84bd46072 (patch)
treea87c777634b5bed0fe1a05856224f25dfe237e69 /x11-drivers
parent4836afa75026ff9539147e0911055aef50efdb08 (diff)
downloadports-e616e74dc8148f43f47154f735456ce84bd46072.tar.gz
ports-e616e74dc8148f43f47154f735456ce84bd46072.zip
xorg drivers: mark as deprecated drivers that are no longer supported
Mark as broken and deprecated xorg drivers no longer supported by recent xorg
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-glint/Makefile4
-rw-r--r--x11-drivers/xf86-video-s3/Makefile4
-rw-r--r--x11-drivers/xf86-video-trident/Makefile4
3 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-glint/Makefile b/x11-drivers/xf86-video-glint/Makefile
index c61da4ff9cf8..bfc1545c894f 100644
--- a/x11-drivers/xf86-video-glint/Makefile
+++ b/x11-drivers/xf86-video-glint/Makefile
@@ -9,4 +9,8 @@ COMMENT= X.Org glint display driver
USES= gl xorg-cat:driver
USE_GL= gl
+BROKEN= Does not work with recent xorg
+DEPRECATED= Broken with recent xorg, no fixes upstream
+EXPIRATION_DATE= 2022-09-04
+
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile
index 237434ac8107..1ae31f34d3ec 100644
--- a/x11-drivers/xf86-video-s3/Makefile
+++ b/x11-drivers/xf86-video-s3/Makefile
@@ -6,6 +6,10 @@ CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org s3 display driver
+BROKEN= Does not work with recent xorg
+DEPRECATED= Broken with recent xorg, no fixes upstream
+EXPIRATION_DATE= 2022-09-04
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/x11-drivers/xf86-video-trident/Makefile b/x11-drivers/xf86-video-trident/Makefile
index bc84916ae86d..b93afb8b6568 100644
--- a/x11-drivers/xf86-video-trident/Makefile
+++ b/x11-drivers/xf86-video-trident/Makefile
@@ -8,4 +8,8 @@ COMMENT= X.Org trident display driver
USES= xorg-cat:driver
+BROKEN= Does not work with recent xorg
+DEPRECATED= Broken with recent xorg, no fixes upstream
+EXPIRATION_DATE= 2022-09-04
+
.include <bsd.port.mk>