diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-09-04 11:26:22 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-09-04 11:26:22 +0000 |
commit | 73fb00d3738019da30d62eed961e0310221e878f (patch) | |
tree | b1c11f58b96b43cb89a3db6fa30343d2be4fc58c /audio | |
parent | 7b2559404aa7b9c322a7bd0f8c4850aebce821cf (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/daaplib/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.x +.endif + +.include <bsd.port.post.mk> |