Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2018 21:02:02 +0100
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: r487755 - head/graphics/drm-fbsd12.0-kmod
Message-ID:  <5zvq-vc1x-wny@FreeBSD.org>
In-Reply-To: <201812181550.wBIFooKv096321@repo.freebsd.org> (Niclas Zeising's message of "Tue, 18 Dec 2018 15:50:49 %2B0000 (UTC)")
References:  <201812181550.wBIFooKv096321@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Niclas Zeising <zeising@FreeBSD.org> writes:

> Author: zeising
> Date: Tue Dec 18 15:50:49 2018
> New Revision: 487755
> URL: https://svnweb.freebsd.org/changeset/ports/487755
>
> Log:
>   Fix version check.  THis is only supported on 12 and later.
[...]
> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058
> -IGNORE=		not supported on older CURRENT, no kernel support
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200058
> +IGNORE=		only supported on FreeBSD 12.0 and later

12.0-RELEASE has OSVERSION == 1200086. Do you really plan to support
earlier versions, including -CURRENT snapshots from 2018-02-12 or later?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5zvq-vc1x-wny>