From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 16 11:03:19 2011 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1F881065670; Wed, 16 Mar 2011 11:03:18 +0000 (UTC) (envelope-from akabsd@yandex.ru) Received: from forward1.mail.yandex.net (forward1.mail.yandex.net [77.88.46.6]) by mx1.freebsd.org (Postfix) with ESMTP id 967EC8FC1E; Wed, 16 Mar 2011 11:03:18 +0000 (UTC) Received: from smtp2.mail.yandex.net (smtp2.mail.yandex.net [77.88.46.102]) by forward1.mail.yandex.net (Yandex) with ESMTP id 982631241C56; Wed, 16 Mar 2011 13:47:34 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1300272454; bh=lLWDz6c6a9tbVGrgq4RLKCVaC7x9m50EUGImje8UGBM=; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type: Date:Message-ID:Mime-Version:Content-Transfer-Encoding; b=LpVe8xCuBBKNaGsVz5ho2fQVniYFgQ61qc8I/VQnrfeRjndqPzQU77d4lhUBO+qZi 59i8ueXg6T+Zp5QYrFt9yHcvGRTDCPl8wYHdNP6AEYcnv3RX+18fL03moPgUyO8I5h sNWb0zRCgSp5GIwTc8KnXjol2foFvfTq8yDsTmag= Received: from [172.27.8.40] (unknown [194.105.145.69]) by smtp2.mail.yandex.net (Yandex) with ESMTPA id 52CA75D100D2; Wed, 16 Mar 2011 13:47:34 +0300 (MSK) From: paranormal To: Steve Wills In-Reply-To: <4D7FEFC5.6050203@FreeBSD.org> References: <4D7FEFC5.6050203@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 16 Mar 2011 12:44:29 +0200 Message-ID: <1300272269.1973.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ruby@FreeBSD.org Subject: Re: making Ruby 1.9 default X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: akabsd@yandex.ru List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 11:03:19 -0000 This is good idea. But beautiful port portupgrade :), not work with 1.9 version. I'm ruby programmer and use tags like so: .if ${.CURDIR:M*/*/rubygem-*} RUBY_DEFAULT_VER=1.9 .endif .if ${.CURDIR:M*/*/ruby-*} RUBY_DEFAULT_VER=1.9 .endif I think we need update portupgrade before update system ruby. On Tue, 2011-03-15 at 19:01 -0400, Steve Wills wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Ruby 1.9.x has been the "current stable version" of Ruby (according to > ruby-lang.org) since April 21, 2009 (at least according to my reading of > the WebBack machine). It seems to me it would be really nice to get Ruby > 1.9 as the default version by 9.0. Does that seem reasonable to everyone > else? If so, I'd like to do some work towards making that happen. My > current thoughts on what a plan would be are: > > * Build all ruby dependent ports - already in progress in my tinderbox > * Identify ports which don't build with RUBY_VER == 1.9 > * Add the usual lines to prevent them from trying to build with RUBY_VER > == 1.9: > > .if ${RUBY_VER} == 1.9 > BROKEN= does not work with ruby 1.9 > .endif > > * Try to identify ports which don't build with 1.9 which may have an > update available which will allow them to build with 1.9 and update > those. I've already got some updates for the ruby-gnome stuff ready to > commit. > > * From those that remain, determine if a fix is available or attempt to > fix them. > > * From those that can't be fixed, determine if they are important enough > to hold up switching the default. Some I've found have no home page, > don't seem useful enough to keep in the tree or looks as though they are > no longer maintained and will not get the changes needed to work with 1.9. > > * Request -exp run with RUBY_DEFAULT_VER?= 1.9 and perhaps repeat the > process if anything surprising is found. > > Am I crazy? Barking up the wrong tree, etc? Any input would be appreciated. > > Thanks, > Steve > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.16 (FreeBSD) > > iQEcBAEBAgAGBQJNf+/FAAoJEPXPYrMgexuh6QoH/jMcgArhx6z0/2/RfZRLTu/f > GnuOusNc1DjAXnxYOPUX1C6GL5XfyxMSEFBKlH/US8j5LvejHoJ1vl/wtnfM39iV > JK8cZgYpXxFa/Xvxp/5Zh0P7BE1KfPBT1UhpJNy1vxKUfccHhL9Wkp7/S1PHq0K2 > XUmY44TA1CfXgs4neFDqVM/Vbg1aTQpqlvFHtw0ldv7UZgrgHzb/DqFDXYboETz7 > 3GZQvhbUGky91EeO5EaAqLD7pgKI5oNu/pXgxQC+YDm5kuWaCOG2qROK5j8D6pNV > JTERnKkVEezrOroJn79xRdkURX4KqAGT2sy15epZS62ba+B7g1g3c+0Q8Af1BtI= > =tKU2 > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org"