1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Unbreak: now compiles with latest libevent port

PR:		76373
Submitted by:	Phil Oleson <oz@nixil.net>
This commit is contained in:
Pete Fritchman 2005-01-23 19:51:03 +00:00
parent 6e74169b0c
commit e3f1a4ff7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127147
4 changed files with 0 additions and 8 deletions

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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}