From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 19:57:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DD5C454; Mon, 6 Apr 2015 19:57:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 896C2BC3; Mon, 6 Apr 2015 19:57:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36JvpLq029537; Mon, 6 Apr 2015 19:57:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36Jvp5p029536; Mon, 6 Apr 2015 19:57:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504061957.t36Jvp5p029536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Apr 2015 19:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383474 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 19:57:51 -0000 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@FreeBSD.org