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

Jan Beich jbeich at FreeBSD.org
Mon May 20 11:20:53 UTC 2019


Niclas Zeising <zeising at FreeBSD.org> writes:

>   note: If you are on an older version of current, prior to r347973, you might
>   need to update current first, before updating this driver.

Why not bump OSVERSION check? Or do you plan to support several months
old -CURRENT as well?

Index: graphics/drm-current-kmod/Makefile
===================================================================
--- graphics/drm-current-kmod/Makefile	(revision 502100)
+++ graphics/drm-current-kmod/Makefile	(working copy)
@@ -29,7 +29,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