diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-09 21:51:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-09 21:51:24 +0000 |
commit | e188d6e74053bc4265da994b0ac7e926f962dbb0 (patch) | |
tree | c611ee2702c88480ba82f657a0b5d2e71b2bad2d /x11-toolkits/ruby-qt2 | |
parent | - Fix compilation and installation error in CURRENT. (diff) |
Temporarily mark as broken. There seems to be something wrong with
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.
Diffstat (limited to 'x11-toolkits/ruby-qt2')
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index 154373ce602b..2e0f627bfd4b 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +BROKEN= "Weird problem on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1" + LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 USE_MESA= yes |