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

Niclas Zeising zeising at FreeBSD.org
Mon May 20 20:38:59 UTC 2019


Author: zeising
Date: Mon May 20 20:38:58 2019
New Revision: 502168
URL: https://svnweb.freebsd.org/changeset/ports/502168

Log:
  graphics/drm-current-kmod: Adjust FreeBSD compat
  
  Update the FreeBSD OSVERSION compat of drm-current-kmod after the latest
  update in r502043.
  
  Suggested by:	jbeich
  Discussed with:	johalun
  Aproved by:	jmd (maintainer, implicit)
  MFH:		2019Q2 (implicit, drm-drivers blanket)
  Sponsored by:	B3 Init

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

Modified: head/graphics/drm-current-kmod/Makefile
==============================================================================
--- head/graphics/drm-current-kmod/Makefile	Mon May 20 20:33:52 2019	(r502167)
+++ head/graphics/drm-current-kmod/Makefile	Mon May 20 20:38:58 2019	(r502168)
@@ -32,7 +32,7 @@ GH_TAGNAME=	b890994
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300029
 IGNORE=		not supported on older CURRENT, no kernel support
 .endif
 .if ${OPSYS} != FreeBSD


More information about the svn-ports-all mailing list