On Mon, Jun 27, 2011 at 02:39:26PM -0700, Jeremy Evans wrote:
> You could regress depend on both ruby 1.8 and 1.9 for the subversion
> ruby binding, and just copy the 1.8 test/unit files to a separate
> directory and set ruby to use that directory first. That way you
> don't have to import another port, and things may be more likely to
> work.
>
> mkdir ${WRKDIR}/rubylib
> cp -R ${LOCALBASE}/lib/ruby/1.8/test ${WRKDIR}/rubylib
> MAKE_ENV += RUBYLIB=${WRKDIR}/rubylib
Thanks for the hint, but we really need more work to happen upstream
for ruby 1.9 first. For now it's not even officially supported (I was
looking into this as part of work I'm doing upstream).