Revision: 91582 https://trac.macports.org/changeset/91582 Author: takanori@macports.org Date: 2012-04-05 23:33:36 -0700 (Thu, 05 Apr 2012) Log Message: ----------- ghostscript: use its own freetype instead of MacPorts' library (freetype @2.4.9_1) to avoid "missing characters" problem (Ticket #33822) Modified Paths: -------------- trunk/dports/print/ghostscript/Portfile Modified: trunk/dports/print/ghostscript/Portfile =================================================================== --- trunk/dports/print/ghostscript/Portfile 2012-04-06 06:29:54 UTC (rev 91581) +++ trunk/dports/print/ghostscript/Portfile 2012-04-06 06:33:36 UTC (rev 91582) @@ -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" }
participants (1)
-
takanori@macports.org