summaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-qt2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-172-1/+2
| | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed.
* Update ruby-qt2 modules to 0.14.Akinori MUSHA2001-08-233-10/+153
|
* Chase the repack.Akinori MUSHA2001-06-092-2/+2
|
* Update to 0.13.Akinori MUSHA2001-04-274-10/+37
|
* Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD inAkinori MUSHA2001-04-062-5/+5
| | | | | | x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's.
* Define RUBY_WITH_PTHREAD.Akinori MUSHA2001-04-061-0/+1
|
* Eliminate the previous hack which was useless.Akinori MUSHA2001-04-061-3/+3
| | | | Remove -O from CFLAGS.
* Tweak for the qtgl problem regarding libc_r some people are seeing.Akinori MUSHA2001-04-052-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 andAkinori MUSHA2001-04-011-14/+3
| | | | | | 5-CURRENT. Bump the version to 0.12a.1.
* D'oh, PORTREVISION doesn't work if you define the value of it afterAkinori MUSHA2001-03-282-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 MUSHA2001-03-283-3/+4
|
* Bad knu, no cookie. Use USE_QT2, not a hardcoded path!Will Andrews2001-03-251-2/+1
|
* Use the threaded version of Qt2 library for 5-CURRENT.Akinori MUSHA2001-03-192-5/+20
| | | | Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem.
* Update to Ruby/Qt2 0.12.Akinori MUSHA2001-03-124-21/+46
| | | | Introduce ruby-qt2/Makefile.common to share the variables.
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-164/+164
|
* Replace /usr/X11 in qt2.rb with ${X11BASE}. This was somehow droppedAkinori MUSHA2001-02-071-0/+4
| | | | in one of the previous updates.
* ruby-qt2 itself shouldn't really require Mesa. It will be required byAkinori MUSHA2001-02-071-1/+0
| | | | the forthcoming ruby-qt2gl.
* Remove a bunch of obsoleted (now non-existent) files from plist.Akinori MUSHA2001-02-011-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 MUSHA2001-01-233-5/+5
|
* Update to 0.11 and unbreak. Now it works fine. :)Akinori MUSHA2001-01-183-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 withAkinori MUSHA2001-01-091-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 MUSHA2001-01-095-153/+246
| | | | Repocopied from: x11-toolkits/ruby-qt
* Update to 0.14b.Akinori MUSHA2001-01-092-9/+7
|
* Update to 0.14a.Akinori MUSHA2001-01-083-23/+27
|
* Cosmetic.Akinori MUSHA2000-10-231-3/+2
|
* Detach the WITH_I18N knob and always configure for the int'lizedAkinori MUSHA2000-10-231-12/+2
| | | | version of Qt.
* Update to 0.13 which supports Ruby 1.6.Akinori MUSHA2000-09-283-9/+7
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-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 MUSHA2000-09-101-1/+1
|
* Turn USE_GMAKE on, since our make(1) (sys.mk) doesn't use CPPFLAGS.Akinori MUSHA2000-09-071-0/+2
| | | | | This is just a workaround and should soon be fixed by changing mkmf.rb.
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-158/+151
|
* Update to 0.12.Akinori MUSHA2000-09-062-2/+2
| | | | Remove patch-aa. (merged :)
* Improve configure scripts so that they take configure arguments fromAkinori MUSHA2000-08-171-10/+4
| | | | | | the command line. Feedback status: Already sent to the author
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Change the name of the knob: WITH_QTI18N -> WITH_I18NAkinori MUSHA2000-08-131-1/+1
|
* Do The Right Thing. (R)Akinori MUSHA2000-08-121-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 MUSHA2000-08-125-0/+218
(for qt145 and qt-i18n, respectively)