Subject: mk/bsd.pkg.mk broken
To: None <tech-pkg@NetBSD.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: tech-pkg
Date: 03/28/2005 18:39:59
There is a syntax error in mk/bsd.pkg.mk.

bones# make
make: "../../mk/../../mk/bsd.pkg.mk" line 531: Need an operator
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/pkgsrc/net/ntp4
bones#

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

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

Looks like it should be:
if [ -n "${PKG_OPTIONS10.3/unstable/{_LOCALPATCHFILES}" ]; then     \

In /etc/mk.conf I have:
LOCALPATCHES=/usr/pkgpatches

	rvdp