aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-510-kmod
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-01-05 16:41:14 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-01-05 16:43:25 +0000
commit2b1dc0be795b05f92282a6a210bf4a64b16e9269 (patch)
tree5f5837d733d118a7837788d22dc603da8c04e094 /graphics/drm-510-kmod
parent66dec8f11b7804bb6dfd7af79a170f0832f2936e (diff)
downloadports-2b1dc0be795b05f92282a6a210bf4a64b16e9269.tar.gz
ports-2b1dc0be795b05f92282a6a210bf4a64b16e9269.zip
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
Diffstat (limited to 'graphics/drm-510-kmod')
-rw-r--r--graphics/drm-510-kmod/Makefile4
1 files changed, 3 insertions, 1 deletions
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