svn commit: r383474 - head

Mark Felder feld at FreeBSD.org
Mon Apr 6 19:57:51 UTC 2015


Author: feld
Date: Mon Apr  6 19:57:50 2015
New Revision: 383474
URL: https://svnweb.freebsd.org/changeset/ports/383474

Log:
  Add tip for users experiencing font issues; they may need to force a
  font cache update

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Apr  6 19:04:09 2015	(r383473)
+++ head/UPDATING	Mon Apr  6 19:57:50 2015	(r383474)
@@ -82,6 +82,15 @@ you update your ports collection, before
 
   The Xorg servers now are looking there by default
 
+  If you experience font related issues, view the output of
+
+  # fc-list
+
+  If the list appears incomplete or has fonts still pointing to
+  /usr/local/lib/X11/fonts you may forcibly update the font cache:
+
+  # fc-cache -fs
+
 20150317:
   AFFECTS: users of editors/openoffice-4 and editors/openoffice-devel
   AUTHOR: truckman at FreeBSD.org


More information about the svn-ports-all mailing list