aboutsummaryrefslogtreecommitdiff
path: root/audio/mpmf20
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-15 14:58:04 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-15 14:58:04 +0000
commit8fc926117563b538a9b6e0003ff0560fe46da3d4 (patch)
treee766c57f515dbf50c5f81322f72fba4b46c45ea0 /audio/mpmf20
parentab974f1b757fd5f9aa5f9f02af90abbd4b2288e7 (diff)
downloadports-8fc926117563b538a9b6e0003ff0560fe46da3d4.tar.gz
ports-8fc926117563b538a9b6e0003ff0560fe46da3d4.zip
Note OSVERSION-interval during which this port was broken because of ffs().
Requested by: linimon
Notes
Notes: svn path=/head/; revision=109211
Diffstat (limited to 'audio/mpmf20')
-rw-r--r--audio/mpmf20/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile
index 07cf78d8df1e..5fc9909cea2a 100644
--- a/audio/mpmf20/Makefile
+++ b/audio/mpmf20/Makefile
@@ -18,7 +18,13 @@ COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player
MAKEFILE= makefile
PLIST_FILES= bin/mpmf20
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000 && ${OSVERSION} < 502108
+BROKEN= "ffs() clash, see i386/41930"
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>