svn commit: r487755 - head/graphics/drm-fbsd12.0-kmod

Jan Beich jbeich at FreeBSD.org
Tue Dec 18 20:02:08 UTC 2018


Niclas Zeising <zeising at 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?


More information about the svn-ports-all mailing list