aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-01 23:50:14 +0800
committerwill <will@FreeBSD.org>2000-06-01 23:50:14 +0800
commita0ab3a3a281c42ffe6bfa5bba6cc9a800ff8a55d (patch)
treed1c24480110faf3c01490c2ea947be207baa58e0
parent47c3e00c5c9d02a6fbf8b031f1dca12df939aac8 (diff)
downloadfreebsd-ports-gnome-a0ab3a3a281c42ffe6bfa5bba6cc9a800ff8a55d.tar.gz
freebsd-ports-gnome-a0ab3a3a281c42ffe6bfa5bba6cc9a800ff8a55d.tar.zst
freebsd-ports-gnome-a0ab3a3a281c42ffe6bfa5bba6cc9a800ff8a55d.zip
Since cdd has code that dates back to before CAM, we have to disable its
building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer <alex@big.endian.de>
-rw-r--r--audio/cdd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile
index ee8e33049e47..a52bdfc693c9 100644
--- a/audio/cdd/Makefile
+++ b/audio/cdd/Makefile
@@ -13,10 +13,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= luigi@iet.unipi.it
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 400000
+BROKEN= pre-CAM SCSI layer
+.endif
+
post-extract:
${CP} ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>