From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106845 invoked by alias); 1 May 2017 19:35:49 -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 106794 invoked by uid 89); 1 May 2017 19:35:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-languages-length:867, Hx-spam-relays-external:ESMTPA X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 May 2017 19:35:46 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id BB2DF208D4 for ; Mon, 1 May 2017 15:35:47 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Mon, 01 May 2017 15:35:47 -0400 X-ME-Sender: Received: from [192.168.1.102] (host31-51-207-210.range31-51.btcentralplus.com [31.51.207.210]) by mail.messagingengine.com (Postfix) with ESMTPA id 6A1667E1BE for ; Mon, 1 May 2017 15:35:47 -0400 (EDT) Subject: Re: [PATCH setup 10/11] Don't show source-only packages in package list To: cygwin-apps@cygwin.com References: <20170428121205.12240-1-jon.turney@dronecode.org.uk> <20170428121205.12240-11-jon.turney@dronecode.org.uk> <0fd26431-f37a-3a3e-4cf5-8d5e1800cec8@cygwin.com> From: Jon Turney Message-ID: <26524eac-08be-93a9-9ced-439b266415b7@dronecode.org.uk> Date: Mon, 01 May 2017 19:35: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: <0fd26431-f37a-3a3e-4cf5-8d5e1800cec8@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00004.txt.bz2 On 01/05/2017 15:45, Yaakov Selkowitz wrote: > On 2017-04-28 07:12, Jon Turney wrote: >> external-source: packages which have no binary package will be >> marked skip: and so won't show up in setup.ini at all. >> >> If we change to using the Source: line to identify a source >> package, which is (by definition) source only, these will appear in >> setup.ini, but without any install: lines, so we need to explicitly >> avoid showing them in the package list. > > Does this necessitate a change to cygport? Not of itself. The first paragraph describes the current state of affairs, since calm generates 'source:' lines, not 'Source:' lines. This is preparatory work for possible noarching of source packages as discussed in [1]. [1] https://cygwin.com/ml/cygwin-apps/2017-04/msg00069.html