Subject: Re: CVS commit: pkgsrc/mk
To: Johnny C. Lam <jlam@NetBSD.org>
From: Alistair Crooks <agc@pkgsrc.org>
List: pkgsrc-changes
Date: 04/13/2005 17:08:46
On Wed, Apr 13, 2005 at 02:07:31PM +0000, Johnny C. Lam wrote:
> 
> Module Name:	pkgsrc
> Committed By:	jlam
> Date:		Wed Apr 13 14:07:31 UTC 2005
> 
> Modified Files:
> 	pkgsrc/mk: bsd.pkg.mk
> 
> Log Message:
> Fix error introduced in rev. 1.1606: "$${PKGVULNDIR}" should be
> "${PKGVULNDIR}" (one $, not two).  This was causing the vulnerabilities
> file to be looked for in the wrong place.  This fix makes the
> check-vulnerable target actually parse the vulnerabilities file and
> look for vulnerable installed packages again.

Thanks - it was actually meant to be two '$'s, though, so that the
value gets evaluated in the shell, not by make(1).  I suspect that a
suitable default value for PKGVULNDIR just needs to be set in the
shell.

This is also related to some patches from Hauke Fath for PR 28230

Regards,
Alistair