git: 6a65d04263d6 - main - graphics/drm-510-kmod: Ignore on stable/14

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 07:45:56 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a65d04263d66a6b9d95475e4ae0b2c59d5d9663

commit 6a65d04263d66a6b9d95475e4ae0b2c59d5d9663
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-06-06 07:36:30 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-06 07:45:32 +0000

    graphics/drm-510-kmod: Ignore on stable/14
    
    Recent mfc of linuxkpi code break the build for it.
    Since stable/14 already support both 515 and 61 just drop support
    for 510 there so we can move forward.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-510-kmod/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile
index ae4e808f16a2..1c6ceb8e09e9 100644
--- a/graphics/drm-510-kmod/Makefile
+++ b/graphics/drm-510-kmod/Makefile
@@ -27,6 +27,9 @@ GH_TAGNAME=	${DRM_KMOD_GH_TAGNAME}
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501
+IGNORE=		not supported on newer than 14.1
+.endif
 IGNORE_FreeBSD_15=	not supported anymore
 
 .if ${OPSYS} != FreeBSD