From 73fb00d3738019da30d62eed961e0310221e878f Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Tue, 4 Sep 2007 11:26:22 +0000 Subject: Deprecate audio/daapd and component parts due to project abandonment, timeout in 2 months. Mark BROKEN for gcc 4.x where applicable. --- audio/daaplib/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/daaplib/Makefile b/audio/daaplib/Makefile index 96386ef65b06..3b4df88c7ed9 100644 --- a/audio/daaplib/Makefile +++ b/audio/daaplib/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= lth@FreeBSD.org COMMENT= A C++ library for DAAP memory streams +DEPRECATED= Development stalled for years, outdated. Does not support newer versions of DAAP protocol. +EXPIRATION_DATE= 2007-11-04 + USE_GCC= 3.4+ USE_ZIP= yes USE_GMAKE= yes @@ -34,4 +37,10 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR} .endif -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.x +.endif + +.include -- cgit v1.2.3