diff options
-rw-r--r-- | net/arpd/Makefile | 2 | ||||
-rw-r--r-- | net/plb/Makefile | 2 | ||||
-rw-r--r-- | net/vomit/Makefile | 2 | ||||
-rw-r--r-- | security/fragroute/Makefile | 2 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index f1263fe674de..9f6089550737 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +BROKEN= Broken by libevent update + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/plb/Makefile b/net/plb/Makefile index d88d9f21d851..3f87e0e02ea5 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -16,6 +16,8 @@ COMMENT= A high-performance HTTP load balancer BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +BROKEN= Broken by libevent update + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc diff --git a/net/vomit/Makefile b/net/vomit/Makefile index 22d5c90da7e1..cf8c70d1a18a 100644 --- a/net/vomit/Makefile +++ b/net/vomit/Makefile @@ -16,6 +16,8 @@ COMMENT= Voice over misconfigured internet telephones BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent \ ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet +BROKEN= Broken by libevent update + USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a6fde9e1fd0c..2f9fac9cdba3 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -19,6 +19,8 @@ COMMENT= A tool for intercepting, modifying and rewriting egress traffic BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +BROKEN= Broken by libevent update + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${PREFIX} \ --with-libevent=${PREFIX} --with-pcap diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index d5ef8ec8e2cc..605e0af9549d 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -19,6 +19,8 @@ COMMENT= An automated tool for detecting steganographic content in jpegs BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent .endif +BROKEN= Broken by libevent update + # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |