Commit Graph

20 Commits

Author SHA1 Message Date
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen
a4449754d5 graphics/glew: update to 2.2.0, from Brad, been through bulk on i386 2020-10-08 20:18:25 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
jsg
4e8b648762 modify glew.h for recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.

ok brad (MAINTAINER)
2019-01-28 08:26:17 +00:00
sthen
01143c9948 update to glew-2.0.0, from Brad, bulk build tests by me and naddy 2016-12-30 13:57:51 +00:00
bentley
a6939112c5 Fix glew pkg-config output: use /usr/local instead of /usr.
Bug pointed out by Michael Pavone.
No response from maintainer.
2016-08-27 06:01:24 +00:00
ajacoutot
006f773ca5 Update to glew-1.12.0.
from brad (maintainer)
2015-05-06 08:47:14 +00:00
sthen
270db149c4 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:24:22 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
brad
97bf08c9a9 Update to GLEW 1.10.0.
ok sthen@
2013-09-11 18:13:20 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
ajacoutot
cf091e28ab Update to glew-1.9.0.
from Brad (maintainer)
2012-08-27 12:40:19 +00:00
pascal
01cbd4d9c0 Update to glew 1.7.0, from Brad. Dependencies are happy.
ok phesssler@
2011-11-16 22:42:02 +00:00
jasper
58f3c8ffea - regen WANTLIB 2011-11-02 08:46:37 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
dcoppa
47b2f05e84 Update to glew-1.5.6
From Brad
2010-10-15 10:32:02 +00:00
sthen
0c678ecfa6 update to 1.5.3, from Brad. 2010-04-15 15:02:49 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
a4318369a4 - don't strip the shared lib when installing
- make sure to pass the PIC flag to the compiler when linking
the shared lib

from Brad (maintainer)
2009-08-02 12:32:36 +00:00
sthen
96da4e2934 import graphics/glew:
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.
2009-04-13 23:24:01 +00:00