svn commit: r327307 - head/net/relayd

Martin Matuska mm at FreeBSD.org
Sat Sep 14 17:13:10 UTC 2013


Author: mm
Date: Sat Sep 14 17:13:10 2013
New Revision: 327307
URL: http://svnweb.freebsd.org/changeset/ports/327307

Log:
  Mark as BROKEN on head until fixed

Modified:
  head/net/relayd/Makefile

Modified: head/net/relayd/Makefile
==============================================================================
--- head/net/relayd/Makefile	Sat Sep 14 17:12:47 2013	(r327306)
+++ head/net/relayd/Makefile	Sat Sep 14 17:13:10 2013	(r327307)
@@ -35,6 +35,10 @@ LIBEVENT_STATIC_DESC=	Build with static 
 
 .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


More information about the svn-ports-all mailing list