View | Details | Raw Unified | Return to bug 197016
Collapse All | Expand All

(-)iftop-new/Makefile (-2 / +2 lines)
Lines 2-16 Link Here
2
# $FreeBSD: head/net-mgmt/iftop/Makefile 345508 2014-02-21 15:53:07Z ehaupt $
2
# $FreeBSD: head/net-mgmt/iftop/Makefile 345508 2014-02-21 15:53:07Z ehaupt $
3
3
4
PORTNAME=	iftop
4
PORTNAME=	iftop
5
PORTVERSION=	0.17
5
PORTVERSION=	1.0p4
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://www.ex-parrot.com/~pdw/iftop/download/
7
MASTER_SITES=	http://www.ex-parrot.com/~pdw/iftop/download/
8
DISTNAME=	${PORTNAME}-1.0pre4
8
9
9
MAINTAINER=	vd@FreeBSD.org
10
MAINTAINER=	vd@FreeBSD.org
10
COMMENT=	Display bandwidth usage on an interface by host
11
COMMENT=	Display bandwidth usage on an interface by host
11
12
12
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
13
CONFIGURE_ARGS=	--with-resolver=netdb_1thread
14
14
15
PORTDOCS=	README
15
PORTDOCS=	README
16
PLIST_FILES=	bin/iftop man/man8/iftop.8.gz
16
PLIST_FILES=	bin/iftop man/man8/iftop.8.gz
(-)iftop-new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (iftop-0.17.tar.gz) = d032547c708307159ff5fd0df23ebd3cfa7799c31536fa0aea1820318a8e0eac
1
SHA256 (iftop-1.0pre4.tar.gz) = f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97
2
SIZE (iftop-0.17.tar.gz) = 160381
2
SIZE (iftop-1.0pre4.tar.gz) = 204665
(-)iftop-new/files/patch-cfgfile.c (-10 lines)
Lines 1-10 Link Here
1
--- cfgfile.c.orig	Tue Nov 11 22:10:29 2003
2
+++ cfgfile.c	Tue Nov 11 22:10:43 2003
3
@@ -8,6 +8,7 @@
4
 #include <stdio.h>
5
 #include <string.h>
6
 #include <errno.h>
7
+#include <sys/types.h>
8
 
9
 #include "stringmap.h"
10
 #include "iftop.h"

Return to bug 197016