Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2005 21:36:05
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri May 20 21:36:05 UTC 2005

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

Log Message:
Change instances where we stored `shell command` in a make variable into
variables that use the :sh modifier.  This still causes expansion to only
happen when referenced, and has the advantage of being :Q-safe.

Bring back the changes from revision 1.19 of mk/subst.mk now that the
problem noted above has been fixed.  This passes the buildlink-unwrap
regression test.


To generate a diff of this commit:
cvs rdiff -r1.1672 -r1.1673 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.20 -r1.21 pkgsrc/mk/subst.mk
cvs rdiff -r1.30 -r1.31 pkgsrc/mk/wrapper/bsd.wrapper.mk

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