From 16af3a52a3646d12d3ffc622c612c3b7857c89ba Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 5 Mar 2001 14:39:08 +0000 Subject: 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. --- net/ngrep/patches/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/ngrep/patches') 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 <