From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89989 invoked by alias); 20 Apr 2017 20:11:18 -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 89967 invoked by uid 89); 20 Apr 2017 20:11:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=offline, uploads X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Apr 2017 20:11:16 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id v3KKBGup015423 for ; Thu, 20 Apr 2017 16:11:16 -0400 Received: from [10.128.135.245] (dhcp-gs-2037.eduroam.cornell.edu [10.128.135.245]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id v3KKBBKZ011859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 20 Apr 2017 16:11:15 -0400 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: Ken Brown Message-ID: <5964c176-69fe-ec51-b33c-31b2f82b3b2f@cornell.edu> Date: Thu, 20 Apr 2017 20:11: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-PMX-Cornell-Gauge: Gauge=X X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00067.txt.bz2 On 4/20/2017 2:55 PM, Yaakov Selkowitz wrote: > 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. OK, I'll make that change. I'll have to make a corresponding change to Emacs's mh-e library, but that's no big deal. Ken