Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CFF7AA409E for ; Sun, 9 Mar 2014 10:15:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4688214A2E7; Sun, 9 Mar 2014 10:15:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D11314A2DC for ; Sun, 9 Mar 2014 10:15:33 +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 uuAT64HY5_b6 for ; Sun, 9 Mar 2014 10:15:32 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A533714A1F8 for ; Sun, 9 Mar 2014 10:15:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A004296; Sun, 9 Mar 2014 10:15:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Mar 2014 10:15:32 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20140309101532.A004296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: roy Date: Sun Mar 9 10:15:32 UTC 2014 Modified Files: pkgsrc/mk: curses.buildlink3.mk curses.builtin.mk terminfo.buildlink3.mk Log Message: Move the logic for testing if system curses supports the needed functions from devel/ncurses to the mk infrastructure. FAKE_NCURSES=yes Provides the system curses as ncurses.h and libncurses. USE_CURSES=wide Links to system curses if they provide wide support, otherwise ncursesw. wide-curses in the package options also triggers this. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/curses.buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/curses.builtin.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/mk/terminfo.buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.