Re: determining the how and why of a port dependencies

2015-03-21 Thread Bradley Giesbrecht
On Mar 21, 2015, at 12:03 PM, René J.V. Bertin wrote: > On Saturday March 21 2015 10:46:07 Bradley Giesbrecht wrote: > > Hi, > >> I use sed in a script and am open to something easier: >> https://svn.macports.org/repository/macports/users/pixilla/scripts/mp-rdeps-grid > > Impressive :) > > St

Re: determining the how and why of a port dependencies

2015-03-21 Thread René J . V . Bertin
On Saturday March 21 2015 10:46:07 Bradley Giesbrecht wrote: Hi, > I use sed in a script and am open to something easier: > https://svn.macports.org/repository/macports/users/pixilla/scripts/mp-rdeps-grid Impressive :) Starting from the end seems a bit simpler, and also should cater for any dep

Re: determining the how and why of a port dependencies

2015-03-21 Thread Bradley Giesbrecht
On Mar 21, 2015, at 9:46 AM, René J.V. Bertin wrote: > On Saturday March 21 2015 11:35:03 Lawrence Velázquez wrote: > > > $ port rdeps kde4-baseapps > > $ port rdeps --full kde4-baseapps > > Doh, I knew that ... > > It's not ideal(ly readable) but it'll do. > Would it be hard to add an (opt

Re: determining the how and why of a port dependencies

2015-03-21 Thread René J . V . Bertin
On Saturday March 21 2015 11:35:03 Lawrence Velázquez wrote: > $ port rdeps kde4-baseapps > $ port rdeps --full kde4-baseapps Doh, I knew that ... It's not ideal(ly readable) but it'll do. Would it be hard to add an (optional) ascii rendering of a tree, i.e. using '|' characters to do something

Re: determining the how and why of a port dependencies

2015-03-21 Thread Lawrence Velázquez
> On Mar 21, 2015, at 6:48 AM, René J.V. Bertin wrote: > > I was very surprised to see unexpected dependencies like port:gtk3 and > port:llvm-35 appear in the (long) list. Is there a way to figure out what > leads to these dependencies? $ port rdeps kde4-baseapps and $ port rdeps --full kde4

determining the how and why of a port dependencies

2015-03-21 Thread René J . V . Bertin
Hi, I'm using Brad's VM to investigate co-installability of Qt 4 and 5 and KDE4 with the future KF5 ports. We started recreating the MacPorts a week or so ago, so I just had a look at the dependencies that would need to be installed for kde4-baseapps. I was very surprised to see unexpected dep