[118682] trunk/dports/graphics/fontconfig/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 7 19:56:30 PDT 2014


Revision: 118682
          https://trac.macports.org/changeset/118682
Author:   ryandesign at macports.org
Date:     2014-04-07 19:56:30 -0700 (Mon, 07 Apr 2014)
Log Message:
-----------
fontconfig: don't remove and forcibly regenerate caches every time (#43279)

Modified Paths:
--------------
    trunk/dports/graphics/fontconfig/Portfile

Modified: trunk/dports/graphics/fontconfig/Portfile
===================================================================
--- trunk/dports/graphics/fontconfig/Portfile	2014-04-08 02:02:46 UTC (rev 118681)
+++ trunk/dports/graphics/fontconfig/Portfile	2014-04-08 02:56:30 UTC (rev 118682)
@@ -67,8 +67,8 @@
 
 post-activate {
     # fc-cache can fail due to /Network/Library/Fonts being unavailable, so force success.
-    system "${prefix}/bin/fc-cache -frsv || true"
-    system "${prefix}/bin/fc-cache -frv || true"
+    system "${prefix}/bin/fc-cache -sv || true"
+    system "${prefix}/bin/fc-cache -v || true"
 }
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140407/8a43b064/attachment.html>


More information about the macports-changes mailing list