From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23923 invoked by alias); 12 Feb 2015 11:58:29 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 23909 invoked by uid 89); 12 Feb 2015 11:58:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu Received: from limerock02.mail.cornell.edu (HELO limerock02.mail.cornell.edu) (128.84.13.242) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Feb 2015 11:58:27 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id t1CBwPRV025457 for ; Thu, 12 Feb 2015 06:58:26 -0500 Received: from [192.168.1.10] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id t1CBwOUq003501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 12 Feb 2015 06:58:25 -0500 Message-ID: <54DC9562.8090209@cornell.edu> Date: Thu, 12 Feb 2015 11:58:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: cygport patches for TeX Live References: <5490B70E.2040903@cornell.edu> <5490BB84.2020506@cornell.edu> <54920139.1030605@cornell.edu> <87bnn1z7sn.fsf@Gertrud.fritz.box> <5492D29F.5050306@cornell.edu> <54AA4285.6010805@cygwin.com> <54AAC3FA.8020204@cornell.edu> <87zj9x2jzr.fsf@Rainer.invalid> <54B83546.1030304@cornell.edu> <1423702229.12472.126.camel@cygwin.com> <54DC27A3.4060604@cornell.edu> In-Reply-To: <54DC27A3.4060604@cornell.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00156.txt.bz2 On 2/11/2015 11:10 PM, Ken Brown wrote: > On 2/11/2015 7:50 PM, Yaakov Selkowitz wrote: >> On Thu, 2015-01-15 at 16:46 -0500, Ken Brown wrote: >>> On 1/5/2015 12:52 PM, Achim Gratz wrote: >>>> Ken Brown writes: >>>>> Do you have an opinion about that? I suggested /etc/texmf/postinstall >>>>> or /var/lib/texmf/postinstall, but Achim had other ideas. The only >>>>> precedent we have so far is Achim's new _autorebase, which uses >>>>> /etc/rebase. >>>> >>>> Even for this I think /etc is the wrong place and I'd consider >>>> moving it >>>> elsewhere. Something in /var on the other hand sounds OK to me. >>>> LSB/FHS seems to suggest /var/lib for this purpose unless there is yet >>>> another more specific requirement I didn't find while browsing it. >>> >>> In view of https://cygwin.com/ml/cygwin-apps/2015-01/msg00034.html, >>> I'll use >>> /var/lib/texmf/postinstall for the postinstall markers. I'm >>> attaching revised >>> cygport patches. >> >> I applied and pushed patches 1 and 3; given the texlive/fontconfig >> discussion, does 2 still apply? > > Not as it stands. But for users who have chosen to make the TeX Live > fonts available to fontconfig (by creating a symlink as discussed in the > other thread), I think I should keep the font caches up to date. I'll > send a revised patch tomorrow that does this. On second thought, that patch is OK as is. I'll just change the texlive perpetual postinstall script so that it only calls fc-cache if the symlink /etc/fonts/conf.d/09-texlive.conf exists. Ken