svn commit: r562494 - head/graphics/drm-kmod

Rene Ladan rene at FreeBSD.org
Sun Jan 24 17:43:53 UTC 2021


Author: rene
Date: Sun Jan 24 17:43:53 2021
New Revision: 562494
URL: https://svnweb.freebsd.org/changeset/ports/562494

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

Modified:
  head/graphics/drm-kmod/Makefile

Modified: head/graphics/drm-kmod/Makefile
==============================================================================
--- head/graphics/drm-kmod/Makefile	Sun Jan 24 17:25:34 2021	(r562493)
+++ head/graphics/drm-kmod/Makefile	Sun Jan 24 17:43:53 2021	(r562494)
@@ -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