aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-3/+3
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-251-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* 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