Bug 104043 - jman(1) in /usr/ports/japanese/man is obsolete.
Summary: jman(1) in /usr/ports/japanese/man is obsolete.
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 10:30 UTC by do.dat
Modified: 2007-03-08 04:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description do.dat 2006-10-06 10:30:20 UTC
The jman(1) in /usr/ports/japanese/man (ja-man-1.1j_5 to me) is obsolete.

The locale ja_JP.EUC did not work for jman on 6.1-RELEASE.
Tha word `ja_JP.EUC' in jman(1) should be replaced with `ja_JP.eucJP',
it works correctly.

Fix: 

Modify jman(1) in /usr/ports/japanese/man  correctly.

s/ja_JP.EUC/ja_JP.eucJP/
How-To-Repeat: Set the environment variable LC_CTYPE (or LANG) to ja_JP.EUC, 
and then execute jman hoge command on 6.1-RELEASE.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-06 10:30:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-08 04:37:18 UTC
kuriyama    2007-03-08 04:37:12 UTC

  FreeBSD ports repository

  Modified files:
    japanese/man         Makefile 
  Added files:
    japanese/man/files   patch-jman.man patch-jman.man.eng 
  Log:
  - Fix to indicate to use ja_JP.eucJP instead of ancient ja_JP.EUC.
  
  PR:             ports/104043
  Submitted by:   "do.dat" <doitdoit@myTrashMail.com>
  
  Revision  Changes    Path
  1.37      +1 -1      ports/japanese/man/Makefile
  1.1       +11 -0     ports/japanese/man/files/patch-jman.man (new)
  1.1       +11 -0     ports/japanese/man/files/patch-jman.man.eng (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2007-03-08 04:37:25 UTC
State Changed
From-To: open->closed

Sorry for late. 

Committed, thanks!