summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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>