Date: Sun, 23 Nov 2014 19:32:47 +0100 From: Kurt Jaeger <lists@opsec.eu> To: ports@freebsd.org Subject: Re: poudriere testport and testing BROKEN Message-ID: <20141123183247.GG44537@home.opsec.eu> In-Reply-To: <20141123182942.GF44537@home.opsec.eu> References: <20141123181100.GE44537@home.opsec.eu> <20141123182942.GF44537@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
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@opsec.eu +49 171 3101372 6 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141123183247.GG44537>