From owner-freebsd-ports@freebsd.org Fri Sep 13 08:00:33 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 468B3EA154 for ; Fri, 13 Sep 2019 08:00:33 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) 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 46V7Nc70NTz4K5Y for ; Fri, 13 Sep 2019 08:00:32 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id ECBD9EA151; Fri, 13 Sep 2019 08:00:32 +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 EC751EA150; Fri, 13 Sep 2019 08:00:32 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46V7Nc5YkTz4K5V; Fri, 13 Sep 2019 08:00:32 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt1-f194.google.com with SMTP id r15so32814220qtn.12; Fri, 13 Sep 2019 01:00:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tPvWEvmyOSz08kxP+C1AQPBv/Bb6M+Qr17zoAF5iYh0=; b=ekqVlCOUKMUQSvXneZeHbkm18JrnHoFF1p8tAJSf+dO6TMHO+DNLMmVOUBv4KXwIr6 zadwC0xlUofKZmA6n9qvq/fw1tIXcoSaglJCnvfSka+KWRfuiyOJ5/8GMUiPwj035KJo 6hWqe6mltsFWs4qpqxUrMIcHpRSUc6azqyWwjHtD1LDsTFRWgquDASAlozEd3gQZh6f5 0TilchW3E4KDYHLA0GkEgeloK5728IOUZbsnoEqqK5bnSZXDPP3C/0bZ81lHS662Z7g/ w53q2+x3SLN1ZZkasrTqlUtB2V6jAIzMVsCf5herGbaICEJ0ETogEle4MaYX6LQaaYZR Pejg== X-Gm-Message-State: APjAAAWQW2BKrm5qUqhhrK+0JOQl+VO7bUtjKwj9EMacvHtKqZPzMgWl IdbpiI7VrQPcfjjF511MXqb+J286l228/ZAvz+sELQ== X-Google-Smtp-Source: APXvYqzJZkGyYvV9uIs8X/se/ibqcv6cygZ64dl9ms/uDZwD2U6YzTxJ7RfPr9gyqE7aEVtx66Npzh0RDrwsVemeNj8= X-Received: by 2002:ac8:12cc:: with SMTP id b12mr1605590qtj.369.1568361631254; Fri, 13 Sep 2019 01:00:31 -0700 (PDT) MIME-Version: 1.0 References: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> In-Reply-To: <20190913074519.xfu3avb4ihmfzm2o@icepick.vmeta.jp> From: Antoine Brodin Date: Fri, 13 Sep 2019 10:00:19 +0200 Message-ID: Subject: Re: FLAVORS for Ruby To: Koichiro Iwao Cc: ports@freebsd.org, ruby@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 46V7Nc5YkTz4K5V X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] 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 08:00:33 -0000 On Fri, Sep 13, 2019 at 9:45 AM Koichiro Iwao wrote: > 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? Please no. I don't see valid reasons. Antoine