Skip to content

Commit

Permalink
graphics/drm-kmod: Default to 6.1 on 14-STABLE
Browse files Browse the repository at this point in the history
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
  • Loading branch information
evadot committed Mar 12, 2024
1 parent 0103ff8 commit 83dafbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/drm-kmod/Makefile
@@ -1,6 +1,6 @@
PORTNAME= drm-kmod
PORTVERSION= 20220907
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics

MAINTAINER= x11@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit 83dafbe

Please sign in to comment.