Date: Thu, 4 Aug 2022 07:30:07 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e616e74dc814 - main - xorg drivers: mark as deprecated drivers that are no longer supported Message-ID: <202208040730.2747U7Yc029646@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e616e74dc8148f43f47154f735456ce84bd46072 commit e616e74dc8148f43f47154f735456ce84bd46072 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-04 07:28:37 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-04 07:29:48 +0000 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(+) 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208040730.2747U7Yc029646>