Add explanation of `locale warning message' to DESCR and MESSAGE.
PR: ports/15900 Submitted by: Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
This commit is contained in:
parent
095cce8326
commit
e19dbbb30d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24645
@ -9,4 +9,13 @@ Emacs binary is:
|
||||
Dynamic loading patch:
|
||||
http://www.etl.go.jp/~tomo/comp/emacsen/emacs-20.4-dl3.diff.gz
|
||||
|
||||
NOTE: This binary is not linked with libxpg4 shared library by default.
|
||||
If your LANG environment variable has a value but "C", the following
|
||||
warning message may be displayed:
|
||||
|
||||
Warning: locale not supported by C library, locale unchanged
|
||||
|
||||
If you complain about this message, type `make install USE_XPG4=YES'
|
||||
at the "${PORTSDIR}/editors/japanese" directory to re-make this package.
|
||||
|
||||
--- Porting by shige@FreeBSD.ORG
|
||||
|
13
editors/emacs20-dl/pkg-message
Normal file
13
editors/emacs20-dl/pkg-message
Normal file
@ -0,0 +1,13 @@
|
||||
****************************************************************************
|
||||
NOTE: Warning message about locale.
|
||||
|
||||
This binary is not linked with libxpg4 shared library by default.
|
||||
If your LANG environment variable has a value but "C", the following
|
||||
warning message may be displayed:
|
||||
|
||||
Warning: locale not supported by C library, locale unchanged
|
||||
|
||||
If you complain about this message, type `make install USE_XPG4=YES'
|
||||
at the "${PORTSDIR}/editors/japanese" directory to re-make this package.
|
||||
|
||||
****************************************************************************
|
Loading…
Reference in New Issue
Block a user