Date: Mon, 20 May 2019 20:38:59 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502168 - head/graphics/drm-current-kmod Message-ID: <201905202038.x4KKcxV5055921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905202038.x4KKcxV5055921>