pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpreplay - Update from 2.3.2 -> 2.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fe0d0f0389b
branches:  trunk
changeset: 491601:6fe0d0f0389b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Mar 26 12:07:56 2005 +0000

description:
- 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

diffstat:

 net/tcpreplay/Makefile |  8 ++++++--
 net/tcpreplay/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 569652a2b6d1 -r 6fe0d0f0389b net/tcpreplay/Makefile
--- a/net/tcpreplay/Makefile    Sat Mar 26 11:41:20 2005 +0000
+++ b/net/tcpreplay/Makefile    Sat Mar 26 12:07:56 2005 +0000
@@ -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 @@
 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 -r 569652a2b6d1 -r 6fe0d0f0389b net/tcpreplay/distinfo
--- a/net/tcpreplay/distinfo    Sat Mar 26 11:41:20 2005 +0000
+++ b/net/tcpreplay/distinfo    Sat Mar 26 12:07:56 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index