From owner-freebsd-ports@freebsd.org Tue Oct 4 00:56:33 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 79E7DAF2581 for ; Tue, 4 Oct 2016 00:56:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 652B4933 for ; Tue, 4 Oct 2016 00:56:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 61C6FAF257F; Tue, 4 Oct 2016 00:56:33 +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 61788AF257D for ; Tue, 4 Oct 2016 00:56:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 255C7932; Tue, 4 Oct 2016 00:56:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B2ACF28469; Tue, 4 Oct 2016 02:47:07 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3D07D28423; Tue, 4 Oct 2016 02:47:02 +0200 (CEST) Subject: Re: dependency explosions To: Greg 'groggy' Lehey , Mathieu Arnold Cc: ports@FreeBSD.org, Julian Elischer References: <2df71272-7b98-ad73-650a-3ec70beb71d5@freebsd.org> <20161003232130.GW31297@eureka.lemis.com> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57F2FC05.30707@quip.cz> Date: Tue, 4 Oct 2016 02:47:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <20161003232130.GW31297@eureka.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 04 Oct 2016 00:56:33 -0000 Greg 'groggy' Lehey wrote on 10/04/2016 01:21: [...] > Chromium? Opera? Emacs? Both OpenOffice and LibreOffice? > > I don't know if this always happens, but there's an issue here. I > have a few unfinished thoughts about how it could occur, but so far > all I can confirm is that there is an issue. > > Is there a way to display these dependencies in a tree structure? You can use ports-mgmt/pkg_tree Miroslav Lachman