From 87e7a7e03c9016f6979cf9ee85f45dc8db723116 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 18 Oct 2007 09:32:43 +0000 Subject: Update trafshow to 5.2.3. Based on patch provided by Jason White in PR 37142. Bump depeneing libpcap to 0.8.1. Version 5.2.2 at Jan 8 12:34:34 NOVT 2006 ------------------------------------------ * The sources was cleaned for new version of gcc 4.0. No complains any more. No other improvements has been made. Version 5.2.3 at Mar 12 15:04:12 NOVT 2006 ------------------------------------------ * Significant improvement for *BSD packets capturing scheme using libpcap version 0.8 capabilities (pcap_get_selectable_fd() function). * Bug-fix against core dumps on the list of interfaces with aliases and so on. --- net/trafshow/Makefile | 7 +++---- net/trafshow/distinfo | 9 ++++----- net/trafshow/patches/patch-aa | 13 ------------- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 net/trafshow/patches/patch-aa (limited to 'net') diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 29d8fd6cb21..020aab458c4 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2007/09/07 22:12:20 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2007/10/18 09:32:43 obache Exp $ -DISTNAME= trafshow-5.2.1 -PKGREVISION= 1 +DISTNAME= trafshow-5.2.3 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz @@ -32,7 +31,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/.trafshow \ ${PREFIX}/share/examples/trafshow/trafshow -BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.7 +BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.1 .include "../../net/libpcap/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" diff --git a/net/trafshow/distinfo b/net/trafshow/distinfo index 565664f4fb2..81acfc89c8b 100644 --- a/net/trafshow/distinfo +++ b/net/trafshow/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/06/05 17:02:06 minskim Exp $ +$NetBSD: distinfo,v 1.10 2007/10/18 09:32:43 obache Exp $ -SHA1 (trafshow-5.2.1.tgz) = c1f31c308fd08d301501a4819b4769aefd243c34 -RMD160 (trafshow-5.2.1.tgz) = ac744d8a837e3b1462df37d145a5c271fcf36671 -Size (trafshow-5.2.1.tgz) = 123770 bytes -SHA1 (patch-aa) = ffbb3e4e2909552606139617df339b10a36c5260 +SHA1 (trafshow-5.2.3.tgz) = 1c68f603f12357e932c83de850366c9b46e53d89 +RMD160 (trafshow-5.2.3.tgz) = f1ae068f898160f16ae9b3cb5f9d73ae3aece6cb +Size (trafshow-5.2.3.tgz) = 142615 bytes diff --git a/net/trafshow/patches/patch-aa b/net/trafshow/patches/patch-aa deleted file mode 100644 index b68b6afff90..00000000000 --- a/net/trafshow/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2006/06/05 17:02:06 minskim Exp $ - ---- screen.c.orig 2004-05-19 02:28:53.000000000 -0700 -+++ screen.c -@@ -41,8 +41,6 @@ int use_colors = 0; - int prompt_mode = 0; - double line_factor = 1; - --extern int curs_dock_x, curs_dock_y; -- - /* - * Initialize curses. - */ -- cgit v1.2.3