- 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)
This commit is contained in:
parent
e80d36dfc9
commit
1124bb0496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199041
1 changed files with 15 additions and 0 deletions
15
ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist
Normal file
15
ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- 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");
|
||||
|
||||
|
Loading…
Reference in a new issue