Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2006 20:18:04
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jan 18 20:18:04 UTC 2006

Modified Files:
	pkgsrc/mk: bsd.pkg.mk bsd.utils.mk

Log Message:
Move the following targets from bsd.pkg.mk to bsd.utils.mk:

	show-depends-dirs
	show-all-depends-dirs
	show-all-depends-dirs-excl

While we're here, reimplement them using the new pkg_paths and
depends-depth-first.awk scripts.  As a side effect, this speeds up
the execution of these targets by around 5-15% depending on the
complexity of the dependency graph.

NOTE: This *does* change the behavior of these targets slightly because
      the output is now newline-separated instead of space-separated,
      and the order of the output lines doesn't match the original
      targets because the dependency graph is now walked depth-first
      instead of breadth first.


To generate a diff of this commit:
cvs rdiff -r1.1790 -r1.1791 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/bsd.utils.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.