aboutsummaryrefslogtreecommitdiff
path: root/net/relayd
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2013-09-14 17:13:10 +0000
committerMartin Matuska <mm@FreeBSD.org>2013-09-14 17:13:10 +0000
commit74761a098a187d34bdd8f1349cd58e5b88760655 (patch)
tree6adc4a22cfdf6d56319b084020cff6366877f4f6 /net/relayd
parentd798c07fafd7a610c26371f398f6aff62f955cbf (diff)
downloadports-74761a098a187d34bdd8f1349cd58e5b88760655.tar.gz
ports-74761a098a187d34bdd8f1349cd58e5b88760655.zip
Mark as BROKEN on head until fixed
Notes
Notes: svn path=/head/; revision=327307
Diffstat (limited to 'net/relayd')
-rw-r--r--net/relayd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile
index 10eae269f469..a8ac8254b204 100644
--- a/net/relayd/Makefile
+++ b/net/relayd/Makefile
@@ -35,6 +35,10 @@ LIBEVENT_STATIC_DESC= Build with static libevent
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 1000017
+BROKEN= needs fixing with recent pf changes
+.endif
+
.if ${PORT_OPTIONS:MLIBEVENT_STATIC}
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
MAKE_ARGS+= LIBEVENT=${LOCALBASE}/lib/libevent.a