IGNORE should be used instead of BROKEN to indicate that a port will never be available on a particular OS release version (in this case, older -CURRENTs). How-To-Repeat: n/a
Grr. Got a little bit ahead of myself. This is a better error message. --- ppl/Makefile.dist Wed May 7 21:18:10 2003 +++ ppl/Makefile Wed Jun 18 15:15:07 2003 @@ -35,7 +35,7 @@ # ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version .if ${OSVERSION} < 500035 -BROKEN= "Does not build" +IGNORE= "Does not build with older versions of FreeBSD" .endif .include <bsd.port.post.mk>
State Changed From-To: open->closed Committed, thanks.