Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Ben Collver <ben@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2005 13:38:01
Module Name:	pkgsrc
Committed By:	ben
Date:		Sun Jul 17 13:38:01 UTC 2005

Modified Files:
	pkgsrc/mk/bulk: post-build

Log Message:
Fix the following error:

Can't use an undefined value as an ARRAY reference at mk/bulk/post-build line 470.

In the case that no packages were broken, getBroken returns a hash
without the key "topten".  When Perl tries to use that undefined value
as an array reference, it croaks.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 pkgsrc/mk/bulk/post-build

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