From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id CD0AE385801A for ; Sat, 27 Mar 2021 15:58:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CD0AE385801A Received: by mail-wm1-x32c.google.com with SMTP id 12so4443244wmf.5 for ; Sat, 27 Mar 2021 08:58:51 -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-language :content-transfer-encoding; bh=NNXWLZYfqN2Dy0MAqhtdbWZnP6h7jO3K78Ag2g30WXQ=; b=pe5snIX7CVhoUFLwMJOkSeqrKaaQjCRT+SDlAcqsZAoi5stXE+SZePuJINfXd7j1N3 fQ9RfET3rX3RN7jXuBvOzD5AKJiLMwQA0LOtEJ42A16Vwasti2ZXiLj5WpFSA9NT6maL wVsBirYWEdZpeeFCclAak9zlQaRY/xI4q4u5G50EaOAzpEM88Y7SvMfS0uMIfwwzN9uf aAFkYY4vapBCpxrEhp4SQDJ8Lb7sDvV0BeCzUNoLwUhy0jikUfX7GdwumV9i3Bzl9CXG VAYEKi88ATyMLXHubk9ukYURelYjQ2jXsTMW4Txrni7JC1J1rMptv9NQhSB610FmU0h2 1V3g== X-Gm-Message-State: AOAM532nxi+TwFewKMliPulqYLR6LGGb074FUf38rg3/TCgXhP/aeepQ dySLnkC4pQvOfvu5ImKVqg0tNgv0MQWUZg== X-Google-Smtp-Source: ABdhPJz1BcgXS2HrebsTTTfr7DYFPj1VcQHk0mqjvBWVq7Dm5jg2h9UdMuIPnb9RaoYOM2KFhtuPnA== X-Received: by 2002:a1c:b4c6:: with SMTP id d189mr17567554wmf.72.1616860730435; Sat, 27 Mar 2021 08:58:50 -0700 (PDT) Received: from ?IPv6:2003:cc:9f36:b817:905c:e174:552:7f8a? (p200300cc9f36b817905ce17405527f8a.dip0.t-ipconnect.de. [2003:cc:9f36:b817:905c:e174:552:7f8a]) by smtp.gmail.com with ESMTPSA id x13sm9729752wmp.39.2021.03.27.08.58.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 27 Mar 2021 08:58:49 -0700 (PDT) Subject: Re: cmake-3.19.2-1 and related packages To: Lemures Lemniscati , cygwin-apps@cygwin.com References: <871rl9488v.fsf@Rainer.invalid> <20200718190916.2374.50F79699@gmail.com> <20201218063001.6DE3.50F79699@gmail.com> From: Marco Atzeri Message-ID: <872e9498-67be-276a-5931-61a605dd2956@gmail.com> Date: Sat, 27 Mar 2021 16:58:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <20201218063001.6DE3.50F79699@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, 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-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2021 15:58:53 -0000 On 17.12.2020 22:30, Lemures Lemniscati via Cygwin-apps wrote: > Hi! > > Marco and Tony, > > CMake 3.19.2 has been released in the upstream. > https://blog.kitware.com/cmake-3-19-2-available-for-download/ > > > A new candidate cmake.cygport has been uploaded (and is attached to this mail): > https://github.com/cygwin-lem/cygwin-pkg/blob/cmake_3.19.2-1/cmake/cmake.cygport . > > Former patches have been merged into upstream 3.19. > Use default src_install(), still cmake-mode.el will be properly installed. > Add new packages: bash-completion-cmake and vim-cmake. > > Add BUILD_REQUIRES list, but it might be insufficient. > > Generated packages except debuginfo files (300MB+) have been uploaded to > https://app.box.com/s/8q5mpv4kv080jxsyc5tbongrerwfzbuz > > Regards, > Lem > Hi Lem, I used your cygport as base for 3.20.0-1, plus an additional patch https://sourceware.org/pipermail/cygwin-patches/2021q1/011303.html The BUILD_REQUIRES needs to be a a single line. "calm" does not like multiline solution but cygport accepts it. Thanks Marco