From owner-freebsd-ports@FreeBSD.ORG Mon Feb 2 04:36:48 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15BBC106564A for ; Mon, 2 Feb 2009 04:36:48 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id E00FC8FC08 for ; Mon, 2 Feb 2009 04:36:47 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1397770rvf.43 for ; Sun, 01 Feb 2009 20:36:47 -0800 (PST) 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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ab39+VhHRXSJuSjisuml2LpZODm+YuR2IHREcHgnT7s=; b=CxqX1M0qBhyk/Pa8o20MEW9BZTk/MxGqpfzx/4VIEdoxLfo4MyxiA3rathoCG/2zI3 APjpLzAlvevbTi2WLoFVfmezRii+zSn54pZGlMD7kmDUSfwv4heCFMkhvW35thsjQJso 365P28olJCPO2ybd+Ar/bfCmZSTEGteCCIvc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=tNqEyPrckc+04pSLa1DF3dvUKRmCYVAPQS+X9wp4mUDRKGa4IG8Xc1vsVliYi9/jLU lAlryAIhFpAe00rvsAb5F+cs2HqVYcaBjlQPzfFy51Yh1UbatErYqgR9Bk+0gj5pKUtg +LgVzRkbglnkFjEi6vYZ77QkzL3721pESlF7o= MIME-Version: 1.0 Received: by 10.142.144.9 with SMTP id r9mr1645202wfd.294.1233547932291; Sun, 01 Feb 2009 20:12:12 -0800 (PST) In-Reply-To: <18822.27925.399608.649364@jerusalem.litteratus.org> References: <18822.27925.399608.649364@jerusalem.litteratus.org> Date: Sun, 1 Feb 2009 20:12:12 -0800 Message-ID: From: Freddie Cash To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: installed ports dependency tree? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 04:36:48 -0000 On Sun, Feb 1, 2009 at 7:48 PM, Robert Huff wrote: > Suppose I have installed ports A..Z. Some of these are > standakone; some depend on others on the list; others depend on > installed ports not on the list. > Is there a port that will produce a unified and ordered > dependency list, such that upgrading/reinstalling in that order will > avoid multiple rebuilds? I though portupgrade could to this, but > apparently not. ports-mgmt/pkg_tree gives a tree view of ports and their dependencies, which can be a good starting point. -- Freddie Cash fjwcash@gmail.com