From b7adf109633f0e15998a466f254ca3854af75ee0 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 26 Mar 2005 12:07:56 +0000 Subject: - Update from 2.3.2 -> 2.3.3 - Add CONFIGURE_ARGS for libpcap and libnet - Disable pcapnav feature 02/09/2005: Version 2.3.3 - Fix port rewriting feature on little-endian systems - configure now properly handles --with-libnet and --with-libpcap --- net/tcpreplay/Makefile | 8 ++++++-- net/tcpreplay/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'net/tcpreplay') diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 231a157146c..a35b16ea7e7 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/01/20 21:59:13 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/26 12:07:56 adrianp Exp $ -DISTNAME= tcpreplay-2.3.2 +DISTNAME= tcpreplay-2.3.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} @@ -13,6 +13,10 @@ BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6 USE_BUILDLINK3= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libnet=${BUILDLINK_PREFIX.libnet} +CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} +CONFIGURE_ARGS+= --without-pcapnav-config + .include "../../devel/libnet11/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo index 2916cd957c9..67c5e3c9108 100644 --- a/net/tcpreplay/distinfo +++ b/net/tcpreplay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 12:14:05 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/03/26 12:07:56 adrianp Exp $ -SHA1 (tcpreplay-2.3.2.tar.gz) = da102c81c55f037adb03a97e1b589f4ca3eb9b63 -RMD160 (tcpreplay-2.3.2.tar.gz) = 13dc9f4cc56257180ad45605ed52bff1bc91566d -Size (tcpreplay-2.3.2.tar.gz) = 577483 bytes +SHA1 (tcpreplay-2.3.3.tar.gz) = 52005528c57b5c82983c4491266c0c08385860d0 +RMD160 (tcpreplay-2.3.3.tar.gz) = c523415ed0b2b17ea0bf68e1fa3489e60bc3a240 +Size (tcpreplay-2.3.3.tar.gz) = 585406 bytes -- cgit v1.2.3