Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6B56C63B883 for ; Wed, 15 Jul 2009 09:40:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1C0C163B137; Wed, 15 Jul 2009 09:40: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 2D23E63B12D for ; Wed, 15 Jul 2009 09:40:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 179D1175D0; Wed, 15 Jul 2009 09:40:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 15 Jul 2009 09:40:31 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20090715094031.179D1175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Wed Jul 15 09:40:31 UTC 2009 Modified Files: pkgsrc/mk/checksum: bsd.checksum.mk checksum.mk pkgsrc/mk/fetch: bsd.fetch.mk fetch.mk Log Message: Add depends-fetch and depends-checksum. They work like show-depends-options, e.g. recurse. make fetch-list does not provide the same functionality as it doesn't deal well with broken mirror. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/checksum/bsd.checksum.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/checksum/checksum.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/fetch/bsd.fetch.mk cvs rdiff -u -r1.42 -r1.43 pkgsrc/mk/fetch/fetch.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.