summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-19 00:07:34 +0000
committeredwin <edwin@FreeBSD.org>2002-11-19 00:07:34 +0000
commit74ba2898adf534495d177ffdd3a53ee4c928bd49 (patch)
tree2cbd4b333da46d508762891bbc0bfb39d8ad8062
parenta3603ea2fb7b2dd4913d198be422cb1c98421196 (diff)
downloadFreeBSD-ports-74ba2898adf534495d177ffdd3a53ee4c928bd49.zip
FreeBSD-ports-74ba2898adf534495d177ffdd3a53ee4c928bd49.tar.gz
Mark port as broken under -current until i386/41930 has been solved.
Noticed on: bento
-rw-r--r--audio/mpmf20/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile
index c14ad40..bd93b66 100644
--- a/audio/mpmf20/Makefile
+++ b/audio/mpmf20/Makefile
@@ -17,7 +17,13 @@ MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "ffs() clash, see i386/41930"
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud