aboutsummaryrefslogtreecommitdiff
path: root/graphics/glew
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade graphics/glew to 1.4.0Vasil Dimov2007-05-013-8/+5
| | | | Notes: svn path=/head/; revision=191299
* - Revert the previous commitJose Alonso Cardenas Marquez2006-12-031-1/+1
| | | | | | | Suggested by: mezz Notes: svn path=/head/; revision=178655
* - Remove USE_X_PREFIXJose Alonso Cardenas Marquez2006-12-031-1/+1
| | | | | | | - Add USE_XLIB Notes: svn path=/head/; revision=178648
* - Update to 1.3.5Martin Wilke2006-11-222-4/+4
| | | | | | | | PR: 105742 Submitted by: trasz Notes: svn path=/head/; revision=177825
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* Update to 1.3.4Erwin Lansing2006-06-052-5/+4
| | | | | | | | | PR: 98428 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=164450
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - 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-182-0/+14
| | | | | | | | | | | 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.3Pav Lucistnik2005-09-032-3/+3
| | | | | | | | PR: ports/85576 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=141865
* - Update to 1.3.1Pav Lucistnik2005-03-065-37/+46
| | | | | | | | 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
* Update to 1.2.5Volker Stolz2004-12-222-3/+3
| | | | | | | | PR: ports/75224 Submitted by: maintainer Notes: svn path=/head/; revision=124804
* Update to 1.2.3Kirill Ponomarev2004-08-202-4/+4
| | | | | | | | PR: ports/70730 Submitted by: maintainer Notes: svn path=/head/; revision=116799
* Change maintainer's email.Kirill Ponomarev2004-07-211-1/+1
| | | | Notes: svn path=/head/; revision=114355
* - Bring back a part of revision 1.4 which was correctPav Lucistnik2004-04-021-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=105932
* - Revert my previous commit, it was completely bogus [1]Pav Lucistnik2004-04-022-8/+1
| | | | | | | | | | - Respect CFLAGS [2] Requested by: maintainer [1] Submitted by: maintainer [2] Notes: svn path=/head/; revision=105930
* - Respect ${CC} and ${CFLAGS}Pav Lucistnik2004-04-011-0/+6
| | | | | | | | PR: ports/65047 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=105912
* - Update to version 1.2.1Kirill Ponomarev2004-04-013-12/+11
| | | | | | | | PR: ports/65035 Submitted by: maintainer Notes: svn path=/head/; revision=105866
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - 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-015-0/+115
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