From owner-freebsd-ports@freebsd.org Wed Oct 5 03:29:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE64AF5FA2 for ; Wed, 5 Oct 2016 03:29:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BCB40D39 for ; Wed, 5 Oct 2016 03:29:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id BC0BDAF5FA1; Wed, 5 Oct 2016 03:29:21 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB5BAF5FA0 for ; Wed, 5 Oct 2016 03:29:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B640D38; Wed, 5 Oct 2016 03:29:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 08ACBB14; Tue, 4 Oct 2016 22:29:14 -0500 (CDT) Date: Tue, 4 Oct 2016 22:29:12 -0500 From: Mark Linimon To: Greg 'groggy' Lehey Cc: Mathieu Arnold , ports@FreeBSD.org, Julian Elischer Subject: Re: dependency explosions Message-ID: <20161005032912.GA27158@lonesome.com> References: <2df71272-7b98-ad73-650a-3ec70beb71d5@freebsd.org> <20161003232130.GW31297@eureka.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161003232130.GW31297@eureka.lemis.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 03:29:21 -0000 On Tue, Oct 04, 2016 at 10:21:30AM +1100, Greg 'groggy' Lehey wrote: > Is there a way to display these dependencies in a tree structure? http://portsmon.freebsd.org/portdependencytree.py?category=x11&portname=kde4 It's slow because I do not store dependencies in the database, so it recalculates it on the fly. (disclaimer: I had to go fix it because it had bitrroted due to some kind of change in the make -V output somewhere.) mcl