Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 18:19:17 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5fcc5415fadb - main - drm-510-kmod: Clarify FreeBSD 15 unsupported message
Message-ID:  <202506171819.55HIJHuE027136@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fcc5415fadbcdd13d53e220220bfcd574e33f78

commit 5fcc5415fadbcdd13d53e220220bfcd574e33f78
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-01-24 18:21:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-06-17 18:18:17 +0000

    drm-510-kmod: Clarify FreeBSD 15 unsupported message
    
    Reviewed by:    hrs, linimon
    Event:          Kitcheber-Waterloo Hackathon 202506
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D48667
---
 graphics/drm-510-kmod/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile
index 97f72b15becd..7f4b7da23712 100644
--- a/graphics/drm-510-kmod/Makefile
+++ b/graphics/drm-510-kmod/Makefile
@@ -34,7 +34,7 @@ SUB_LIST=	OPSYS=${OPSYS} OSREL=${OSREL}
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501
 IGNORE=		not supported on FreeBSD 14.2 and higher
 .endif
-IGNORE_FreeBSD_15=	not supported anymore
+IGNORE_FreeBSD_15=	not supported on FreeBSD 15 and higher
 
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)


home | help

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