Subject: Re: CVS commit: pkgsrc/mk
To: Marc Recht <recht@netbsd.org>
From: Johnny C. Lam <jlam@buildlink.org>
List: pkgsrc-changes
Date: 01/25/2004 14:18:18
On Sun, Jan 25, 2004 at 08:20:46PM +0100, Marc Recht wrote:
> 
> Index: bsd.prefs.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/mk/bsd.prefs.mk,v
> retrieving revision 1.143
> diff -u -r1.143 bsd.prefs.mk
> --- bsd.prefs.mk        25 Jan 2004 18:42:53 -0000      1.143
> +++ bsd.prefs.mk        25 Jan 2004 19:19:53 -0000
> @@ -395,7 +395,7 @@
> # "${PKG_INFO} -e pkgpattern" if the latter would return more than one
> # package name.
> #
> -PKG_BEST_EXISTS?=      ${PKG_ADMIN} -b -d ${_PKG_DBDIR} ${_NULL_SUFFIX} 
> lsbest
> +PKG_BEST_EXISTS?=      ${PKG_ADMIN} -b -d ${_PKG_DBDIR} -S lsbest
> 
> .ifndef PKGTOOLS_VERSION
> PKGTOOLS_VERSION!=     ${PKG_INFO_CMD} -V 2>/dev/null || echo 20010302

I've applied this patch as-is to shorten the turnaround time.

	Thanks,

	-- Johnny Lam <jlam@buildlink.org>