From owner-freebsd-ports@freebsd.org Wed Sep 27 00:43:23 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1CBEE27153 for ; Wed, 27 Sep 2017 00:43:23 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8378C81D74; Wed, 27 Sep 2017 00:43:23 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (unknown [IPv6:2601:1c2:1401:9956:21c:c0ff:fe7f:96ee]) by echo.brtsvcs.net (Postfix) with ESMTPS id 8686F38F7B; Tue, 26 Sep 2017 17:43:22 -0700 (PDT) Received: from [IPv6:fe80::7102:4df8:1f13:5c55] (unknown [IPv6:fe80::7102:4df8:1f13:5c55]) by chombo.houseloki.net (Postfix) with ESMTPSA id D6DA314B4; Tue, 26 Sep 2017 17:43:21 -0700 (PDT) Subject: Re: [HEADUP] FLAVORS landing. To: Greg 'groggy' Lehey , Andy Farkas Cc: freebsd-ports@freebsd.org References: <344ede5c-4147-aab3-a54e-a54aa1f6c4c5@FreeBSD.org> <59CA9EE1.7040705@andyit.com.au> <20170926235609.GC3564@eureka.lemis.com> From: Mel Pilgrim Message-ID: <60dff9c5-e64f-8069-1c41-31ecaca884df@bluerosetech.com> Date: Tue, 26 Sep 2017 17:43:24 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170926235609.GC3564@eureka.lemis.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 00:43:23 -0000 On 09/26/2017 16:56, Greg 'groggy' Lehey wrote: > On Wednesday, 27 September 2017 at 4:39:29 +1000, Andy Farkas wrote: >> On 27/09/2017 04:22, Mathieu Arnold wrote: >> >>> Please read the whole email. >> >> What are FLAVORS and why do I need it? >> >> Is there somewhere that explains the intent and purpose? > > Thank you! Just the question I was going to ask. FLAVORS allows a pkg repo to contain variations of the same port. For example, a port that has two mutually exclusive options can now exist in the public repo as both builds (each with their own FLAVOR suffix), rather than requiring the port maintainer select a default and force users of the other to compile the port themselves, or do things like maintain subports.