From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73103 invoked by alias); 28 Sep 2019 11:56:48 -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 73061 invoked by uid 89); 28 Sep 2019 11:56:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:Sat, activity, federico, Federico X-HELO: mail-wm1-f68.google.com Received: from mail-wm1-f68.google.com (HELO mail-wm1-f68.google.com) (209.85.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Sep 2019 11:56:46 +0000 Received: by mail-wm1-f68.google.com with SMTP id f22so8022653wmc.2 for ; Sat, 28 Sep 2019 04:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=8XcaDPCbJGoGvAbVR6kX72Ek6D51Vu+NQXpDSEna0kI=; b=bNABKmw1WS/r1IJVg3zZEwcHhEEHnQt6L/pd3E9r9RswhkftnVKlQ42CawGmToK2EF WCZKkznO0FFpiSDx7mnky7tMSrJkck6eD4UZPKKLjRaqVq9JOi/x1mt0Ac7mb/sjs+K3 mdaPCSQxbqACFHXXGvh8vj8hRAwNGJyZAZe+QsiRMMrbjJ6w4ddGi/6eewiyt1mx8Fv4 t43onpskrLJHjykgxBsFWKx9nzVQoQiRBLtmY4tC8Od75ALc/5Ftu4gqMwSMaoiUJyiJ I6WRb1jFwF4iChrUgW3sZ29GOzA0R+lBWdb073H9YdBt8zlUWJ5B6CU84OVrnfx4bpg6 NTsA== Return-Path: Received: from ?IPv6:2003:c0:df02:ce00:1894:3c39:a53:33b2? (p200300C0DF02CE0018943C390A5333B2.dip0.t-ipconnect.de. [2003:c0:df02:ce00:1894:3c39:a53:33b2]) by smtp.gmail.com with ESMTPSA id o9sm14719017wrh.46.2019.09.28.04.56.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Sep 2019 04:56:41 -0700 (PDT) Subject: Re: cygport development To: cygwin-apps@cygwin.com References: <3501279f-70c8-042c-2e60-2cd315277ae9@SystematicSw.ab.ca> From: Federico Kircheis Message-ID: <97e449ba-2c23-a110-ce95-850394b398cf@gmail.com> Date: Sat, 28 Sep 2019 11:56:00 -0000 MIME-Version: 1.0 In-Reply-To: <3501279f-70c8-042c-2e60-2cd315277ae9@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00017.txt.bz2 On 14.07.19 19:10, Brian Inglis wrote: > On 2019-07-14 07:25, Federico Kircheis wrote: >> I had the unfortunate idea to execute cygport in a directory that had in it's >> path at least one whitespace (it's not that uncommon under Windows). >> Cygport did not report a clear error, and created files at the wrong location. >> I've posted a patch on github a couple of weeks ago (see >> https://github.com/cygwinports/cygport/pull/12), but I did not get any feedback. >> Does the development of cygport take place on github? >> Should I post my patches somewhere else in order to get them integrated in cygport? > > Cygport is a regular Cygwin app used by package maintainers. > Send here and attach them as text with a git send-email subject and cover letter > summarising the change and impact (as to cygwin-patches). > I've sent the patches the 14.07.19, unfortunately I still got no answer. I also checked https://github.com/cygwinports/cygport, AFAIK there was no activity. Best regards Federico