Date: Sun, 22 Nov 2015 08:38:11 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: "Conrad E. Meyer" <cem@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r402176 - head/sysutils/fusefs-lkl Message-ID: <20151122083811.GA89665@FreeBSD.org> In-Reply-To: <201511211817.tALIHOMU022844@repo.freebsd.org> References: <201511211817.tALIHOMU022844@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151122083811.GA89665>