Date: Mon, 8 Feb 2016 07:10:33 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Kurt Jaeger <pi@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408308 - in head/textproc: . miller miller/files Message-ID: <20160208071033.GA6218@FreeBSD.org> In-Reply-To: <201602061809.u16I9pWJ028294@repo.freebsd.org> References: <201602061809.u16I9pWJ028294@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 06, 2016 at 06:09:51PM +0000, Kurt Jaeger wrote: > New Revision: 408308 > URL: https://svnweb.freebsd.org/changeset/ports/408308 > > Log: > New port: textproc/miller > > [...] > +.include <bsd.port.pre.mk> > + > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex > +.endif I presume this is needed when the base flex(1) v2.5.4 is not sufficient? Then the check against 1000000 is wrong, it should be < 1000033. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160208071033.GA6218>