Date: Mon, 20 May 2019 13:20:50 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Niclas Zeising <zeising@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r502043 - head/graphics/drm-current-kmod Message-ID: <1s0t-gynh-wny@FreeBSD.org> In-Reply-To: <201905192002.x4JK2xP4076020@repo.freebsd.org> (Niclas Zeising's message of "Sun, 19 May 2019 20:02:59 %2B0000 (UTC)") References: <201905192002.x4JK2xP4076020@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Niclas Zeising <zeising@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1s0t-gynh-wny>