From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76138 invoked by alias); 8 Aug 2018 14:21:07 -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 75061 invoked by uid 89); 8 Aug 2018 14:21:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Julia, primarily, Hx-spam-relays-external:ESMTPA X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 14:21:05 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 5B82521E44 for ; Wed, 8 Aug 2018 10:21:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Wed, 08 Aug 2018 10:21:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Vem/il 0IeXc9ozjG005wlrqxM/bDUdRRWeNs25bDMKY=; b=wjtSD21Q1XmuwAGGSRVHVX I4osaDEkpIMq8VYlLmPcsS7tu0HbuKjp3s1dI8gQw6dXkHcMzDZ3lGOSRXY6dlGX Z+cm2ZAOI4yn13b0CTVllx/ccyiyL1+0temMgeAYdFK9Kudxhpc8xogHPCyWuNje HgfCoSo9FxNvYaa5hRnLWDV+YZditOO6MxNszFtNG8h9KhnQZpacEYjXet1iTAmE cknQNgvCXX6o/B3lYyjC7/4MjrIaZVj6T/n7LEqwhZN9VnKWUjyiJbr82d62wFyZ Cq8eMu3DaXRDO9mSVByRzhaUPtIMsLr5DVQq2ToKQMGFWFCn3NkYnNDJyLu11LhA == Received: from [192.168.1.102] (host86-141-128-94.range86-141.btcentralplus.com [86.141.128.94]) by mail.messagingengine.com (Postfix) with ESMTPA id D361610288 for ; Wed, 8 Aug 2018 10:21:03 -0400 (EDT) Subject: Re: [ITP] libuv-1.22.0-1 To: "cygwin-apps@cygwin.com" References: From: Jon Turney Message-ID: <6fc42dc6-c171-d4bb-e0c8-191df9987833@dronecode.org.uk> Date: Wed, 08 Aug 2018 14:21:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-08/txt/msg00032.txt.bz2 On 06/08/2018 21:43, Marco Atzeri wrote: > libuv is one of the package requested for latest cmake. > > libuv is a multi-platform support library with a focus on asynchronous > I/O. It was primarily developed for use by Node.js, but it's also used > by Luvit, Julia, pyuv, and others. > > > https://github.com/libuv/libuv > > Already available on Debian, Fedora,.. > > to download (remove the index.html's) : > > wget -r -np -nH --cut-dirs=0 \ > http://matzeri.altervista.org/x86/release/libuv/index.html > wget -r -np -nH --cut-dirs=0 \ > http://matzeri.altervista.org/x86_64/release/libuv/index.html > ./autogen.sh > # cygautoreconf A comment here about why cygautoreconf can't be used (autogen.sh creates files in m4/) would be nice Otherwise, looks GTG.