non port: chinese/big5width/pkg-plist |
Number of commits found: 6 |
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 20 Oct 2014
|
08:38 bapt
Cleanup plist
|
Saturday, 31 May 2014
|
15:11 antoine
Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
|
Tuesday, 14 Nov 2006
|
19:01 rafan
- Now I understand what really happened. share/locale/zh_TW.UTF-8/LC_CTYPE
is a symlink to ../UTF-8/LC_CTYPE. So, changing the linking target is
enough.
This should really fix pointyhat build.
|
Saturday, 11 Nov 2006
|
21:27 rafan
- Link is evil. Instead, we directly overwrite the locale file and
put it back when deinstall.
This should fix the build according to my tinderbox.
|
Friday, 10 Nov 2006
|
20:13 rafan
Add big5width 1.0: Unicode width dirty fix for Big5 font (zh_TW.UTF-8 locale).
Obtained from: Kuang-che Wu (kcwu at csie.org)
|
Number of commits found: 6 |