From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 15 16:05:04 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1DF085F; Sun, 15 Mar 2015 16:05:03 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B11752BF; Sun, 15 Mar 2015 16:05:03 +0000 (UTC) Received: by qcaz10 with SMTP id z10so25514859qca.1; Sun, 15 Mar 2015 09:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=MTKx0MBhkNuM1j3ddrhSVoTkYOAhnl4XtXcdZp4EwTg=; b=BI+Meypyot3mo3yyV2hXyIEMi/ny/Duz9+MAxQiHiFahi/bsVIUioIQYdqDwlC3E9D ieSW6ZakmadYjBvfAbeAi+fd7V4JKF75IeeRO2OJa5nkibrQ/Zu6pwEJol8aMkpxAnmi 1+y8calvZQ4dbz6z1zyKU0eEODOo6razgOE9bNuylI0HvBMSclzxWuZl0rdOTUz9Z1sO +5eC5DnoqzlFNNkXnIzO+RzFKAZ0D7g9z3W5ymm9KVX++qoDVnDF9dyi0nksKlnGu3Jj UeujMaa0Ujc5lXK3X98UjPFGFFYzRrcfkQVjSXt1a8bIidQp5NIdSdpFyHu5gHHhxmpU chtA== X-Received: by 10.55.26.104 with SMTP id a101mr90724066qka.81.1426435502837; Sun, 15 Mar 2015 09:05:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.53.138 with HTTP; Sun, 15 Mar 2015 09:04:42 -0700 (PDT) In-Reply-To: <20150315153826.GA2814@mouf.net> References: <20150315153826.GA2814@mouf.net> From: Santiago Pastorino Date: Sun, 15 Mar 2015 13:04:42 -0300 Message-ID: Subject: Re: Ruby bsd.default-versions.mk DEFAULT_VERSION To: Steve Wills Content-Type: text/plain; charset=UTF-8 Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2015 16:05:04 -0000 Good to know, thanks for the information :). On Sun, Mar 15, 2015 at 12:38 PM, Steve Wills wrote: > On Sun, Mar 15, 2015 at 12:23:05PM -0300, Santiago Pastorino wrote: >> Hey, >> >> just out of curiosity I wonder why is 2.1 the current default >> version. I know that I can change the version by editing >> /etc/make.conf but just wondering if you already know of some pain >> points of going to 2.2 by default or why that's the current decision. >> I'm moving my machine to 2.2 and testing but I tend to think that it >> shouldn't be a major pain. > > There are still a number of ports that don't build or work with 2.2. I'd have > to test again to give you exact numbers, but it was more than a handfull of > rubygem- and ruby- ports that didn't build. Also, sysutils/puppet, which is > quite important to many users, doesn't support Ruby 2.2 yet (puppet 4.0 will). > Breaking puppet by default would be far from ideal. > > Switching to 2.2 as default locally and testing is encouraged. :) > > Steve