Bug 113092 - [PATCH] japanese/xdvik: does not show japanese chars
Summary: [PATCH] japanese/xdvik: does not show japanese chars
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 16:50 UTC by hiroto.kagotani
Modified: 2007-06-02 05:50 UTC (History)
0 users

See Also:


Attachments
file.diff (431 bytes, patch)
2007-05-28 16:50 UTC, hiroto.kagotani
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiroto.kagotani 2007-05-28 16:50:04 UTC
japanese/xdvik requires NeedWidePrototypes set to 1 to handle japanese
(wide) characters.  But, because X.org 7.2 defines NARROWPROTO in
X11/Xfuncproto.h by default and it causes NeedWidePrototypes set to 0,
xdvi does not show any japanese characters.

How-To-Repeat: Create a latex source file including japanese text,
convert it to dvi using platex,
and run xdvi for the dvi file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-28 16:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-02 05:45:19 UTC
hrs         2007-06-02 04:45:13 UTC

  FreeBSD ports repository

  Modified files:
    japanese/xdvik       Makefile 
  Added files:
    japanese/xdvik/files patch-texk-xdvik-xdvi.h 
  Log:
  Add a workaround for NeedWidePrototypes problem of Xorg 7.x.
  Bump PORTREVISION.
  
  PR:     ports/113092
  
  Revision  Changes    Path
  1.40      +1 -1      ports/japanese/xdvik/Makefile
  1.1       +11 -0     ports/japanese/xdvik/files/patch-texk-xdvik-xdvi.h (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 Hiroki Sato freebsd_committer freebsd_triage 2007-06-02 05:45:45 UTC
State Changed
From-To: open->closed

A workaround for this problem has been committed.  Thanks for the report!