Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 23:12:53 +0000
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.
Message-ID:  <bug-189646-21402-JyAPLOQpVF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189646-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189646-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646

--- Comment #4 from Yasuhiro KIMURA <yasu@utahime.org> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189646-21402-JyAPLOQpVF>