diff options
author | soren <soren@pkgsrc.org> | 2001-06-13 19:18:24 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2001-06-13 19:18:24 +0000 |
commit | c24e330ee172c1ebcb28a9314c2be577fd0f9ec6 (patch) | |
tree | 6c0c6b9c44b3898c467720f0c27d014c8d3e448b /net/pchar | |
parent | 12a54247a102b8973aa38da4561acc1ca25f707c (diff) | |
download | pkgsrc-c24e330ee172c1ebcb28a9314c2be577fd0f9ec6.tar.gz |
Update to pchar-1.4: Multi-packet probes, TCP probes, kernel-level timestamps.
Diffstat (limited to 'net/pchar')
-rw-r--r-- | net/pchar/Makefile | 4 | ||||
-rw-r--r-- | net/pchar/distinfo | 7 | ||||
-rw-r--r-- | net/pchar/patches/patch-aa | 15 |
3 files changed, 5 insertions, 21 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 3bc7d2d17dc..9884c9eeebb 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2001/04/09 22:03:37 soren Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/13 19:18:24 soren Exp $ -DISTNAME= pchar-1.3.2 +DISTNAME= pchar-1.4 CATEGORIES= net MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ diff --git a/net/pchar/distinfo b/net/pchar/distinfo index 36f8cf758d0..c9b7dd2499e 100644 --- a/net/pchar/distinfo +++ b/net/pchar/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 11:23:29 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/06/13 19:18:24 soren Exp $ -SHA1 (pchar-1.3.2.tar.gz) = 852b095df51731e1192686e1dbf17902d198bca4 -Size (pchar-1.3.2.tar.gz) = 107791 bytes -SHA1 (patch-aa) = 36daaf5b820679e118c222af608de6146d7ec165 +SHA1 (pchar-1.4.tar.gz) = ade7290a25e36a01888a2e17ef93b92baeb984db +Size (pchar-1.4.tar.gz) = 117905 bytes diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa deleted file mode 100644 index ed16ae2cdbc..00000000000 --- a/net/pchar/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2001/04/18 19:01:56 dmcmahill Exp $ - -needed on alpha, sparc64. - ---- main.cc.orig Tue Apr 3 15:41:35 2001 -+++ main.cc Wed Apr 18 14:55:48 2001 -@@ -1413,6 +1413,6 @@ - } - -- fprintf(stdout, " Start time: %s", ctime(&(timeFirst.tv_sec))); -- fprintf(stdout, " End time: %s", ctime(&(timeLast.tv_sec))); -+ fprintf(stdout, " Start time: %s", ctime((time_t *) &(timeFirst.tv_sec))); -+ fprintf(stdout, " End time: %s", ctime((time_t *) &(timeLast.tv_sec))); - } - |