From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 13 13:00:23 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89FA1106566B for ; Wed, 13 Jul 2011 13:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7ABD18FC12 for ; Wed, 13 Jul 2011 13:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6DD0NZv010018 for ; Wed, 13 Jul 2011 13:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6DD0Nfx010017; Wed, 13 Jul 2011 13:00:23 GMT (envelope-from gnats) Date: Wed, 13 Jul 2011 13:00:23 GMT Message-Id: <201107131300.p6DD0Nfx010017@freefall.freebsd.org> To: ruby@FreeBSD.org From: Frank Wall Cc: Subject: Re: ports/158827: devel/rubygem-rdoc: fix compatibility with ruby 1.8 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Wall List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2011 13:00:23 -0000 The following reply was made to PR ports/158827; it has been noted by GNATS. From: Frank Wall To: Stanislav Sedov Cc: , FreeBSD PR followup Subject: Re: ports/158827: devel/rubygem-rdoc: fix compatibility with ruby 1.8 Date: Wed, 13 Jul 2011 14:57:34 +0200 On Tue, 12 Jul 2011 12:17:36 -0700, Stanislav Sedov wrote: > It actually installs fine for me if I just kill the > RUBY_VER= 1.9 > line. Well, that's true. My mistake, I've only changed that line to "1.8" and this really broke it. By simply removing the line it works like a charm. Would you mind removing RUBY_VER from the port's Makefile? Lately pgollucci@ was adding the above line, but it seems to me like it's only causing trouble: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/rubygem-rdoc/Makefile.diff?r1=1.3&r2=1.4 So maybe you need to talk to pgollucci@ before changing anything. Thanks - Frank