aboutsummaryrefslogtreecommitdiffstats
path: root/www/havp
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-25 09:24:13 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-25 09:24:13 +0800
commit0ac7d39af7430dad1e4dd93dca3ed895af453594 (patch)
tree148654db8774c14dcd135b08e9e556e64613f9e6 /www/havp
parent7b70df09543e9f3de3c2d181f70e8fc148a2cc34 (diff)
downloadfreebsd-ports-gnome-0ac7d39af7430dad1e4dd93dca3ed895af453594.tar.gz
freebsd-ports-gnome-0ac7d39af7430dad1e4dd93dca3ed895af453594.tar.zst
freebsd-ports-gnome-0ac7d39af7430dad1e4dd93dca3ed895af453594.zip
Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self)
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 48efc3fd7b1d..fbe9b87519ac 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -37,6 +37,10 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= Fails to compile: does not find pthread include file
+.endif
+
.if defined(WITH_SSL)
CONFIGURE_ARGS+= --enable-ssl-tunnel
.else