From owner-freebsd-ruby@FreeBSD.ORG Thu Jun 12 23:12:53 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D99522B2 for ; Thu, 12 Jun 2014 23:12:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D112413 for ; Thu, 12 Jun 2014 23:12:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5CNCrmw046622 for ; Fri, 13 Jun 2014 00:12:53 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Date: Thu, 12 Jun 2014 23:12:53 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 23:12:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646 --- Comment #4 from Yasuhiro KIMURA --- Created attachment 143724 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143724&action=edit Updated patch to use stattic plist, with 1 new problem described in comment. (In reply to Steve Wills from comment #3) > I like this change, but would prefer to keep the list of files in the plist. > Would you consider doing this without the find outputting to the tmp plist? I tried it and faced 2 problems. * Generated RDoc files/directories tree changes according to locale setting * Generated C API Docs files/directories tree changes depending on whether the port is already installed or not. I fixed the former by adding 'LC_ALL=C' to CONFIGURE_ENV and MAKE_ENV, but I couldn't fix the latter. So with attached patch build of 3 ports works fine on 'clean' environment such as redports, but if they are build on system on which they are already installed, build produces a lot of oraphaned files/directories in stage directory. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.