svn commit: r562495 - branches/2021Q1/graphics/drm-kmod

Rene Ladan rene at FreeBSD.org
Sun Jan 24 17:44:34 UTC 2021


Author: rene
Date: Sun Jan 24 17:44:34 2021
New Revision: 562495
URL: https://svnweb.freebsd.org/changeset/ports/562495

Log:
  MFH: r562494
  
  graphics/drm-kmod: Chase supported kernel version range of drm-fbsd13-kmod
  
  Reported by:	manu

Modified:
  branches/2021Q1/graphics/drm-kmod/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/drm-kmod/Makefile
==============================================================================
--- branches/2021Q1/graphics/drm-kmod/Makefile	Sun Jan 24 17:43:53 2021	(r562494)
+++ branches/2021Q1/graphics/drm-kmod/Makefile	Sun Jan 24 17:44:34 2021	(r562495)
@@ -21,9 +21,9 @@ IGNORE=		not supported on anything but FreeBSD (missin
 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


More information about the svn-ports-all mailing list