Mark as broken for i386 4.x Fix: -*- avida patch begins here -*- --------------010403080405010600080103----O636SFP7Ks8sicNUnd5PKOKEOSZIMypG9k8DHkSOWeJNNnxS Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Fri Jul 7 20:36:36 2006 +++ Makefile Thu Aug 10 15:41:29 2006 @@ -26,6 +26,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} +.if ${OSVERSION} < 500000 +BROKEN= "does not compile on 4.x." +.endif + do-build: @(cd ${BUILD_WRKSRC}; \ ${MKDIR} build build/work; \ -*- avida patch ends here -*-
State Changed From-To: open->closed Please check the port next time before submitting the PR, you missed the bsd.port.pre.mk inclusion. Committed, thanks!