summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 01:50:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 01:50:32 +0000
commitb0beeb0ee6b183829d48ff649986432d79e17784 (patch)
tree35a51a28690c76d55f58f1bc7299a56d7294fc23 /security
parentReset undeliverable maintainer address: (diff)
BROKEN by libevent update: Does not link
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125669
Diffstat (limited to 'security')
-rw-r--r--security/fragroute/Makefile2
-rw-r--r--security/stegdetect/Makefile2
2 files changed, 4 insertions, 0 deletions
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}