From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71428 invoked by alias); 14 Jun 2017 17:44:14 -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 71368 invoked by uid 89); 14 Jun 2017 17:44:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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; Wed, 14 Jun 2017 17:44:06 +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 v5EHi8mh022620 for ; Wed, 14 Jun 2017 13:44:08 -0400 Received: from [192.168.0.4] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id v5EHi6GU015658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 14 Jun 2017 13:44:08 -0400 Subject: Re: [ITP] xforms 1.2.4 To: cygwin-apps@cygwin.com References: <8e292b71-2993-d564-f9b6-84d7a2694a73@cornell.edu> <00c38bd3-48d8-31ff-e085-1168cc5ebf9f@dronecode.org.uk> From: Ken Brown Message-ID: <1416f6e1-0ac8-7824-740e-a3a63df3a2dd@cornell.edu> Date: Wed, 14 Jun 2017 17:44:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <00c38bd3-48d8-31ff-e085-1168cc5ebf9f@dronecode.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00030.txt.bz2 On 6/14/2017 9:28 AM, Jon Turney wrote: > On 12/06/2017 19:25, Ken Brown wrote: >> xforms is in Debian and Fedora: >> >> https://packages.debian.org/source/jessie/libforms >> https://apps.fedoraproject.org/packages/xforms >> >> My cygport file and patches are attached. > I get: > >>>>> Checking packages for missing or duplicate files >> *** Warning: Packages are missing files: >> -usr/share/doc/xforms/COPYRIGHT This is an interesting glitch. The file is actually called Copyright, and I have my system set up to be case sensitive. But cygport only checks for COPYRIGHT (see src_postinst.cygpart:439). So Copyright never made it into the destination directory. I'll add it manually. Ken