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

takanori at macports.org takanori at macports.org
Fri Sep 3 09:08:29 PDT 2010


Revision: 71166
          http://trac.macports.org/changeset/71166
Author:   takanori at macports.org
Date:     2010-09-03 09:08:28 -0700 (Fri, 03 Sep 2010)
Log Message:
-----------
Ghostscript:
 - Force use of the old but stable Artifex Font Scaler (AFS) instead of the new Freetype scaler/renderer, to avoid some glitches.
 -- http://bugs.ghostscript.com/show_bug.cgi?id=691592
 -- http://ito-hi.blog.so-net.ne.jp/2010-09-03 (Japanese)

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2010-09-03 15:02:17 UTC (rev 71165)
+++ trunk/dports/print/ghostscript/Portfile	2010-09-03 16:08:28 UTC (rev 71166)
@@ -6,7 +6,7 @@
 name            ghostscript
 version         9.00
 set version_sub rc2
-revision        2
+revision        3
 categories      print
 maintainers     takanori openmaintainer
 description     GPL Ghostscript, An interpreter for PostScript and PDF
@@ -79,7 +79,8 @@
 configure.args  --disable-compile-inits \
                 --disable-cups \
                 --disable-gtk \
-                --with-system-libtiff
+                --with-system-libtiff \
+                --disable-freetype
 
 build.target        so
 use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100903/46db58ad/attachment.html>


More information about the macports-changes mailing list