From owner-freebsd-ruby@FreeBSD.ORG Sat Nov 12 03:58:17 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 28FBE1065673; Sat, 12 Nov 2011 03:58:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 25CDB8FC12; Sat, 12 Nov 2011 03:58:15 +0000 (UTC) Received: by wyf23 with SMTP id 23so3088476wyf.13 for ; Fri, 11 Nov 2011 19:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=U/iuvdSjb+JDc6mdkLoG1wrormgrFkWlRF4Srd4zcfI=; b=g9QEwSxU3X/xZrsIxoAr/Mtp2Wt8z66tTbNjF7WcT9ojjM4oTks3G4Q4JeUlosapT4 5hgIUbu5sL0wDIaAx9eCJz5EbQRNGt+2436GXKUZQF2aKk/ZAXDknyi3AB0ppjBsGOYJ UGmgBbeQS8g8NYcFRn7f5guGSkK+H3ryR/YbA= Received: by 10.216.134.29 with SMTP id r29mr180708wei.41.1321070295092; Fri, 11 Nov 2011 19:58:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.21.133 with HTTP; Fri, 11 Nov 2011 19:57:43 -0800 (PST) In-Reply-To: <4EBDE104.9030004@FreeBSD.org> References: <20111111143115.5bf5d195.stas@FreeBSD.org> <20111111181823.089d72be.stas@FreeBSD.org> <4EBDDABE.5030304@FreeBSD.org> <20111111183724.5712e1e2.stas@FreeBSD.org> <4EBDE104.9030004@FreeBSD.org> From: Eitan Adler Date: Fri, 11 Nov 2011 22:57:43 -0500 Message-ID: To: Steve Wills Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ruby@freebsd.org Subject: Re: What changed? (gem command missing in 1.9) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 03:58:17 -0000 On Fri, Nov 11, 2011 at 9:59 PM, Steve Wills wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11/11/11 21:37, Stanislav Sedov wrote: >> On Fri, 11 Nov 2011 21:32:30 -0500 >> Steve Wills mentioned: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On 11/11/11 21:18, Stanislav Sedov wrote: >>>> Yes, we can actually do that. =C2=A0We're discussing the possibility o= f making >>>> lang/ruby19 to depend on ruby-gems and rake, thus having ruby19 instal= lation >>>> automatically install rake and gem as well. =C2=A0But nobody did that = yet. >>>> >>>> I agree tought that should have been done at the moment the gem binary >>>> was dropped from ruby19, but I think we just forgot about this at the >>>> end. >>>> >>> >>> Does the attached simple patch (untested) cover it or is more needed? >>> >> >> I believe it might do. =C2=A0I'm not sure though you can run depend on s= omething >> that build depends on you, so it needs testing. >> > > Nevermind, that build loops trying to build ruby-gems. I'll look at it > some more. Perhaps a meta-port that has RUN_DEPENDS on both the gem and ruby might be of use here? --=20 Eitan Adler