svn commit: r563159 - head/graphics/drm-current-kmod

Emmanuel Vadot manu at FreeBSD.org
Thu Jan 28 22:20:02 UTC 2021


Author: manu
Date: Thu Jan 28 22:20:02 2021
New Revision: 563159
URL: https://svnweb.freebsd.org/changeset/ports/563159

Log:
  drm-current-kmod: Re-add OSVERSION check
  
  Pointy hat to: manu

Modified:
  head/graphics/drm-current-kmod/Makefile

Modified: head/graphics/drm-current-kmod/Makefile
==============================================================================
--- head/graphics/drm-current-kmod/Makefile	Thu Jan 28 22:18:06 2021	(r563158)
+++ head/graphics/drm-current-kmod/Makefile	Thu Jan 28 22:20:02 2021	(r563159)
@@ -35,9 +35,9 @@ GH_TAGNAME=	drm_v5.4.92_1
 
 .include <bsd.port.options.mk>
 
-#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
-#IGNORE=		not supported on older CURRENT, no kernel support
-#.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
+IGNORE=		not supported on older CURRENT, no kernel support
+.endif
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)
 .endif


More information about the svn-ports-all mailing list