From owner-freebsd-ports@freebsd.org Fri Sep 13 07:45:23 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 C64ACE93C8 for ; Fri, 13 Sep 2019 07:45:23 +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 46V7374tfRz4JR6 for ; Fri, 13 Sep 2019 07:45:23 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id A6171E93C6; Fri, 13 Sep 2019 07:45:23 +0000 (UTC) Delivered-To: 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 A5CE9E93C5; Fri, 13 Sep 2019 07:45:23 +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 46V7373yzXz4JR4; Fri, 13 Sep 2019 07:45:23 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:9d6d:3b99:ed1:4e61]) (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 6B743A159; Fri, 13 Sep 2019 07:45:22 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 13 Sep 2019 16:45:19 +0900 From: Koichiro Iwao To: ports@FreeBSD.org, ruby@FreeBSD.org Subject: FLAVORS for Ruby Message-ID: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 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: Fri, 13 Sep 2019 07:45:23 -0000 Hi, I would like to suggest introducing FLAVOR to Ruby ports. AFAIK multiple version of Ruby ports (lang/ruby??) can be installed at the same time. One of these ruby ports will be *default* installed as PREFIX/bin/ruby. In contrast of Ruby lang, rubygem ports cannot be installed for multiple Ruby version at the same time. I would say Ruby and rubygem ports needs FLAVORS like Python ports. In Python ports, the same origin py- ports can be installed for multiple versions such as py27, py35, py36. If the same thing can be done with Ruby ports, FreeBSD Ruby ports will be much improved. I would appreciate if you Ruby folks bounce some ideas off each other. Let me know if someone's already working on FLAVORS on Ruby. Is there something that I can help you with? Thanks, -- meta