From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id 20C98387085C for ; Tue, 12 May 2020 18:02:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 20C98387085C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-355-4X2f3Zy8PQ-HCj3J1bevWQ-1; Tue, 12 May 2020 14:02:50 -0400 X-MC-Unique: 4X2f3Zy8PQ-HCj3J1bevWQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7A5768005B7 for ; Tue, 12 May 2020 18:02:49 +0000 (UTC) Received: from ovpn-113-5.rdu2.redhat.com (ovpn-113-5.rdu2.redhat.com [10.10.113.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F333F7D8F7 for ; Tue, 12 May 2020 18:02:48 +0000 (UTC) Message-ID: Subject: Re: [ITA from Yaakov] freetype2 From: Yaakov Selkowitz To: cygwin-apps Date: Tue, 12 May 2020 14:02:47 -0400 In-Reply-To: References: User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 18:02:54 -0000 On Tue, 2020-05-12 at 12:50 -0400, Ken Brown via Cygwin-apps wrote: > My cygport file is attached. Aside from some trivial URL changes, it dif= fers=20 > from Yaakov's as follows: >=20 > 1. I've bumped the version from 2.9.1 to 2.10.2, the latest upstream rele= ase. Unfortunately 2.10 has some ABI/API-breaking changes, which Fedora mitigates with the following patches: https://src.fedoraproject.org/rpms/freetype/raw/master/f/freetype-2.10.0-in= ternal-outline.patch https://src.fedoraproject.org/rpms/freetype/raw/master/f/freetype-2.10.1-de= bughook.patch > 2. I removed the Fedora patch freetype-2.9-ftsmooth.patch, which is no lo= nger=20 > used in the Fedora build. Fine. > 3. I removed the line 'cygmake refdoc', which was previously used to buil= d the=20 > API reference manual. The html files are now included in the source tarb= all.=20 > The refdoc target is apparently now only needed for a build from the upst= ream=20 > git repo. IIRC there were also new Python module build requirements necessary to (re)build the docs, so just as well. > PATCH_URI=3D" > =09https://src.fedoraproject.org/cgit/rpms/freetype.git/plain/freetype-2.= 3.0-enable-spr.patch > =09https://src.fedoraproject.org/cgit/rpms/freetype.git/plain/freetype-2.= 2.1-enable-valid.patch > =09https://src.fedoraproject.org/cgit/rpms/freetype.git/plain/freetype-2.= 6.5-libtool.patch > " These currently work through forwarding but should be changed to the new locations: =20 https://src.fedoraproject.org/rpms/freetype/raw/master/f/$FILENAME -- Yaakov