poudriere testport and testing BROKEN

Kurt Jaeger lists at opsec.eu
Sun Nov 23 18:32:46 UTC 2014


Hi!

> If I put 
> 
> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 100000
> BROKEN= Does not compile with FreeBSD 9.x or older
> .endif

Ah, self-defeat: It needs one more zero:

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000

-- 
pi at opsec.eu            +49 171 3101372                         6 years to go !


More information about the freebsd-ports mailing list