summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2007-09-04 11:26:22 +0000
committerLars Thegler <lth@FreeBSD.org>2007-09-04 11:26:22 +0000
commit73fb00d3738019da30d62eed961e0310221e878f (patch)
treeb1c11f58b96b43cb89a3db6fa30343d2be4fc58c /www
parent7b2559404aa7b9c322a7bd0f8c4850aebce821cf (diff)
downloadfreebsd-ports-73fb00d3738019da30d62eed961e0310221e878f.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 'www')
-rw-r--r--www/libhttpd-persistent/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/libhttpd-persistent/Makefile b/www/libhttpd-persistent/Makefile
index 46d2119d3e68..952bdaf8f09c 100644
--- a/www/libhttpd-persistent/Makefile
+++ b/www/libhttpd-persistent/Makefile
@@ -17,6 +17,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lth@FreeBSD.org
COMMENT= Library for embedded web servers
+DEPRECATED= Development stalled for years, outdated.
+EXPIRATION_DATE= 2007-11-04
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}-persistent-${LEVEL}
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -39,4 +42,10 @@ post-install:
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${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>