From e616e74dc8148f43f47154f735456ce84bd46072 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 4 Aug 2022 09:28:37 +0200 Subject: xorg drivers: mark as deprecated drivers that are no longer supported Mark as broken and deprecated xorg drivers no longer supported by recent xorg --- x11-drivers/xf86-video-glint/Makefile | 4 ++++ x11-drivers/xf86-video-s3/Makefile | 4 ++++ x11-drivers/xf86-video-trident/Makefile | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'x11-drivers') 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 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 -- cgit v1.2.3