Received: by mail.netbsd.org (Postfix, from userid 0) id 5BC7563B17D; Tue, 1 Dec 2009 15:49:23 +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 CDBE863B14B for ; Tue, 1 Dec 2009 15:49:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9998B175DD; Tue, 1 Dec 2009 15:49:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 1 Dec 2009 15:49:21 +0000 From: Alan Barrett Subject: CVS commit: src/distrib/sets To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091201154921.9998B175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: apb Date: Tue Dec 1 15:49:21 UTC 2009 Modified Files: src/distrib/sets: regpkg regpkgset sets.subr Log Message: There's no point in adding _PKGTOOLS_VER=$(${PKG_CREATE} -V) to any syspkg +BUILD_INFO files, since we don't use the pkg_* tools to create syspkgs. Also remove the definition of PKG_CREATE from sets.subr, since nothing uses it now. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/regpkg cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/regpkgset cvs rdiff -u -r1.92 -r1.93 src/distrib/sets/sets.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.