aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
Commit message (Collapse)AuthorAgeFilesLines
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-3/+7
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Fix preprocessor error for newer GCC.Akinori MUSHA2003-08-211-0/+20
| | | | Notes: svn path=/head/; revision=87451
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75777
* Update WWW.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71409
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-57/+57
| | | | Notes: svn path=/head/; revision=67504
* Now that Mesa requires pthread both on XFree86 3.3.x and on 4.x,Akinori MUSHA2002-02-101-0/+2
| | | | | | | | define RUBY_WITH_PTHREAD to make this module get linked with libc_r and libruby_r. Notes: svn path=/head/; revision=54492
* Update to 0.32b.Akinori MUSHA2001-12-022-3/+2
| | | | Notes: svn path=/head/; revision=50896
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Update to 0.32a.Akinori MUSHA2001-05-052-7/+2
| | | | Notes: svn path=/head/; revision=42286
* Update to 0.32-repacked..Akinori MUSHA2001-05-042-1/+6
| | | | Notes: svn path=/head/; revision=42265
* The distfile moved. (no change)Akinori MUSHA2001-04-282-3/+2
| | | | Notes: svn path=/head/; revision=41994
* Update to 0.32.Akinori MUSHA2001-04-275-93/+11
| | | | Notes: svn path=/head/; revision=41980
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-54/+54
| | | | Notes: svn path=/head/; revision=38173
* Fix the build failure on XFree86 4.0. GL_CLIENT_ALL_ATTRIB_BITSAkinori MUSHA2000-10-151-3/+8
| | | | | | | vs. GL_ALL_CLIENT_ATTRIB_BITS discrepancy... Notes: svn path=/head/; revision=33852
* 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. Notes: svn path=/head/; revision=33130
* Fix the build for Mesa 3.2.1.Akinori MUSHA2000-09-212-0/+12
| | | | Notes: svn path=/head/; revision=32939
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-083-81/+80
| | | | | | | Fix for Ruby 1.6. (patch-aa) Notes: svn path=/head/; revision=32413
* Add ruby-opengl, OpenGL/GLU/GLUT interface modules for Ruby.Akinori MUSHA2000-08-246-0/+166
Notes: svn path=/head/; revision=31924