Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 17:44:34 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r562495 - branches/2021Q1/graphics/drm-kmod
Message-ID:  <202101241744.10OHiYZt063839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101241744.10OHiYZt063839>