Bug 68203 - graphics/xpdf is broken with respect to truetype fonts
Summary: graphics/xpdf is broken with respect to truetype fonts
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: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 16:40 UTC by Andriy Gapon
Modified: 2004-06-22 17:49 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 Andriy Gapon 2004-06-22 16:40:25 UTC
      xpdf reports errors like:
Error: Couldn't create TrueType font for 'OSUJLP+TimesNewRoman,BoldItalic'
when trying to open a pdf document with embedded true type fonts, for example:
http://www.abit-usa.com/downloads/manual/nf7.zip
this happens because after 'make configure' aconf.h does not have *_FREETYPE_* macros defined even with freetype2 installed.
Also freetype headers are not properly included.

Fix: 

i have no experience with autoconf/configure, so no patch.
How-To-Repeat:       try to open pdf file at http://www.abit-usa.com/downloads/manual/nf7.zip
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-06-22 17:06:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

I'll handle this.  I already reported this problem to maintainer. 
http://www.freebsd.org/cgi/query-pr.cgi?pr=67902 
But he didn't fix it:-(.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-06-22 17:49:24 UTC
State Changed
From-To: open->closed

Fixed, thanks!