graphics/drm-kmod: Switch amd64-CURRENT to drm-66-kmod

Bump the default drm-kmod version to 6.6 for FreeBSD 15-CURRENT amd64 users.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2025-04-28 08:44:51 +02:00
parent d98ac89dd1
commit 324e88dfe4

View File

@ -1,6 +1,5 @@
PORTNAME= drm-kmod
PORTVERSION= 20220907
PORTREVISION= 3
PORTVERSION= 20250428
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@ -25,6 +24,9 @@ _DRM_ARCHS= aarch64 i386
. elif ${OSVERSION} >= 1400508
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod
_DRM_ARCHS= amd64 powerpc64 powerpc64le
. elif ${OSVERSION} >= 1500031 && ${ARCH} == amd64
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod
_DRM_ARCHS= amd64
. else
_DRM_ARCHS=
. endif