svn commit: r359059 - head/net/openospfd

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 24 09:56:06 UTC 2014


On Tue, Jun 24, 2014 at 08:09:07AM +0000, Baptiste Daroussin wrote:
> New Revision: 359059
> URL: http://svnweb.freebsd.org/changeset/ports/359059
> QAT: https://qat.redports.org/buildarchive/r359059/
> 
> Log:
>   Mark as broken: does not build on 10 and head
>   [...]
>  
> +.include <bsd.port.options.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
> +BROKEN=		Does not build on FreeBSD 10+

I think it would be nice to provide more specific reason; otherwise it
is hard to tell if it's compiler related or not.  Also OSVERSION check
is not quite accurate.  Fixed in r359066 (and staged).

./danfe


More information about the svn-ports-head mailing list