From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24871 invoked by alias); 13 May 2014 21:14:46 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 24862 invoked by uid 89); 13 May 2014 21:14:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.12.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 May 2014 21:14:44 +0000 Received: from limerock04.mail.cornell.edu (limerock04.mail.cornell.edu [128.84.12.60]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4DLEgd8021437 for ; Tue, 13 May 2014 17:14:42 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4DLEgRj008967 for ; Tue, 13 May 2014 17:14:42 -0400 Received: from [128.84.234.164] (dijon.math.cornell.edu [128.84.234.164]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s4DLEfDr028617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Tue, 13 May 2014 17:14:42 -0400 Message-ID: <53728B3C.3000405@cornell.edu> Date: Tue, 13 May 2014 21:14:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: fontconfig-2.11.1-1 References: <53717920.7050401@cornell.edu> <537282B0.3090603@users.sourceforge.net> In-Reply-To: <537282B0.3090603@users.sourceforge.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00020.txt.bz2 On 5/13/2014 4:38 PM, Yaakov (Cygwin/X) wrote: > On 2014-05-12 20:45, Ken Brown wrote: >> On 5/9/2014 11:07 AM, Yaakov (Cygwin/X) wrote: >>> This is an update to the latest upstream release. The Windows font >>> directory has been removed from the default fonts path due to issues >>> caused by stale caches; a separate package to add it to the path, as >>> well as keep the cache current automatically, should be available soon. >> >> You also removed /usr/share/ghostscript/fonts, >> /usr/share/texmf-dist/fonts/opentype, >> /usr/share/texmf-dist/fonts/truetype, and >> /usr/share/texmf-dist/fonts/type1. Was that intentional? > > Yes, because it seems that they would also have this issue because > nothing in the providing packages updates the cache. (cygport only > generates fontconfig postinstall scripts for /usr/share/fonts.) I don't know about the ghostscript fonts, but cygport does generate the appropriate fc-cache commands in the postinstall scripts for the texlive-collection-* packages that install fonts. This is done in __prep_texlive() in src_postinst.cygpart. Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/