From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id 6ACF8386EC5C for ; Thu, 14 May 2020 05:59:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6ACF8386EC5C Received: by mail-wr1-x431.google.com with SMTP id e1so2255284wrt.5 for ; Wed, 13 May 2020 22:59:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=xLDaz6F0RcFiw84ZaR1qHwiGRKEgBHDvnHoMHAI3jPY=; b=K16R5bue0u3u3EIs2N2H8uzn2yse03y76dH6joy2SjrN1yKfh/vTasDrspeV9ApG0N M47zv2HfI3TAJ6tH/u0iewwdL0A9ibmVyHOjr5Rdy8TJemDTf0XTboz7t4S3941xuLoo tRNoIkN/Xm2oewkILVX3//yvzVsjykyAuytLs5tgzBYlqyNr17RWPGYmhvh5+r97pQvh 1NLehEXbpAMr0VEkpMj7NtozuNGcKkYmXN6mp4W2qYGFEuKch1q5flNkDEfxicvBJwi1 p3HwTFbFAeRrNEhfQmkZ2rICehCR0p39F3HTXNOapXCe/bU/22hwcf2wEeYULdWPmG+b Ad8Q== X-Gm-Message-State: AOAM531YZPCpK94D9qgq00ji6Gg6wNU0lKuePiCjkuKD9Az5s+o7onTK +vLRzRy4XwE9mpjhxtMURqditNLN X-Google-Smtp-Source: ABdhPJx9VNMItaS6G22gR776ozoFnXfb8aaYUJGyRr+6qmSwVJHkBDTx6A9x8cac4rLZIdbiLFanIg== X-Received: by 2002:adf:ce10:: with SMTP id p16mr3489685wrn.144.1589435968416; Wed, 13 May 2020 22:59:28 -0700 (PDT) Received: from ?IPv6:2003:cc:9f15:455:7dca:ed52:ad8e:9333? (p200300CC9F1504557DCAED52AD8E9333.dip0.t-ipconnect.de. [2003:cc:9f15:455:7dca:ed52:ad8e:9333]) by smtp.gmail.com with ESMTPSA id h74sm2531420wrh.76.2020.05.13.22.59.27 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 13 May 2020 22:59:27 -0700 (PDT) Subject: Re: [ITA] zziplib To: "cygwin-apps@cygwin.com" References: <6eaf7fd3-dd00-0d5e-5cb9-39ad58a1ee1b@cornell.edu> From: Marco Atzeri Message-ID: <8c064690-5129-02e7-4922-76fe8fdb874f@gmail.com> Date: Thu, 14 May 2020 07:59:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <6eaf7fd3-dd00-0d5e-5cb9-39ad58a1ee1b@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Thu, 14 May 2020 05:59:30 -0000 Am 13.05.2020 um 20:44 schrieb Ken Brown via Cygwin-apps: > cygport file attached.  I bumped the version to 0.13.71, the latest > upstream release.  I also made the following changes to Yaakov's cygport > file, in addition to a couple of trivial ones: > > 1. I removed the configure argument --disable-builddir, which is no > longer needed or supported. > > 2. I primed the cache so that configure would think I didn't have xmlto > installed.  The latter failed to produce man files, for reasons I didn't > try to figure out. > > Ken changed maintainer