Date: Tue, 16 Apr 2024 08:28:23 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b6dbbc35035d - 2024Q2 - graphics/intel-backlight: Deprecate the port Message-ID: <202404160828.43G8SN3I033175@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6dbbc35035dce1d4c0b2be229f103b57f31f54b commit b6dbbc35035dce1d4c0b2be229f103b57f31f54b Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-16 08:26:18 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-16 08:27:44 +0000 graphics/intel-backlight: Deprecate the port Now that FreeBSD 12.X is EoLed every FreeBSD version have the backlight subsystem. backlight(8) works with any Intel or AMD hardware as long as drm-kmod is loaded. Differential Review: https://reviews.freebsd.org/D44194 Approved by: maintainer timeout (1 month) Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 30600771da22d5e594af140d748c7f70f4ebbaa8) --- graphics/intel-backlight/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/intel-backlight/Makefile b/graphics/intel-backlight/Makefile index 4179e06f5fd4..eb8645d4ffc6 100644 --- a/graphics/intel-backlight/Makefile +++ b/graphics/intel-backlight/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-backlight DISTVERSION= 20200418 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -10,6 +10,9 @@ WWW= https://github.com/FreeBSDDesktop/intel_backlight_fbsd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Use backlight(8) +EXPIRATION_DATE= 20240701 + ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= this hardware is only found on Intel x86 systems
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404160828.43G8SN3I033175>