head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.09.07.19.31.41;	author beech;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Add patch - Set LANG=C while doing character translations.

PR:		ports/115966
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
Approved by:	Nick Leuta <skynick@@mail.sc.ru> (maintainer),
		sat (mentor)
@
text
@--- contrib/libedit/makelist.orig	2001-12-17 07:55:26.000000000 +0800
+++ contrib/libedit/makelist	2007-08-31 20:32:51.000000000 +0800
@@@@ -128,8 +128,8 @@@@
 	    printf("#endif /* _h_help_c */\n");
 	}' /dev/null;;
 -fh)
-    cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
-    sort | tr '[a-z]' '[A-Z]' | $AWK '
+    env LANG=C cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
+    sort | env LANG=C tr '[a-z]' '[A-Z]' | $AWK '
 	BEGIN { 
 	    printf("/* Automatically generated file, do not edit */\n");
 	    printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");

	
@
