summaryrefslogtreecommitdiff
path: root/net/trafshow
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-10-18 09:32:43 +0000
committerobache <obache@pkgsrc.org>2007-10-18 09:32:43 +0000
commite50d1cd8e60f91c5fa7929e03325eda6d6df0329 (patch)
tree9f73f63eb813e37987966aa4cbdf1c86c71951fe /net/trafshow
parent6f47d58abbf6215a8b0a8d0e7f97d60b3be68200 (diff)
downloadpkgsrc-e50d1cd8e60f91c5fa7929e03325eda6d6df0329.tar.gz
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.
Diffstat (limited to 'net/trafshow')
-rw-r--r--net/trafshow/Makefile7
-rw-r--r--net/trafshow/distinfo9
-rw-r--r--net/trafshow/patches/patch-aa13
3 files changed, 7 insertions, 22 deletions
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.
- */