1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/japanese/dbskkd-cdb/files/patch-READMEJP
Makoto Matsushita e3226f9ae1 Update to version 2.00 (yes, major _release_ version).
As you know, 1.71dev does chroot(2) to the directory that dictionary
is located, and this makes the server configuration a little bit confused.
1.71dev also uses stderr as debugging information output, so that it may
affect some clients if dbskkd-cdb is kicked from inetd(8).

But these annoyed days are over.  2.00 behavior is backed to the one
as of 1.01; no chroot(2), no debug output to stderr (yeah!).

From this version, dbskkd-cdb uses tinycdb instead of original cdb.
For Makefile simplicity, this ports BUILD_DEPENDS to tinycdb.  Thanks
to higher compatibility between tinycdb and cdb, you don't need to
rebuild CDB dictionary file; ports/japanese/skk-jisyo-cdb is not changed.

I've removed two patches, the one is just unneeded for now, and the another
one is for ports understandability (patch-aa is not a good idea; I can keep
this, but this is the second major version release -- it is a good time
to rename the patch file.)

Thank you to Kenji Rikitake, the dbskkd-cdb author, to let me to know
the 2.00 release in advance, and give some time to update this ports.
2009-02-10 17:04:26 +00:00

27 lines
1.1 KiB
Plaintext

--- READMEJP.dist 2009-02-06 11:56:47.000000000 +0900
+++ READMEJP 2009-02-11 01:30:09.000000000 +0900
@@ -40,11 +40,11 @@
1. 添付の makeskkcdb.sh を実行する.このスクリプトでは
辞書ファイルは skktocdbm.sh の標準入力に与える.
- ファイル名の既定値は /usr/local/share/skk/SKK-JISYO.L である.
- 実行するとカレントディレクトリに SKK-JISYO.L.cdb が作られる.
+ ファイル名の既定値は %%PREFIX%%/%%SKKDIR%%/%%JISYONAME%% である.
+ 実行するとカレントディレクトリに %%JISYONAME%%.cdb が作られる.
この辞書ファイルはインストールの際 dbskkd-cdb.c 中の
JISYO_FILE で指定するディレクトリに置く.
- JISYO_FILE の規定値は /usr/local/share/skk/SKK-JISYO.L.cdb である.
+ JISYO_FILE の規定値は %%PREFIX%%/%%SKKDIR%%/%%JISYONAME%%.cdb である.
注意: 1.x ではこのマクロは "JISHO_FILE" と定義していたが,
辞書ファイルとの名前の整合性を取るためにこのようにした.
@@ -53,7 +53,7 @@
また TinyCDB 中の libcdb.a をリンクする.
3. make install で dbskkd-cdb を実行ディレクトリにコピーする.
- 既定値では /usr/local/libexec へコピーする.
+ 既定値では %%PREFIX%%/libexec へコピーする.
●インストールの際の注意