summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2001-02-18 14:39:07 +0000
committertaca <taca>2001-02-18 14:39:07 +0000
commit4ef8ec1d3be59c686e46d5ad050edae53a5d1ace (patch)
tree1ff5d76d516d02bf7dac6ac7c6302d2a947329b7
parent6f79e363820419ead0a5166398a63a92ed46a8e5 (diff)
downloadpkgsrc-4ef8ec1d3be59c686e46d5ad050edae53a5d1ace.tar.gz
mknmz perl script accept "LANG", "LC_ALL", "LC_MESSAGES" or "LANGUAGE"
environment as processing language. Because of lack of locale suppor, perl may not accept locale related environment. So, user could use only "LANGUAGE" environment. Add warning for this setting of envionment problem.
-rw-r--r--japanese/namazu2/pkg/MESSAGE17
1 files changed, 13 insertions, 4 deletions
diff --git a/japanese/namazu2/pkg/MESSAGE b/japanese/namazu2/pkg/MESSAGE
index 4f3d8c5eff3..5b4833eae75 100644
--- a/japanese/namazu2/pkg/MESSAGE
+++ b/japanese/namazu2/pkg/MESSAGE
@@ -1,5 +1,14 @@
-$NetBSD: MESSAGE,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $
+$NetBSD: MESSAGE,v 1.2 2001/02/18 14:39:07 taca Exp $
+
+*WARNING*:
+
+1. Index file format has changed since namazu 2.0.
+ If you upgrade from namazu 1.X, you need to rebuild index
+ files at least.
+
+2. In order to processing Japanese, you need to set "LANG",
+ "LC_ALL", "LC_MESSAGES" or "LANGUAGE" environment to "ja".
+ Because of lack of locale support, you could only use
+ "LANGUAGE" environment. This restriction is hoped to
+ remove feature NetBSD release.
-*WARNING*: Index file format has changed since namazu 2.0.
-If you upgrade from namazu 1.X, you need to rebuild index
-files at least.