diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-15 00:44:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-15 00:44:03 +0000 |
commit | b8848e615588dda67da2eed5ff360c5bbc55c5cf (patch) | |
tree | e284e07cec98dcf533aa120e21bd3c218a4ce0b0 /net/ngrep/patches | |
parent | bf008511661c1f59c1ee1243d64b3e344051ad26 (diff) | |
download | pkgsrc-b8848e615588dda67da2eed5ff360c5bbc55c5cf.tar.gz |
Upgrade to 1.33. Changes: Now handles fragments. Also fixed a few minor bugs.
Diffstat (limited to 'net/ngrep/patches')
-rw-r--r-- | net/ngrep/patches/patch-aa | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index 1e9ea14396a..2abdf2433d4 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,24 +1,8 @@ -$NetBSD: patch-aa,v 1.1 1999/07/02 10:26:03 agc Exp $ +$NetBSD: patch-aa,v 1.2 1999/07/15 00:44:04 hubertf Exp $ -Look in the correct place for the new net/bpf.h -Hack alert - on Solaris, need -lxnet as well. - ---- configure 1999/07/02 09:35:44 1.1 -+++ configure 1999/07/02 09:41:45 -@@ -1208,7 +1208,11 @@ - echo $ac_n "checking for old version of bpf.h""... $ac_c" 1>&6 - echo "configure:1210: checking for old version of bpf.h" >&5 - if test -z "$pcapdir"; then -- dir="/usr/include"; -+ if test -f $prefix/include/net/bpf.h; then -+ dir="$prefix/include"; -+ else -+ dir="/usr/include"; -+ fi - else - dir="$pcapdir"; - fi -@@ -1275,7 +1279,12 @@ +--- configure.orig Wed Jul 7 20:06:12 1999 ++++ configure Thu Jul 15 01:31:09 1999 +@@ -1299,7 +1299,12 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -30,5 +14,5 @@ Hack alert - on Solaris, need -lxnet as well. + LIBS="-lpcap $LIBS" ;; +esac cat > conftest.$ac_ext <<EOF - #line 1281 "configure" + #line 1305 "configure" #include "confdefs.h" |