From owner-freebsd-ports@freebsd.org Tue Sep 17 13:49:43 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8363124686 for ; Tue, 17 Sep 2019 13:49:43 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Xkxf52D1z42JX for ; Tue, 17 Sep 2019 13:49:41 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from postfix.malikania.fr ([5.135.187.121]) by mwinf5d81 with ME id 2dpe2100U2dbEiD03dpeyS; Tue, 17 Sep 2019 15:49:39 +0200 X-ME-Helo: postfix.malikania.fr X-ME-Auth: ZGVtZWxpZXIuZGF2aWRAb3JhbmdlLmZy X-ME-Date: Tue, 17 Sep 2019 15:49:39 +0200 X-ME-IP: 5.135.187.121 Received: from [167.3.108.158] (unknown [77.159.242.250]) by postfix.malikania.fr (Postfix) with ESMTPSA id 8E8901BC7A for ; Tue, 17 Sep 2019 15:49:38 +0200 (CEST) Subject: Re: FLAVORS for Ruby To: freebsd-ports@freebsd.org References: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> <20190913090645.buutinhgh2pygb4h@icepick.vmeta.jp> <20190914042738.r3hedyqtpxsxnd5e@icepick.vmeta.jp> <006FCB74-04EB-4A82-A800-6C7CA273E749@adamw.org> <20190916143929.z6vnzoqjme6vw2ey@icepick.vmeta.jp> <20190916161650.4ofb2o27tfxif57e@icepick.vmeta.jp> <20190917064039.7qhnw3lds2zaxdl5@atuin.in.mat.cc> From: David Demelier Message-ID: <89332127-7eda-e581-42f0-03cf4cfc0c1a@malikania.fr> Date: Tue, 17 Sep 2019 15:49:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20190917064039.7qhnw3lds2zaxdl5@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 46Xkxf52D1z42JX X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of markand@malikania.fr has no SPF policy when checking 80.12.242.127) smtp.mailfrom=markand@malikania.fr X-Spamd-Result: default: False [3.15 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_MEDIUM(0.64)[0.644,0]; NEURAL_SPAM_LONG(0.83)[0.832,0]; RCVD_IN_DNSWL_NONE(0.00)[127.242.12.80.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[malikania.fr]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.77)[ip: (1.39), ipnet: 80.12.240.0/20(1.29), asn: 3215(1.17), country: FR(-0.00)]; RWL_MAILSPIKE_POSSIBLE(0.00)[127.242.12.80.rep.mailspike.net : 127.0.0.17] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 13:49:43 -0000 Le 17/09/2019 à 08:40, Mathieu Arnold a écrit : > What we are all trying to say is that adding flavors for ruby will have > a big impact on build time and ressources required for building. > > If all you want is to have ruby flavors for the kicks of it, then I am > glad to tell you that no, it will not be done. > > Now, the question is, why would someone need to have ruby flavors? I second this. Ruby follows semantic versioning since 2.1.0 so there is no need to have flavors until they do a major release that breaks the compatibility. -- David