From e3f1a4ff7e7e98e1dc64cb93a153c565c0a59ec4 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 23 Jan 2005 19:51:03 +0000 Subject: [PATCH] Unbreak: now compiles with latest libevent port PR: 76373 Submitted by: Phil Oleson --- net/arpd/Makefile | 2 -- net/plb/Makefile | 2 -- security/fragroute/Makefile | 2 -- security/stegdetect/Makefile | 2 -- 4 files changed, 8 deletions(-) diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 9f6089550737..f1263fe674de 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -18,8 +18,6 @@ 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 3f87e0e02ea5..d88d9f21d851 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -16,8 +16,6 @@ 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/security/fragroute/Makefile b/security/fragroute/Makefile index 2f9fac9cdba3..a6fde9e1fd0c 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -19,8 +19,6 @@ 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 605e0af9549d..d5ef8ec8e2cc 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -19,8 +19,6 @@ 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}