Subject: CVS commit: pkgsrc/mk/scripts
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2006 14:13:28
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Jun 21 14:13:28 UTC 2006

Modified Files:
	pkgsrc/mk/scripts: binpkg-cache

Log Message:
When producing the list of directories containing binary packages, do
some extra processing to ensure that we have a list of unique directories.
Otherwise we end up with two problems:

  - cache files get rebuilt all the time because they get built once for each
    path to the directory in question and since the path ends up in the cache,
    it is always declared out of date.

  - we end up with multiple links to the same binary package in the README.html
    files.

Committed during the freeze becuase this is a real bug which is encountered
daily.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/scripts/binpkg-cache

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