Subject: PR/29613 CVS commit: pkgsrc/mk
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-bugs
Date: 03/20/2005 18:19:01
The following reply was made to PR pkg/29613; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29613 CVS commit: pkgsrc/mk
Date: Sun, 20 Mar 2005 18:18:09 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jmmv
 Date:		Sun Mar 20 18:18:09 UTC 2005
 
 Modified Files:
 	pkgsrc/mk: bsd.pkg.mk
 
 Log Message:
 Reset the current locale to a sane value (that is, 'C') during the build
 of packages.  Several utilities behave differently or even incorrectly if
 a locale different than 'C' is set.
 
 One of these is perl, which spits a big warning and then breaks some
 packages.  An example is irssi, as described in PR pkg/29613 by Hanno
 Wagner.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1600 -r1.1601 pkgsrc/mk/bsd.pkg.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.