Subject: Re: pkg/32171: various pkg_* tools failures
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: pkgsrc-bugs
Date: 12/12/2005 12:35:01
The following reply was made to PR pkg/32171; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/32171: various pkg_* tools failures
Date: Mon, 12 Dec 2005 13:31:16 +0100

 --k1lZvvs/B4yU6o8G
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 This patch fixes it for me (dunno why gnats did not pick up the long
 discussion leading to this). The :Q change did not work, but removing
 the whole assignment did the trick.
 
 Martin
 
 --k1lZvvs/B4yU6o8G
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/shells/standalone-tcsh/Makefile,v
 retrieving revision 1.16
 diff -u -r1.16 Makefile
 --- Makefile	29 Jul 2005 18:32:18 -0000	1.16
 +++ Makefile	12 Dec 2005 12:29:12 -0000
 @@ -13,8 +13,8 @@
  COMMENT:=		Standalone version of the Extended C-shell
  MAINTAINER=		agc@NetBSD.org
  
 -PKG_INFO:=		${PKG_INFO}
 -PKG_CREATE:=		${PKG_CREATE}
 +#PKG_INFO:=		${PKG_INFO:Q}
 +#PKG_CREATE:=		${PKG_CREATE:Q}
  PREFIX=			/
  NLSDIR=			usr/share/nls
  CONFIGURE_ARGS=		--prefix=${PREFIX} --bindir=/bin
 
 --k1lZvvs/B4yU6o8G--