From owner-freebsd-ruby@freebsd.org Mon Sep 16 14:21:14 2019 Return-Path: Delivered-To: freebsd-ruby@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 D776F1237C3 for ; Mon, 16 Sep 2019 14:21:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46X7hV5NNvz3Dym for ; Mon, 16 Sep 2019 14:21:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id B89721237C0; Mon, 16 Sep 2019 14:21:14 +0000 (UTC) Delivered-To: ruby@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 B84A71237BF; Mon, 16 Sep 2019 14:21:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46X7hV4TCQz3Dyl; Mon, 16 Sep 2019 14:21:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:c05f:f3ff:f812:e85a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 52884C7DA; Mon, 16 Sep 2019 14:21:13 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 16 Sep 2019 23:21:10 +0900 From: Koichiro Iwao To: Steve Wills Cc: ports@freebsd.org, ruby@freebsd.org Subject: Re: FLAVORS for Ruby Message-ID: <20190916142109.3eleosnwqhovp3bo@icepick.vmeta.jp> References: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> <20190913090645.buutinhgh2pygb4h@icepick.vmeta.jp> <8922b3a9-e433-7a6e-e4e5-29f22fbbfb88@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8922b3a9-e433-7a6e-e4e5-29f22fbbfb88@FreeBSD.org> X-Operating-System: FreeBSD 12.1-PRERELEASE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2019 14:21:14 -0000 On Fri, Sep 13, 2019 at 09:14:01AM -0400, Steve Wills wrote: > We provide multiple versions of Ruby, it would make sense to provide gems > for each version. In fact, I worked on this but never finished it: > > https://reviews.freebsd.org/D13333 > > Steve That's nice. I will do anything that I can so if you need help. What should we start from with that to continute? -- meta