pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ngrep Changes 1.41:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cadb3471ba03
branches:  trunk
changeset: 467375:cadb3471ba03
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 30 14:36:09 2004 +0000

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

 net/ngrep/Makefile         |  16 ++++++++--------
 net/ngrep/distinfo         |   8 ++++----
 net/ngrep/patches/patch-aa |  12 ++++++------
 3 files changed, 18 insertions(+), 18 deletions(-)

diffs (80 lines):

diff -r 6c9ef81dfd77 -r cadb3471ba03 net/ngrep/Makefile
--- a/net/ngrep/Makefile        Fri Jan 30 13:44:52 2004 +0000
+++ b/net/ngrep/Makefile        Fri Jan 30 14:36:09 2004 +0000
@@ -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@localhost
 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 -r 6c9ef81dfd77 -r cadb3471ba03 net/ngrep/distinfo
--- a/net/ngrep/distinfo        Fri Jan 30 13:44:52 2004 +0000
+++ b/net/ngrep/distinfo        Fri Jan 30 14:36:09 2004 +0000
@@ -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 -r 6c9ef81dfd77 -r cadb3471ba03 net/ngrep/patches/patch-aa
--- a/net/ngrep/patches/patch-aa        Fri Jan 30 13:44:52 2004 +0000
+++ b/net/ngrep/patches/patch-aa        Fri Jan 30 14:36:09 2004 +0000
@@ -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 @@
      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 @@
 +      LIBS="-lpcap  $LIBS" ;;
 +esac
  cat > conftest.$ac_ext <<EOF
- #line 1841 "configure"
+ #line 1974 "configure"
  #include "confdefs.h"



Home | Main Index | Thread Index | Old Index