Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the PORTREVISION's of the ports which install architecture | Akinori MUSHA | 2001-09-17 | 2 | -1/+2 |
| | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. | ||||
* | Update ruby-qt2 modules to 0.14. | Akinori MUSHA | 2001-08-23 | 3 | -10/+153 |
| | |||||
* | Chase the repack. | Akinori MUSHA | 2001-06-09 | 2 | -2/+2 |
| | |||||
* | Update to 0.13. | Akinori MUSHA | 2001-04-27 | 4 | -10/+37 |
| | |||||
* | Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD in | Akinori MUSHA | 2001-04-06 | 2 | -5/+5 |
| | | | | | | x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's. | ||||
* | Define RUBY_WITH_PTHREAD. | Akinori MUSHA | 2001-04-06 | 1 | -0/+1 |
| | |||||
* | Eliminate the previous hack which was useless. | Akinori MUSHA | 2001-04-06 | 1 | -3/+3 |
| | | | | Remove -O from CFLAGS. | ||||
* | Tweak for the qtgl problem regarding libc_r some people are seeing. | Akinori MUSHA | 2001-04-05 | 2 | -2/+7 |
| | | | | | If this does not work, please send me the result of "make -DDEBUG" and the generated Makefile (if any). | ||||
* | Now all the ruby-qt2* ports are unbroken for both 4-STABLE and | Akinori MUSHA | 2001-04-01 | 1 | -14/+3 |
| | | | | | | 5-CURRENT. Bump the version to 0.12a.1. | ||||
* | D'oh, PORTREVISION doesn't work if you define the value of it after | Akinori MUSHA | 2001-03-28 | 2 | -3/+1 |
| | | | | bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1. | ||||
* | Update to ruby-qt2 0.12 for qt 2.3.0. | Akinori MUSHA | 2001-03-28 | 3 | -3/+4 |
| | |||||
* | Bad knu, no cookie. Use USE_QT2, not a hardcoded path! | Will Andrews | 2001-03-25 | 1 | -2/+1 |
| | |||||
* | Use the threaded version of Qt2 library for 5-CURRENT. | Akinori MUSHA | 2001-03-19 | 2 | -5/+20 |
| | | | | Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem. | ||||
* | Update to Ruby/Qt2 0.12. | Akinori MUSHA | 2001-03-12 | 4 | -21/+46 |
| | | | | Introduce ruby-qt2/Makefile.common to share the variables. | ||||
* | Add %%PORTDOCS%%. | Akinori MUSHA | 2001-02-10 | 1 | -164/+164 |
| | |||||
* | Replace /usr/X11 in qt2.rb with ${X11BASE}. This was somehow dropped | Akinori MUSHA | 2001-02-07 | 1 | -0/+4 |
| | | | | in one of the previous updates. | ||||
* | ruby-qt2 itself shouldn't really require Mesa. It will be required by | Akinori MUSHA | 2001-02-07 | 1 | -1/+0 |
| | | | | the forthcoming ruby-qt2gl. | ||||
* | Remove a bunch of obsoleted (now non-existent) files from plist. | Akinori MUSHA | 2001-02-01 | 1 | -36/+0 |
| | | | | | | | Some of them were moved to ruby-qt2{canvas,table} ports, some were removed just because they were redundant. Forgotten by: knu ;) | ||||
* | Minor wording fixes. | Akinori MUSHA | 2001-01-23 | 3 | -5/+5 |
| | |||||
* | Update to 0.11 and unbreak. Now it works fine. :) | Akinori MUSHA | 2001-01-18 | 3 | -30/+2 |
| | | | | | | | 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. | ||||
* | Temporarily mark as broken. There seems to be something wrong with | Akinori MUSHA | 2001-01-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | 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. | ||||
* | Add ruby-qt2, Qt2 extension for Ruby. | Akinori MUSHA | 2001-01-09 | 5 | -153/+246 |
| | | | | Repocopied from: x11-toolkits/ruby-qt | ||||
* | Update to 0.14b. | Akinori MUSHA | 2001-01-09 | 2 | -9/+7 |
| | |||||
* | Update to 0.14a. | Akinori MUSHA | 2001-01-08 | 3 | -23/+27 |
| | |||||
* | Cosmetic. | Akinori MUSHA | 2000-10-23 | 1 | -3/+2 |
| | |||||
* | Detach the WITH_I18N knob and always configure for the int'lized | Akinori MUSHA | 2000-10-23 | 1 | -12/+2 |
| | | | | version of Qt. | ||||
* | Update to 0.13 which supports Ruby 1.6. | Akinori MUSHA | 2000-09-28 | 3 | -9/+7 |
| | |||||
* | Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY | Akinori MUSHA | 2000-09-26 | 1 | -3/+1 |
| | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. | ||||
* | Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. | Akinori MUSHA | 2000-09-10 | 1 | -1/+1 |
| | |||||
* | Turn USE_GMAKE on, since our make(1) (sys.mk) doesn't use CPPFLAGS. | Akinori MUSHA | 2000-09-07 | 1 | -0/+2 |
| | | | | | This is just a workaround and should soon be fixed by changing mkmf.rb. | ||||
* | Update with bsd.ruby.mk. | Akinori MUSHA | 2000-09-07 | 2 | -158/+151 |
| | |||||
* | Update to 0.12. | Akinori MUSHA | 2000-09-06 | 2 | -2/+2 |
| | | | | Remove patch-aa. (merged :) | ||||
* | Improve configure scripts so that they take configure arguments from | Akinori MUSHA | 2000-08-17 | 1 | -10/+4 |
| | | | | | | the command line. Feedback status: Already sent to the author | ||||
* | Make all these Ruby related ports belong also in the newly-added | Akinori MUSHA | 2000-08-16 | 1 | -1/+1 |
| | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. | ||||
* | Change the name of the knob: WITH_QTI18N -> WITH_I18N | Akinori MUSHA | 2000-08-13 | 1 | -1/+1 |
| | |||||
* | Do The Right Thing. (R) | Akinori MUSHA | 2000-08-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. :) | ||||
* | Add ruby-qt and ruby-qt-i18n, Qt extension for Ruby. | Akinori MUSHA | 2000-08-12 | 5 | -0/+218 |
(for qt145 and qt-i18n, respectively) |