pkg question...

2005-05-17 Thread Yann Golanski
Is there a way to remove a package and the dependencies that only said package uses? For example, I have package A which depends on B, C and D. Furthermore, I have package E depends on C. I want to get ride of package A in such a way as packages B and D get deleted too but not package C.

Re: pkg question...

2005-05-17 Thread Graham Menhennitt
Yann Golanski wrote: Is there a way to remove a package and the dependencies that only said package uses? ports - sysutils/pkg_rmleaves ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: pkg question...

2005-05-17 Thread Peter Jeremy
On Tue, 2005-May-17 22:19:05 +1000, Graham Menhennitt wrote: Yann Golanski wrote: Is there a way to remove a package and the dependencies that only said package uses? ports - sysutils/pkg_rmleaves That is an interactive script that lets you delete all packages that aren't required by other

Re: pkg question...

2005-05-17 Thread Graham Menhennitt
Peter Jeremy wrote: On Tue, 2005-May-17 22:19:05 +1000, Graham Menhennitt wrote: Yann Golanski wrote: Is there a way to remove a package and the dependencies that only said package uses? ports - sysutils/pkg_rmleaves That is an interactive script that lets you delete all