Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 07/26/1999 09:46:44
Module Name:	pkgsrc
Committed By:	agc
Date:		Mon Jul 26 16:46:44 UTC 1999

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

Log Message:
Re-visit the patch-sum modifications:

(a) if the patch file does not exist in the patch-sum file, then
print a warning to the user, and ignore the patch file. In particular,
do not exit with an error.

(b) if the patch file's calculated checksum does not match the one
recorded in the patch-sum file, print a warning to the user, and try the
other patch files. Once all patch files have been attempted, exit with
an error.

Also, don't bother to check for patch-local-* files inside the checksum
logic - they're already ignored at the head of the loop.


To generate a diff of this commit:
cvs rdiff -r1.302 -r1.303 pkgsrc/mk/bsd.pkg.mk

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