Alain G. Fabry wrote:
On Fri, Mar 27, 2009 at 09:34:00AM +0100, Jan Henrik Sylvester wrote:
Olivier Nicole wrote:
Is there a way to show a list of all installed packages that are not
required by any other package?
cd /var/db/pkg/ ; for i in *-* ; do if [ ! -e $i/+REQUIRED_BY ] ; then echo $i ; fi ; done

[...]

If you want to be able to update ports quickly, you should keep the build dependencies. Doing "make pretty-print-build-depends-list" in a ports directory gives you the build dependencies.

[...]

How about pkg_cutleaves

Is there anything about build dependencies in cutleaves?

http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves?rev=1.2

I do not see it at a quick glance.

Cheers,
Jan Henrik
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to