git: 83dafbec2c76 - main - graphics/drm-kmod: Default to 6.1 on 14-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Mar 2024 16:19:20 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=83dafbec2c7603a64e01f3548303fb242b878be5 commit 83dafbec2c7603a64e01f3548303fb242b878be5 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-03-12 16:18:06 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-03-12 16:19:13 +0000 graphics/drm-kmod: Default to 6.1 on 14-STABLE Now that 14-STABLE supports it, make it default so more user can test and report problems if any before 14.1 is branched. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/drm-kmod/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index c3ff6e610077..c475751a50d4 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-kmod PORTVERSION= 20220907 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -22,10 +22,10 @@ _DRM_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le . elif ${OSVERSION} >= 1400097 && (${ARCH} == i386 || ${ARCH} == aarch64) RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod _DRM_ARCHS= aarch64 i386 -. elif ${OSVERSION} >= 1400097 && ${OSVERSION} < 1500008 +. elif ${OSVERSION} >= 1400097 && ${OSVERSION} < 1400508 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-515-kmod _DRM_ARCHS= amd64 powerpc64 powerpc64le -. elif ${OSVERSION} >= 1500008 +. elif ${OSVERSION} >= 1400508 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod _DRM_ARCHS= amd64 powerpc64 powerpc64le . else