This port builds and works on FreeBSD 5.0-CURRENT despite it being marked as not. Fix: Either remove: .if ${OSVERSION} >= 500035 BROKEN= "Does not compile on 5.0" .endif from Makefile, or update it to: .if ${OSVERSION} >= 500035 && ${OSVERSION} < 500042 BROKEN= "Does not compile on 5.0" .endif How-To-Repeat: cd /usr/ports/devel/astyle make -DNO_IGNORE install
State Changed From-To: open->closed BROKEN tag removed