diff options
author | lth <lth@FreeBSD.org> | 2007-09-04 19:26:22 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2007-09-04 19:26:22 +0800 |
commit | 7043d63d95c8cf867c8d1b5284f332b53246eb73 (patch) | |
tree | 095e01ff199ca7a5d3597ef60c0ae0eaf4da8fe6 /audio/daaplib | |
parent | c4faeb92528c5feb481e28a24cf98c6952c4413d (diff) | |
download | freebsd-ports-gnome-7043d63d95c8cf867c8d1b5284f332b53246eb73.tar.gz freebsd-ports-gnome-7043d63d95c8cf867c8d1b5284f332b53246eb73.tar.zst freebsd-ports-gnome-7043d63d95c8cf867c8d1b5284f332b53246eb73.zip |
Deprecate audio/daapd and component parts due to project abandonment,
timeout in 2 months. Mark BROKEN for gcc 4.x where applicable.
Diffstat (limited to 'audio/daaplib')
-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> |