Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 10/18/2003 05:23:48
Module Name: pkgsrc
Committed By: grant
Date: Sat Oct 18 05:23:48 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
properly quote the value of PKGNAME_REQD when calling ${MAKE} to
build a dependency so that the shell does not attempt to do
interpret the value of PKGNAME_REQD.
noticed on Linux building graphics/mplayer where the build of
audio/nas was broken because ${MAKE} was being called with
PKGNAME_REQD=nas>=1.4.2 instead of PKGNAME_REQD="nas>=1.4.2"
To generate a diff of this commit:
cvs rdiff -r1.1295 -r1.1296 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.