Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141105 - games-roguelike/hengband: misused and broken cjk useflag
Summary: games-roguelike/hengband: misused and broken cjk useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 18:08 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-07-19 19:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (hengband-ebuild.patch,1.01 KB, patch)
2006-07-19 18:09 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-19 18:08:53 UTC
Just noticed this the other day while testing, and I forgot to report this.

There's a problem with hengband and the cjk useflag, right now its use actually influences only src_install, to install Japanese documentation, as the configure script is broken and threats --enable-japanese as --disable-japanese (usual problem). Rather than fixing the configure script is most likely simpler to use the switch conditionally.

Also, cjk is not the proper useflag for that:

use.desc:cjk - Adds support for Multi-byte character languages (Chinese, Japanese, Korean)

what it should use is instead, most likely, linguas_ja, that is supposed to give you Japanese language.

I'm attaching the patch for the thing, if it is of any help.

Bye,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-19 18:09:25 UTC
Created attachment 92246 [details, diff]
Ebuild patch
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2006-07-19 19:02:08 UTC
Looks fine, commit on.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-19 19:11:03 UTC
Thanks, committed now.