Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2006 04:48:19
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun  6 04:48:19 UTC 2006

Modified Files:
	pkgsrc/mk: bsd.pkg.mk bsd.prefs.mk
Added Files:
	pkgsrc/mk/patch: bsd.patch-vars.mk bsd.patch.mk patch.mk
Removed Files:
	pkgsrc/mk: bsd.pkg.patch.mk

Log Message:
Refactor "patch" code into correspondingly named subdirectory of
pkgsrc/mk.  Also get rid of the recursive make for the "patch" target.
This basically merges the "patch" phase into the "tools" phase.

There should eventually be a standalone script that can be used to
verify checksums listed in distinfo that should be used instead of
the roll-your-own code in the do-pkgsrc-patch target.


To generate a diff of this commit:
cvs rdiff -r1.1840 -r1.1841 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.23 -r0 pkgsrc/mk/bsd.pkg.patch.mk
cvs rdiff -r1.223 -r1.224 pkgsrc/mk/bsd.prefs.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/patch/bsd.patch-vars.mk \
    pkgsrc/mk/patch/bsd.patch.mk pkgsrc/mk/patch/patch.mk

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