| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
Notes:
svn path=/head/; revision=47917
|
|
|
|
| |
Notes:
svn path=/head/; revision=46682
|
|
|
|
| |
Notes:
svn path=/head/; revision=43685
|
|
|
|
| |
Notes:
svn path=/head/; revision=41944
|
|
|
|
|
|
|
|
|
| |
x11-toolkits/ruby-qt2/Makefile.common.
Tidy up .include's.
Notes:
svn path=/head/; revision=40935
|
|
|
|
| |
Notes:
svn path=/head/; revision=40934
|
|
|
|
|
|
|
| |
Remove -O from CFLAGS.
Notes:
svn path=/head/; revision=40933
|
|
|
|
|
|
|
|
| |
If this does not work, please send me the result of "make -DDEBUG" and
the generated Makefile (if any).
Notes:
svn path=/head/; revision=40912
|
|
|
|
|
|
|
|
|
| |
5-CURRENT.
Bump the version to 0.12a.1.
Notes:
svn path=/head/; revision=40697
|
|
|
|
|
|
|
| |
bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1.
Notes:
svn path=/head/; revision=40476
|
|
|
|
| |
Notes:
svn path=/head/; revision=40474
|
|
|
|
| |
Notes:
svn path=/head/; revision=40334
|
|
|
|
|
|
|
| |
Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem.
Notes:
svn path=/head/; revision=40071
|
|
|
|
|
|
|
| |
Introduce ruby-qt2/Makefile.common to share the variables.
Notes:
svn path=/head/; revision=39683
|
|
|
|
| |
Notes:
svn path=/head/; revision=38173
|
|
|
|
|
|
|
| |
in one of the previous updates.
Notes:
svn path=/head/; revision=38051
|
|
|
|
|
|
|
| |
the forthcoming ruby-qt2gl.
Notes:
svn path=/head/; revision=38050
|
|
|
|
|
|
|
|
|
|
| |
Some of them were moved to ruby-qt2{canvas,table} ports, some were
removed just because they were redundant.
Forgotten by: knu ;)
Notes:
svn path=/head/; revision=37888
|
|
|
|
| |
Notes:
svn path=/head/; revision=37466
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=37298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=37047
|
|
|
|
|
|
|
| |
Repocopied from: x11-toolkits/ruby-qt
Notes:
svn path=/head/; revision=37045
|
|
|
|
| |
Notes:
svn path=/head/; revision=36992
|
|
|
|
| |
Notes:
svn path=/head/; revision=36962
|
|
|
|
| |
Notes:
svn path=/head/; revision=34147
|
|
|
|
|
|
|
| |
version of Qt.
Notes:
svn path=/head/; revision=34145
|
|
|
|
| |
Notes:
svn path=/head/; revision=33202
|
|
|
|
|
|
|
|
| |
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
Notes:
svn path=/head/; revision=33130
|
|
|
|
| |
Notes:
svn path=/head/; revision=32481
|
|
|
|
|
|
|
|
| |
This is just a workaround and should soon be fixed by changing
mkmf.rb.
Notes:
svn path=/head/; revision=32383
|
|
|
|
| |
Notes:
svn path=/head/; revision=32373
|
|
|
|
|
|
|
| |
Remove patch-aa. (merged :)
Notes:
svn path=/head/; revision=32329
|
|
|
|
|
|
|
|
|
| |
the command line.
Feedback status: Already sent to the author
Notes:
svn path=/head/; revision=31710
|
|
|
|
|
|
|
|
|
| |
"ruby" virtual category.
Make textproc/eruby belong also in www.
Notes:
svn path=/head/; revision=31685
|
|
|
|
| |
Notes:
svn path=/head/; revision=31621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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. :)
Notes:
svn path=/head/; revision=31584
|
|
(for qt145 and qt-i18n, respectively)
Notes:
svn path=/head/; revision=31579
|