[Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc.

bz-noreply at freebsd.org bz-noreply at freebsd.org
Thu Jun 12 23:12:53 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646

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


More information about the freebsd-ruby mailing list