On Thu, Oct 10, 2013 at 12:09:27PM +0200, Rainer M Krug wrote: > Is it possible to do something like the following to delete all > installed ports except the ones digikam depends on: > > ,---- > | sudo port uninstall installed EXCEPT digikam > `----
sudo port uninstall installed and not digikam and not rdepof:digikam. Or: sudo port unsetrequested installed; sudo port setrequested digikam and remove leaves like you're used to. -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
