Index: branches/2021Q1/graphics/drm-kmod/Makefile =================================================================== --- branches/2021Q1/graphics/drm-kmod/Makefile (revision 562494) +++ branches/2021Q1/graphics/drm-kmod/Makefile (revision 562495) @@ -1,36 +1,36 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-kmod PORTVERSION= g20190710 PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Metaport of DRM modules for the linuxkpi-based KMS components USES= metaport .include .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .else .if ${ARCH} == "amd64" .if ${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod .elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod -.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300108 +.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300136 IGNORE= not supported on older 13, no kernel support -.elif ${OSVERSION} >= 1300108 && ${OSVERSION} < 1400000 +.elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod .elif ${OSVERSION} >= 1400000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod .else IGNORE= not supported for this configuration .endif .endif .endif .include Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 562494) +++ branches/2021Q1 (revision 562495) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r562494