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:
Shigeyuki Fukushima 2000-01-11 15:44:29 +00:00
parent 095cce8326
commit e19dbbb30d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24645
2 changed files with 22 additions and 0 deletions

View File

@ -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

View 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.
****************************************************************************