#33822: ghostscript @9.05_0 missing characters in loaded fonts ------------------------------+--------------------------------------------- Reporter: rosgen@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: freetype | Port: ghostscript ------------------------------+--------------------------------------------- Comment(by takanori@…): Well, maybe we should apply a quick fix like the following to avoid this problem. Until the latest freetype library would be fixed. {{{ $ LANG=C svn diff Index: Portfile =================================================================== --- Portfile (revision 90131) +++ Portfile (working copy) @@ -5,6 +5,7 @@ name ghostscript version 9.05 +revision 1 categories print license GPL-3+ maintainers takanori openmaintainer @@ -68,7 +69,7 @@ depends_build port:pkgconfig post-extract { - foreach d {freetype jbig2dec jpeg lcms2 libpng tiff zlib} { + foreach d {jbig2dec jpeg lcms2 libpng tiff zlib} { move "${worksrcpath}/${d}" "${worksrcpath}/${d}_local" } }}} This patch just makes ghostscript not to use MacPorts' freetype library. Any thoughts? -- Ticket URL: <https://trac.macports.org/ticket/33822#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS