svn commit: r408308 - in head/textproc: . miller miller/files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 8 07:10:33 UTC 2016


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


More information about the svn-ports-all mailing list