aboutsummaryrefslogtreecommitdiff
path: root/graphics/glew/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.0Marcus von Appen2011-05-091-14/+18
| | | | Notes: svn path=/head/; revision=273886
* - Update to 1.5.2.Marcus von Appen2010-04-021-13/+0
| | | | Notes: svn path=/head/; revision=252011
* Unbreak build on amd64.Marcus von Appen2009-05-171-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=234100
* Update to 1.5.1Marcus von Appen2009-05-133-26/+20
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=233845
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix SONAMESergey Matveychuk2006-01-211-1/+8
| | | | | | | | PR: ports/92095 Submitted by: maintainer Notes: svn path=/head/; revision=154062
* - Fix undefined symbol errors when including glut.h just after glew.h inSergey Matveychuk2006-01-181-0/+13
| | | | | | | | | | | applications which depends on both of them. - Bumped PORTREVISION. PR: ports/91944 Submitted by: maintainer Notes: svn path=/head/; revision=153826
* - Update to 1.3.1Pav Lucistnik2005-03-062-23/+26
| | | | | | | | PR: ports/78423 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=130487
* Fix stupid bug introduced by previous commit.Volker Stolz2005-01-211-34/+21
| | | | | | | | PR: ports/76512 Submitted by: maintainer Notes: svn path=/head/; revision=127001
* Fix build on amd64.Kirill Ponomarev2005-01-081-8/+11
| | | | Notes: svn path=/head/; revision=125767
* - Revert my previous commit, it was completely bogus [1]Pav Lucistnik2004-04-021-2/+1
| | | | | | | | | | - Respect CFLAGS [2] Requested by: maintainer [1] Submitted by: maintainer [2] Notes: svn path=/head/; revision=105930
* - Fix build on AMD64Kirill Ponomarev2004-01-251-2/+2
| | | | | | | | | PR: 61866 Submitted by: maintainer Noticed by: bento via kris Notes: svn path=/head/; revision=99034
* Add glew 1.1.4,Kirill Ponomarev2004-01-011-0/+47
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++ OpenGL developers with two tedious tasks: initializing and using extensions and writing portable applications. GLEW provides an efficient run-time mechanism to determine whether a certain extension is supported by the driver or not. OpenGL core and extension functionality is exposed via a single header file. PR: 60717 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=97041