Bug 88920 - japanese/anthy: Fix for optional dictionary
Summary: japanese/anthy: Fix for optional dictionary
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-13 12:00 UTC by Yamashiro
Modified: 2005-11-13 15:22 UTC (History)
0 users

See Also:


Attachments
file.diff (3.52 KB, patch)
2005-11-13 12:00 UTC, Yamashiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yamashiro freebsd_committer freebsd_triage 2005-11-13 12:00:29 UTC
Changelog:
1. Fix optional dictionary patch in Makefile.
2. Update Okinawa dictionary to 20051104 (optional dictionary)
3. Add SHA256 to distinfo

japanese/anthy-7100b works well in normal usage.
But, this version can't use with optional kana-kanji dictionaries.

I changed dictionary configuration patch in Makefile.


Cause:
Change dictionary management code between anthy-6xxx and anthy-7100.

Fix: Apply this patch to /usr/ports/japanese/anthy
How-To-Repeat: # cvsup -g /path/to/ports-supfile   (update ports tree)
# cd /usr/ports/japanese/anthy
# grep PORTVERSION Makefile                                         
PORTVERSION=    7100b
# make WITH_2chDIC=yes WITH_OKIDIC=yes WITH_GSKKDIC=yes
# make install

Type some Japanese words like a "kita-", "itteyoshi",
"inbubi-chi", "nishinjyou", "dakujyaku"
(these words only in optional dictionaries)
with anthy.el/uim/scim.  You get not correct Japanese text.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-11-13 14:59:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2005-11-13 15:22:26 UTC
State Changed
From-To: open->closed

Committed, thanks!