diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-05 14:39:08 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-05 14:39:08 +0000 |
commit | 16af3a52a3646d12d3ffc622c612c3b7857c89ba (patch) | |
tree | b1781060a327cb091057ca63bcb85fafd6a1642b /net/ngrep/patches/patch-aa | |
parent | cd7df95f4e3ff447c33d7e43985d2b36bba07918 (diff) | |
download | pkgsrc-16af3a52a3646d12d3ffc622c612c3b7857c89ba.tar.gz |
Update ngrep to 1.39. Changes:
* Moved to sourceforge
* UNIX: Now ngrep compiles with the GPL'd GNU regex library, or the more
license-friendly PCRE library under the Artistic License
* UNIX: Recognition of window size changes
Annoyed when you maximize your term program and ngrep doesn't take
advantage of all the new space? Now ngrep catches the change
when in a non-hexadecimal display mode and adjusts the output accordingly.
* Minor bugfix in time printing with -t
When run with the '-t' option, ngrep would display the previous month as
the current date.
Diffstat (limited to 'net/ngrep/patches/patch-aa')
-rw-r--r-- | net/ngrep/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index 2abdf2433d4..da748b4fde2 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 1999/07/15 00:44:04 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/05 14:39:09 hubertf Exp $ ---- configure.orig Wed Jul 7 20:06:12 1999 -+++ configure Thu Jul 15 01:31:09 1999 -@@ -1299,7 +1299,12 @@ +--- configure.orig Tue Feb 27 07:08:56 2001 ++++ configure +@@ -1835,7 +1835,12 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -14,5 +14,5 @@ $NetBSD: patch-aa,v 1.2 1999/07/15 00:44:04 hubertf Exp $ + LIBS="-lpcap $LIBS" ;; +esac cat > conftest.$ac_ext <<EOF - #line 1305 "configure" + #line 1841 "configure" #include "confdefs.h" |