svn commit: r402176 - head/sysutils/fusefs-lkl

Alexey Dokuchaev danfe at FreeBSD.org
Sun Nov 22 08:38:11 UTC 2015


On Sat, Nov 21, 2015 at 06:17:24PM +0000, Conrad E. Meyer wrote:
> New Revision: 402176
> URL: https://svnweb.freebsd.org/changeset/ports/402176
> 
> Log:
>   sysutils/fusefs-lkl: Disable on older platforms

If it requires a particular feature, it should be mentioned in the IGNORE
message (often it would allow to use more accurate OSVERSION).

> -.include <bsd.port.mk>
> +.include <bsd.port.pre.mk>
> +
> +.if ${OSVERSION} < 1100000
> +IGNORE=		requires FreeBSD CURRENT

We traditionally spell it as "FreeBSD-CURRENT" in FreeBSD. ;-)

./danfe


More information about the svn-ports-all mailing list