diff options
author | asami <asami@FreeBSD.org> | 1997-09-19 09:34:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-19 09:34:33 +0000 |
commit | 2c602f7bff6a0c098a8dc1a1081b4d16f86cc835 (patch) | |
tree | b294401dee81c124369c6ff58c8c3d26d7159917 /chinese/FreeWnn-lib | |
parent | 0bb8cee4ccdc0f485766efb3605fe6d378c1f376 (diff) | |
download | FreeBSD-ports-2c602f7bff6a0c098a8dc1a1081b4d16f86cc835.zip FreeBSD-ports-2c602f7bff6a0c098a8dc1a1081b4d16f86cc835.tar.gz |
Misc. cleanup from maintainer. Create "wnn" account automatically if
doesn't exist.
PR: 4409
Submitted by: maintainer
Diffstat (limited to 'chinese/FreeWnn-lib')
-rw-r--r-- | chinese/FreeWnn-lib/pkg-descr | 15 | ||||
-rw-r--r-- | chinese/FreeWnn-lib/pkg-plist | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/chinese/FreeWnn-lib/pkg-descr b/chinese/FreeWnn-lib/pkg-descr index 72496ed..0dc44fd 100644 --- a/chinese/FreeWnn-lib/pkg-descr +++ b/chinese/FreeWnn-lib/pkg-descr @@ -23,9 +23,9 @@ Hidekazu Kuroki ------------------------------------------------------------------- -This port is applied a patch for Xsi/jserver/b_index.c. This code is -only used in a Chinese method 'cWnn'. But you are not able to use -'Qianma' very well. +Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> make a patch for +Xsi/jserver/b_index.c. This code is only used in a Chinese method +'cWnn'. But you are not able to use 'Qianma' very well. That bug is cuased by what cWnn has codes depend on architectures about small-endian and big-endian machines. @@ -33,13 +33,16 @@ about small-endian and big-endian machines. If there are any problem in this patch, please know Mr. Ito via E-mail. -Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> - -------------------------------------------------------------------- Mr. Yoshio KATAYAMA <kate@pfu.co.jp> fixed many bugs for Wnn4.2. Patches for those are in 'Wnn4.2.patch.tar.gz' and are applied in this port. +[Notice] +When compiling by this ports, if $LOCALBASE is not '/usr/local' and/or +$X11BASE is not '/usr/X11R6' then you should properly change two lines +'@cwd /usr/local' and '@cwd /usr/X11R6' in +$PORTSDIR/chinese/Wnn/pkg/PLIST. + -- S. Taoka <taoka@infonets.hiroshima-u.ac.jp> diff --git a/chinese/FreeWnn-lib/pkg-plist b/chinese/FreeWnn-lib/pkg-plist index d3ba1ae..c4f9832 100644 --- a/chinese/FreeWnn-lib/pkg-plist +++ b/chinese/FreeWnn-lib/pkg-plist @@ -1,4 +1,4 @@ -@cwd %%LOCALBASE%% +@cwd /usr/local etc/rc.d/cWnn.sh lib/wnn/zh_CN/cserverrc lib/wnn/zh_CN/cixing.data @@ -203,7 +203,7 @@ share/doc/cn-Wnn/manual.en/preface @dirrm share/doc/cn-Wnn/manual.en @dirrm share/doc/cn-Wnn/manual @dirrm share/doc/cn-Wnn -@cwd %%X11BASE%% +@cwd /usr/X11R6 lib/libcwnn.a include/cwnn/jllib.h include/cwnn/jslib.h |