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

--- Comment #4 from Yasuhiro KIMURA <y...@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.
_______________________________________________
freebsd-ruby@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"

Reply via email to