Bug 19857 - put sample app-defaults file into ja_JP.EUC specific place
Summary: put sample app-defaults file into ja_JP.EUC specific place
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-12 01:30 UTC by MITA Yoshio
Modified: 2000-07-12 03:52 UTC (History)
0 users

See Also:


Attachments
file.diff (742 bytes, patch)
2000-07-12 01:30 UTC, MITA Yoshio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MITA Yoshio 2000-07-12 01:30:01 UTC
Currently, japanese/tgif installs app-defaults file for japanese character
configuration in ${PREFIX}/lib/X11/app-defaults.
Thanks to recent change of tgif-nls, on which japanese/tgif depends
can load app-defaults from LANG specific place such as 
${PREFIX}/lib/X11/ja_JP.EUC/app-defaults.

This PR is to change install place for japanese app-defaults to 
ja_JP.EUC/app-defaults rather than app-defaults directly.  By this,
arbitrary numbers of app-defaults can be installed and be switched
just with setenv LANG XXXX. Nice.
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2000-07-12 03:52:22 UTC
State Changed
From-To: open->closed

Committed, thanks.