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 56A887A220 for ; Mon, 24 Apr 2017 12:15:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0438C84DC6; Mon, 24 Apr 2017 12:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89C7784D95 for ; Mon, 24 Apr 2017 12:15:28 +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 u_gJSWPbPLJt for ; Mon, 24 Apr 2017 12:15:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2AC0984CD8 for ; Mon, 24 Apr 2017 12:15:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21B61FBE4; Mon, 24 Apr 2017 12:15:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493036128166180" MIME-Version: 1.0 Date: Mon, 24 Apr 2017 12:15:28 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/net/iftop To: pkgsrc-changes@NetBSD.org Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20170424121528.21B61FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493036128166180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Mon Apr 24 12:15:28 UTC 2017 Modified Files: pkgsrc/net/iftop: Makefile Log Message: Fix builtin vs ncurses detection To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/iftop/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493036128166180 Content-Disposition: inline Content-Length: 675 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.18 pkgsrc/net/iftop/Makefile:1.19 --- pkgsrc/net/iftop/Makefile:1.18 Wed Jan 4 01:16:50 2017 +++ pkgsrc/net/iftop/Makefile Mon Apr 24 12:15:27 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $ +# $NetBSD: Makefile,v 1.19 2017/04/24 12:15:27 sborrill Exp $ # DISTNAME= iftop-0.17 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ COMMENT= Display bandwidth usage on an interface -USE_NCURSES= chgat +USE_CURSES= chgat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-resolver=netdb_1thread --_----------=_1493036128166180--