The culprit was x11-toolkits/qt22's lack of qgl support, and the author has
kindly separated the qgl module. At the same time, canvas, table, and xml
modules have been separated too. I'll make them ports sometime in the not too
distant future.
the generated qt2.so on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1:
/usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1:in `require': /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so: Undefined symbol "__ti9QGLWidget" - /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so (LoadError)
from /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1
from hello.rb:17:in `require'
from hello.rb:17
where "__ti9QGLWidget" is apparently an internal symbol... I'll have
to take the time to investigate and fix the problem. :(
Any input is welcome.
Overall changes:
Use tabs instead of sequential spaces.
Note Author as well as WWW in DESCR.
Do not install examples when NOPORTDOCS.
Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.
ruby-date2:
share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb
textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/
textproc/ruby-rdtool:
Install documents in .rd format too.
Format optparse's rd file. (Since ruby-rdtool depends on
optparse, it cannot be done during optparse's build
process. So ruby-rdtool should take care of that when it is
installed. :)