Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 16:43:30 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b1dc0be795b - main - graphics/drm-510-kmod: Remove support for FreeBSD 15
Message-ID:  <202401051643.405GhUe2074785@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b1dc0be795b05f92282a6a210bf4a64b16e9269

commit 2b1dc0be795b05f92282a6a210bf4a64b16e9269
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-01-05 16:41:14 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-01-05 16:43:25 +0000

    graphics/drm-510-kmod: Remove support for FreeBSD 15
    
    FreeBSD 15 now have either 5.15 or 6.1, this is enough work for the
    graphics team so remove support for 5.10 on it.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-510-kmod/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile
index 9ebc61dab106..ae4e808f16a2 100644
--- a/graphics/drm-510-kmod/Makefile
+++ b/graphics/drm-510-kmod/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	drm-510-kmod
 PORTVERSION=	${DRM_KMOD_DISTVERSION}
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics kld
 
 .include "Makefile.version"
@@ -27,6 +27,8 @@ GH_TAGNAME=	${DRM_KMOD_GH_TAGNAME}
 
 .include <bsd.port.options.mk>
 
+IGNORE_FreeBSD_15=	not supported anymore
+
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401051643.405GhUe2074785>