Bug 113771 - Postscript fonts are not found in NetBSD
Summary: Postscript fonts are not found in NetBSD
Status: RESOLVED FIXED
Alias: None
Product: kpdf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources NetBSD
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 13:57 UTC by Hasso Tepper
Modified: 2005-10-03 20:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix the problem (579 bytes, patch)
2005-10-03 13:57 UTC, Hasso Tepper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hasso Tepper 2005-10-03 13:57:25 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                NetBSD

Postscript fonts are not found in NetBSD platform. Attached patch fixes the problem.
Comment 1 Hasso Tepper 2005-10-03 13:57:56 UTC
Created attachment 12828 [details]
Patch to fix the problem
Comment 2 Albert Astals Cid 2005-10-03 20:14:06 UTC
SVN commit 466934 by aacid:

Find PS fonts on NetBSD
Thanks for the patch
BUG: 113771


 M  +2 -0      GlobalParams.cc  


--- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GlobalParams.cc #466933:466934
@@ -113,8 +113,10 @@
 #else
 static const char *displayFontDirs[] = {
   "/usr/share/ghostscript/fonts",
+  "/usr/pkg/share/ghostscript/fonts",
   "/usr/local/share/ghostscript/fonts",
   "/usr/share/fonts/default/Type1",
+  "/usr/X11R6/lib/X11/fonts/Type1",
   "/usr/share/fonts/default/ghostscript",
   "/usr/share/fonts/type1/gsfonts",
   NULL