From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 01:58:15 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F34251065670 for ; Mon, 13 Apr 2009 01:58:14 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id AAD3D8FC17 for ; Mon, 13 Apr 2009 01:58:14 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1244797qwb.7 for ; Sun, 12 Apr 2009 18:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=IndmVixKPOV4RHZC7ukzDeiI7cqjymZ77nAW4LspSdc=; b=hDdEyuYLi+3FvdJPr0MyHnvVdHAaLBXbp6HpBsNp7NnN5CQ7iGkuafp9a8x5cPKJmE LzxC4tElU0HnEx0ISropk2s7XqY3AvXeHSE8QtBKixdhAJa/jsEuHOjOQudyUhni9yTo 2AoH5ZjwM+EFGS2aZF/+v2Ibvrsakf7yixEts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=SUVsIY2WAjlgjTvZ6hrNXzAwc37Wn46UGuq7U1L6BwMMbVdVZv/QhC6+X3Jqq98Pya Q2KiS91Udxlr/2PTFvUpBGa+/LrezTZJsihuZOcKwSe4tOt89YZNIYYJj6CnKKS7WrU5 MG7J058ryToT47/ymg9Dk+K3av7Da8vWToCag= MIME-Version: 1.0 Received: by 10.220.76.1 with SMTP id a1mr5824504vck.101.1239587894071; Sun, 12 Apr 2009 18:58:14 -0700 (PDT) In-Reply-To: <49E274F5.4030001@onetel.com> References: <49E274F5.4030001@onetel.com> From: Tim Judd Date: Sun, 12 Apr 2009 19:56:15 -0600 Message-ID: To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: make run-depends-list-recursive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 01:58:15 -0000 On Sun, Apr 12, 2009 at 5:10 PM, Chris Whitehouse wrote: > Hi > > Is there a make target which will give a list of _all_ dependencies > recursively not just next level up? Or a port? I tried ports-mgmt/pkg_tree > but it only seems to work with installed ports. > > I don't care if I get duplicates as long as every dependency is listed at > least once. > > Thanks > > Chris make all-depends-list