git: 42d02c8e8581 - 2022Q3 - graphics/drm-kmod: Default to drm-510-kmod for >= 13.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 09:56:16 UTC
The branch 2022Q3 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=42d02c8e858151d50a0e9209ce2891ecd428c6cb commit 42d02c8e858151d50a0e9209ce2891ecd428c6cb Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-09-07 09:10:23 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-09-07 09:54:57 +0000 graphics/drm-kmod: Default to drm-510-kmod for >= 13.1 Now that 13.0 is EoL we can default everyone to drm-510-kmod Sponsored by: Beckhoff Automation GmbH & Co. KG MFH: 2022Q3 (cherry picked from commit e236c994bc87a3be67f030b5c7c6ff72df119ac5) --- graphics/drm-kmod/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 6a43a8e1527b..69d6f671f001 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich <jmd@FreeBSD.org> PORTNAME= drm-kmod -PORTVERSION= 20220501 +PORTVERSION= 20220907 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -19,11 +19,7 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .if ${ARCH} == "amd64" .if ${OSVERSION} < 1300000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod -.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300136 -IGNORE= not supported on older 13, no kernel support -.elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000 -RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod -.elif ${OSVERSION} >= 1400000 +.elif ${OSVERSION} >= 1301000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-510-kmod .else IGNORE= not supported for this configuration