From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55021 invoked by alias); 20 Apr 2017 18:55:28 -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 55005 invoked by uid 89); 20 Apr 2017 18:55:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1121, offline, uploads X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Apr 2017 18:55:27 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CDD24C00109F for ; Thu, 20 Apr 2017 18:55:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CDD24C00109F Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com CDD24C00109F Received: from [10.10.125.62] (ovpn-125-62.rdu2.redhat.com [10.10.125.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8877560F91 for ; Thu, 20 Apr 2017 18:55:27 +0000 (UTC) Subject: Re: [ITP] mailutils 3.2 To: cygwin-apps@cygwin.com References: <3fa33733-1e5e-b4b5-07ce-847ebd15ae5e@cornell.edu> <461c27f8-a0ed-27c2-f26a-12dd3fb55a8c@dronecode.org.uk> From: Yaakov Selkowitz Message-ID: Date: Thu, 20 Apr 2017 18:55:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00066.txt.bz2 On 2017-04-19 15:11, Ken Brown wrote: > On 4/19/2017 1:17 PM, Jon Turney wrote: >> mailutils.cygport: >> >> 3.2-missing_tests.patch is listed in SRC_URI. I'm guess this is an >> error, or it needs to be a URL? > > No, this was deliberate. There's some kind of glitch in the build > system that causes the missing tests to be removed again, so I have to > reapply the patch as part of src_test(). Adding it to SRC_URI seemed > like the easiest way to make sure it was available. > >> src_tests() ignores the result of make check. > > Thanks. I have no idea why I did that, but I've fixed it now. > >> I added 'mailutils' to your authorized uploads, so you can go ahead or >> wait until Yaakov has some time to tell you what else is wrong with your >> package :) > > I'll wait a few more days to see if Yaakov has further comments. I was offline for most of the last two weeks. I still don't like the /usr/bin/mu-mh directory as it is a FHS violation; it looks like fixing that is simply a matter of passing --with-mh-bindir=/usr/libexec/mu-mh to configure. With that, this looks good. -- Yaakov