aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-opengl
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTEPOCH due to version number going backwardsswills2013-03-032-3/+4
| | | | - Update COMMENT and pkg-descr
* - Mark this broken with Ruby 1.8swills2013-03-031-1/+5
|
* - Fix build, at least with Ruby 1.9swills2013-03-032-12/+3
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* ruby-opengl consists of Ruby extension modules that are bindings for theswills2011-03-193-0/+33
OpenGL, GLU, and GLUT libraries. WWW: http://ruby-opengl.rubyforge.org/