Subject: Re: mk/bsd.pkg.mk broken
To: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
From: Todd Vierling <tv@duh.org>
List: tech-pkg
Date: 03/28/2005 12:01:19
On Mon, 28 Mar 2005, Ronald van der Pol wrote:

> There is a syntax error in mk/bsd.pkg.mk.

> pkgsrc-2005Q1 (1.1548) has in line 581:
> if [ -n "${PKG_OPTIONS10.3/unstable/

pkgsrc-2005Q1 has rev 1.1601, not rev 1.1548.  (1.1548 is on pkgsrc-2004Q4.)

> HEAD (1.1604) has in line 523:
> if [ -n "${PKG_OPTIONS10.3/unstable/
> {_LOCALPATCHFILES}" ]; then     \

Not here.  Looks like you have a corrupted copy.  Mine says:

if [ -n "${PKG_OPTIONS}" ] || [ -n "${_LOCALPATCHFILES}" ]; then        \

No word "unstable" anywhere in there.

-- 
-- Todd Vierling <tv@duh.org> <tv@pobox.com>