Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2003 19:51:22
Module Name:	pkgsrc
Committed By:	grant
Date:		Tue Apr 15 19:51:22 UTC 2003

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

Log Message:
only add ${LOCALPATCHES}/${PKGPATH}/* to the list of patches to apply
if LOCALPATCHES is defined.

fixes problem on Solaris w/ automounter handling /net, where any package
from the 'net' category would cause a blocking read on /net/pkgname
looking for 'pkgname' as a host exporting NFS file systems (saves a
few useless stat() calls, too).


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

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