aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tosha
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-12-25 20:26:17 +0800
committererwin <erwin@FreeBSD.org>2008-12-25 20:26:17 +0800
commit16437a64e16b9eab87783eb954c0713a680cf728 (patch)
tree6d6d1065a5449db7a3f9acc1ea7af7606c01ecf3 /audio/tosha
parentcde7e9eb4401ef7b96d98077c3da52b9e312acb0 (diff)
downloadfreebsd-ports-graphics-16437a64e16b9eab87783eb954c0713a680cf728.tar.gz
freebsd-ports-graphics-16437a64e16b9eab87783eb954c0713a680cf728.tar.zst
freebsd-ports-graphics-16437a64e16b9eab87783eb954c0713a680cf728.zip
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat
Diffstat (limited to 'audio/tosha')
-rw-r--r--audio/tosha/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 739294a53ad..00ef4223c89 100644
--- a/audio/tosha/Makefile
+++ b/audio/tosha/Makefile
@@ -18,4 +18,10 @@ COMMENT= Read CD digital audio and video data via the SCSI bus
MAN1= pcmfade.1 pcmplay.1 tosha.1
MANCOMPRESSED= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800058
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>