cutting the tree: is there a way to remove leaves recursivelly?

2014-02-07 Thread Lars Sonchocky-Helldorf
After a failed sudo port -v upgrade outdated last night and seeing, that a port I did not request failed I decided to do a little housekeeping. Those are the ports I requested once: MBP15:~ lars$ port installed requested The following ports are currently installed: ffmpeg @1.1.2_0+gpl2

Re: cutting the tree: is there a way to remove leaves recursivelly?

2014-02-07 Thread Brandon Allbery
On Fri, Feb 7, 2014 at 11:08 AM, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: After a failed sudo port -v upgrade outdated last night and seeing, that a port I did not request failed I decided to do a little housekeeping. The direct answer to your question is the

Re: cutting the tree: is there a way to remove leaves recursivelly?

2014-02-07 Thread Lars Sonchocky-Helldorf
Am 07.02.2014 um 17:14 schrieb Brandon Allbery: On Fri, Feb 7, 2014 at 11:08 AM, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: After a failed sudo port -v upgrade outdated last night and seeing, that a port I did not request failed I decided to do a little housekeeping.

Re: cutting the tree: is there a way to remove leaves recursivelly?

2014-02-07 Thread Joshua Root
sudo port uninstall --follow-dependencies leaves - Josh ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: cutting the tree: is there a way to remove leaves recursivelly?

2014-02-07 Thread Lars Sonchocky-Helldorf
Am 07.02.2014 um 22:15 schrieb Joshua Root: sudo port uninstall --follow-dependencies leaves - Josh Thanks a lot! That's exactly the command I was looking for. Maybe it should be mentioned here: http://guide.macports.org/#using.common-tasks.findleaves cheers, Lars