Received: from mail.netbsd.org (unknown [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 0BA3C63B853 for ; Wed, 27 Feb 2008 06:14:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0F23C63B29A; Wed, 27 Feb 2008 06:14:26 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B7D2963B121 for ; Wed, 27 Feb 2008 06:14:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 71CD9175C1; Wed, 27 Feb 2008 06:14:23 +0000 (UTC) From: "Johnny C. Lam" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org Message-Id: <20080227061423.71CD9175C1@cvs.netbsd.org> Date: Wed, 27 Feb 2008 06:14:23 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jlam Date: Wed Feb 27 06:14:23 UTC 2008 Modified Files: pkgsrc/devel/ncurses: builtin.mk pkgsrc/mk: curses.builtin.mk Log Message: Define BUILTIN_LIBNAME.* outside of the CHECK_BUILTIN.*-protected section to be the name of the built-in library if USE_BUILTIN.* is "yes". These variables can be used in other builtin.mk files. To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pkgsrc/devel/ncurses/builtin.mk cvs rdiff -r1.3 -r1.4 pkgsrc/mk/curses.builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.