svn commit: r313082 - head/audio/milkytracker

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 28 08:54:51 UTC 2013


Author: ehaupt
Date: Thu Feb 28 08:54:51 2013
New Revision: 313082
URL: http://svnweb.freebsd.org/changeset/ports/313082

Log:
  Mark BROKEN, does not build. Leave specific broken message for "powerpc" in
  place while a solution is being sought.
  
  Notified by:	miwi

Modified:
  head/audio/milkytracker/Makefile

Modified: head/audio/milkytracker/Makefile
==============================================================================
--- head/audio/milkytracker/Makefile	Thu Feb 28 06:59:13 2013	(r313081)
+++ head/audio/milkytracker/Makefile	Thu Feb 28 08:54:51 2013	(r313082)
@@ -50,6 +50,8 @@ post-install:
 
 .if ${ARCH} == "powerpc"
 BROKEN=		Does not compile on powerpc: fails in assembler
+.else
+BROKEN=		does not build
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list