diff options
author | adam <adam@pkgsrc.org> | 2004-01-30 14:36:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-30 14:36:09 +0000 |
commit | a031e5e26c10e5f04752fd8dbb07b1842f072014 (patch) | |
tree | 6a193aa1bb923ad46ab69590fb7eaaf7687c935e /net | |
parent | 1b64d4da29969f027ac46e46615c097a670e917c (diff) | |
download | pkgsrc-a031e5e26c10e5f04752fd8dbb07b1842f072014.tar.gz |
Changes 1.41:
* improved support for a few OSes
* 802.11 support
Changes 1.40:
* OpenBSD tun device support
* MacOS X support
* ISDN (SLL) support
* fixed bug from not considering caplen in payload length calculations
Diffstat (limited to 'net')
-rw-r--r-- | net/ngrep/Makefile | 16 | ||||
-rw-r--r-- | net/ngrep/distinfo | 8 | ||||
-rw-r--r-- | net/ngrep/patches/patch-aa | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 96ac6d5a30d..fabdb8ae845 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:22:20 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/30 14:36:09 adam Exp $ # -DISTNAME= ngrep-1.39 +DISTNAME= ngrep-1.41 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://ngrep.sourceforge.net/ COMMENT= Network grep -WRKSRC= ${WRKDIR}/ngrep -USE_BUILDLINK2= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-pcre +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pcre # ngrep's configure use --includedir/$includedir in a weird way! -CONFIGURE_ARGS+=--includedir=${BUILDLINK_PREFIX.libpcap}/include -ALL_TARGET= ngrep +CONFIGURE_ARGS+= --includedir=${BUILDLINK_PREFIX.libpcap}/include +ALL_TARGET= ngrep .include "../../mk/bsd.prefs.mk" diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo index b2d5df398ec..842090295c8 100644 --- a/net/ngrep/distinfo +++ b/net/ngrep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/06/06 22:49:19 cjep Exp $ +$NetBSD: distinfo,v 1.5 2004/01/30 14:36:09 adam Exp $ -SHA1 (ngrep-1.39.tar.gz) = 705851cdef6e535cebf397b27f78ff3112e62824 -Size (ngrep-1.39.tar.gz) = 676694 bytes -SHA1 (patch-aa) = b45836431187c112083841a5c714bb5ba1482181 +SHA1 (ngrep-1.41.tar.bz2) = 3dddc79c56aaa5d7ab5d45c53d8353bbfa4f27f8 +Size (ngrep-1.41.tar.bz2) = 520209 bytes +SHA1 (patch-aa) = 163483f02ea803077de20db17f4025ad62c79593 SHA1 (patch-ab) = 9522bd13976c850d109f91f6a5ec5a2aa7272d4e diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index b8b5601c2a4..be67937aa9b 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2001/09/14 23:05:43 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2004/01/30 14:36:09 adam Exp $ ---- configure.orig Tue Feb 27 07:08:56 2001 +--- configure.orig 2003-08-10 02:12:55.000000000 +0000 +++ configure -@@ -1551,16 +1551,8 @@ - for dir in $possible_dirs ; do +@@ -1566,16 +1566,8 @@ pcap_dir="" + for dir in $PCAP_DIR ; do if test -d $dir -a -r "$dir/pcap.h" -a \ -r "$dir/net/bpf.h" ; then - if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.4 2001/09/14 23:05:43 wiz Exp $ fi done -@@ -1835,7 +1827,12 @@ +@@ -1968,7 +1960,12 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -33,5 +33,5 @@ $NetBSD: patch-aa,v 1.4 2001/09/14 23:05:43 wiz Exp $ + LIBS="-lpcap $LIBS" ;; +esac cat > conftest.$ac_ext <<EOF - #line 1841 "configure" + #line 1974 "configure" #include "confdefs.h" |