aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/bsdftpd-ssl
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2007-09-08 03:31:41 +0800
committerbeech <beech@FreeBSD.org>2007-09-08 03:31:41 +0800
commitc6272ff92b1122ac0104a54fcb9e1e38d8f65ae6 (patch)
treef44cd98e83d36c3b847f3f40c743047321eb9074 /ftp/bsdftpd-ssl
parentd4d1ee457f138850cbfa967369ecfebf9b0e6f37 (diff)
downloadfreebsd-ports-gnome-c6272ff92b1122ac0104a54fcb9e1e38d8f65ae6.tar.gz
freebsd-ports-gnome-c6272ff92b1122ac0104a54fcb9e1e38d8f65ae6.tar.zst
freebsd-ports-gnome-c6272ff92b1122ac0104a54fcb9e1e38d8f65ae6.zip
- 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)
Diffstat (limited to 'ftp/bsdftpd-ssl')
-rw-r--r--ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist15
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist b/ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist
new file mode 100644
index 000000000000..4489ccb14040
--- /dev/null
+++ b/ftp/bsdftpd-ssl/files/patch-contrib-libedit-makelist
@@ -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");
+
+