Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2001 03:54:10
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sun May 20 00:54:10 UTC 2001

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

Log Message:
Fix two problems when using a ksh(1) as /bin/sh (ln -sf /bin/ksh /bin/sh [*]):
 * umask handlint due to umask producing different number of leading 0s in
   ksh(1) and sh(1)
 * dependency handling is different due to "`...`" being interpreted
   differently

([*] needed on NetBSD 1.5.1_BETA2/cobalt, as /bin/sh keeps on dumping core
     in ramdom situations.)


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

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