Subject: Re: pkg/32171
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 12/12/2005 21:50:01
The following reply was made to PR pkg/32171; it has been noted by GNATS.

From: Roland Illig <rillig@NetBSD.org>
To: Thomas Klausner <wiz@danbala.tuwien.ac.at>,
	Martin Husemann <martin@duskware.de>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/32171
Date: Mon, 12 Dec 2005 22:45:27 +0100

 >  -PKG_INFO:=		${PKG_INFO}
 >  -PKG_CREATE:=		${PKG_CREATE}
 >  +#PKG_INFO:=		${PKG_INFO:Q}
 >  +#PKG_CREATE:=		${PKG_CREATE:Q}
 
 I don't know why the package should not work _with_ the redefinition, 
 but they are not needed anymore since revision 1.10 of the Makefile. See 
 the CVS ChangeLog, revision 1.9 upto 1.10 for details.
 
 Roland