From owner-svn-ports-all@freebsd.org Mon May 20 11:20:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BA8515A9F18; Mon, 20 May 2019 11:20:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C8C70E4B; Mon, 20 May 2019 11:20:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id C95353DF3; Mon, 20 May 2019 11:20:52 +0000 (UTC) From: Jan Beich To: Niclas Zeising 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 References: <201905192002.x4JK2xP4076020@repo.freebsd.org> Date: Mon, 20 May 2019 13:20:50 +0200 In-Reply-To: <201905192002.x4JK2xP4076020@repo.freebsd.org> (Niclas Zeising's message of "Sun, 19 May 2019 20:02:59 +0000 (UTC)") Message-ID: <1s0t-gynh-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 01C8C70E4B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.90 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.90)[-0.904,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2019 11:20:53 -0000 Niclas Zeising 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 -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300029 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD