[91582] trunk/dports/print/ghostscript/Portfile

takanori at macports.org takanori at macports.org
Thu Apr 5 23:33:36 PDT 2012


Revision: 91582
          https://trac.macports.org/changeset/91582
Author:   takanori at 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"
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/99d6c0d0/attachment.html>


More information about the macports-changes mailing list