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 C91A67A282 for ; Wed, 4 Jan 2017 01:49:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 79A49855D6; Wed, 4 Jan 2017 01:49:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09D96855B5 for ; Wed, 4 Jan 2017 01:49:42 +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 gggKIFD4TX39 for ; Wed, 4 Jan 2017 01:49:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A106784CFD for ; Wed, 4 Jan 2017 01:49:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C25AFBA6; Wed, 4 Jan 2017 01:49:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483494581130990" MIME-Version: 1.0 Date: Wed, 4 Jan 2017 01:49:41 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/bmon To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170104014941.9C25AFBA6@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. --_----------=_1483494581130990 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:49:41 UTC 2017 Modified Files: pkgsrc/net/bmon: Makefile Log Message: Use the curses framework. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/bmon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483494581130990 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bmon/Makefile diff -u pkgsrc/net/bmon/Makefile:1.17 pkgsrc/net/bmon/Makefile:1.18 --- pkgsrc/net/bmon/Makefile:1.17 Tue Nov 3 17:46:57 2015 +++ pkgsrc/net/bmon/Makefile Wed Jan 4 01:49:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/11/03 17:46:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/04 01:49:41 roy Exp $ # DISTNAME= bmon-3.8 @@ -18,6 +18,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC .include "../../devel/confuse/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/fetch/github.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1483494581130990--