aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:44:29 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:44:29 +0000
commite19dbbb30d623bd7c61dfa81f7ebc89fd3531630 (patch)
treea9ef68e6fc2b321c3cd2ce2231ce979474c18b2b /editors
parent095cce8326c84aa13a2e4c483ec0083efd8ed6e0 (diff)
downloadports-e19dbbb30d623bd7c61dfa81f7ebc89fd3531630.tar.gz
ports-e19dbbb30d623bd7c61dfa81f7ebc89fd3531630.zip
Add explanation of `locale warning message' to DESCR and MESSAGE.
PR: ports/15900 Submitted by: Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
Notes
Notes: svn path=/head/; revision=24645
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs20-dl/pkg-descr9
-rw-r--r--editors/emacs20-dl/pkg-message13
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/emacs20-dl/pkg-descr b/editors/emacs20-dl/pkg-descr
index 640a9b1020a5..11caa2ac14f4 100644
--- a/editors/emacs20-dl/pkg-descr
+++ b/editors/emacs20-dl/pkg-descr
@@ -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
diff --git a/editors/emacs20-dl/pkg-message b/editors/emacs20-dl/pkg-message
new file mode 100644
index 000000000000..78a119ac5e7c
--- /dev/null
+++ b/editors/emacs20-dl/pkg-message
@@ -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.
+
+****************************************************************************