Date: Thu, 28 Feb 2013 08:54:51 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313082 - head/audio/milkytracker Message-ID: <201302280854.r1S8spAK020926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302280854.r1S8spAK020926>