From owner-freebsd-ruby@freebsd.org Sat Sep 14 04:27:46 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 78A50DE399 for ; Sat, 14 Sep 2019 04:27:46 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46Vfcf2T96z4TmX for ; Sat, 14 Sep 2019 04:27:46 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 518E1DE397; Sat, 14 Sep 2019 04:27:46 +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 5137CDE395; Sat, 14 Sep 2019 04:27:46 +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 46Vfcf1Qrjz4TmV; Sat, 14 Sep 2019 04:27:46 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:fd42:5552:159f:ed8e]) (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 BC663133BC; Sat, 14 Sep 2019 04:27:44 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Sat, 14 Sep 2019 13:27:38 +0900 From: Koichiro Iwao To: Adam Weinberger Cc: FreeBSD Ports , ruby@freebsd.org Subject: Re: FLAVORS for Ruby Message-ID: <20190914042738.r3hedyqtpxsxnd5e@icepick.vmeta.jp> References: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> <20190913090645.buutinhgh2pygb4h@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-STABLE 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: Sat, 14 Sep 2019 04:27:46 -0000 On Fri, Sep 13, 2019 at 09:33:43AM -0600, Adam Weinberger wrote: > Systems MUST be able to support concurrent installations of python2.7 > and actual python. What is your use case for concurrent ruby? I know the importance of Python 2. Even if it is EoL-ed, it will be required over the next a few years because not a few applications don't migrate to Python 3. So that's true and reasonable. Excuse me that I'm answering your question with a question. What about PHP? Concurrent installation is a MUST? FreeBSD ports allows concurrent installations of multiple Ruby versions however doesn't allow concurrent installations of rubygems for multiple Ruby versions. This inconsistency is the issue for me. -- meta