Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A36DD7A2E1 for ; Wed, 4 Jan 2017 01:16:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 539E085657; Wed, 4 Jan 2017 01:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7780855B5 for ; Wed, 4 Jan 2017 01:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9rbJ_poBqXQ4 for ; Wed, 4 Jan 2017 01:16:50 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6E74584CBD for ; Wed, 4 Jan 2017 01:16:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65590FBA6; Wed, 4 Jan 2017 01:16:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14834926108430" MIME-Version: 1.0 Date: Wed, 4 Jan 2017 01:16:50 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/iftop To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170104011650.65590FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_14834926108430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Wed Jan 4 01:16:50 UTC 2017 Modified Files: pkgsrc/net/iftop: Makefile Log Message: Use the curses framework. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/iftop/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14834926108430 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/iftop/Makefile diff -u pkgsrc/net/iftop/Makefile:1.17 pkgsrc/net/iftop/Makefile:1.18 --- pkgsrc/net/iftop/Makefile:1.17 Tue Aug 18 07:31:15 2015 +++ pkgsrc/net/iftop/Makefile Wed Jan 4 01:16:50 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:15 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $ # DISTNAME= iftop-0.17 @@ -14,7 +14,7 @@ USE_NCURSES= chgat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-resolver=netdb_1thread -.include "../../devel/ncurses/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_14834926108430--