Commit graph

19 commits

Author SHA1 Message Date
Niclas Zeising
8def2204e8 Update to 2.1.0
Some hilights from release notes:
* adds support for OpenGL 4.6
* adds support for OSMesa and EGL
* Removes  support for MX and removes related libraries

Use upstream install target instead of our own do-install:
Fix the pkgconfig script to actually tell something at least closer to the
truth.
Add missing GL dependencies.
Library version bump.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
2017-11-18 19:32:30 +00:00
Marcus von Appen
151f4757b1 - Update to version 1.12.0
This update adds a couple of nvidia extensions and fixes some minor
bugs.
Changelog: http://glew.sourceforge.net/log.html
2015-02-08 10:09:50 +00:00
Marcus von Appen
ccb2a19ad4 - Fix tools linkage and unbreak installation
Reported by:	many
2014-08-17 17:46:09 +00:00
Marcus von Appen
0ccfc073ab - Update to version 1.11.0, which adds support for OpenGL 4.5
Changelog: http://glew.sourceforge.net/log.html
2014-08-17 13:09:59 +00:00
Marcus von Appen
1f26542905 - Fix the include path reported by pkg-config --cflags
Submitted by:	acm@
2013-10-10 16:37:02 +00:00
Marcus von Appen
ac5449e264 - Update to 1.9.0 2012-10-04 21:29:54 +00:00
Marcus von Appen
0ecda08844 - Update to 1.6.0 2011-05-09 19:32:30 +00:00
Marcus von Appen
1e0c087412 - Update to 1.5.2. 2010-04-02 11:46:00 +00:00
Marcus von Appen
f7846d1a7e Unbreak build on amd64.
Approved by:	miwi (mentor)
2009-05-17 14:58:53 +00:00
Marcus von Appen
f4f49ff0b2 Update to 1.5.1
Approved by:	miwi (mentor)
2009-05-13 17:36:51 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
Sergey Matveychuk
3aaea2c0d1 - Fix SONAME
PR:		ports/92095
Submitted by:	maintainer
2006-01-21 16:57:02 +00:00
Sergey Matveychuk
18f1ca848c - Fix undefined symbol errors when including glut.h just after glew.h in
applications which depends on both of them.
- Bumped PORTREVISION.

PR:		ports/91944
Submitted by:	maintainer
2006-01-18 17:20:18 +00:00
Pav Lucistnik
612595b0dd - Update to 1.3.1
PR:		ports/78423
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2005-03-06 22:42:41 +00:00
Volker Stolz
d06fe204db Fix stupid bug introduced by previous commit.
PR:		ports/76512
Submitted by:	maintainer
2005-01-21 11:34:27 +00:00
Kirill Ponomarev
c791b92bd3 Fix build on amd64. 2005-01-08 10:45:44 +00:00
Pav Lucistnik
cfa954a5be - Revert my previous commit, it was completely bogus [1]
- Respect CFLAGS [2]

Requested by:	maintainer [1]
Submitted by:	maintainer [2]
2004-04-02 03:49:20 +00:00
Kirill Ponomarev
9a770a5031 - Fix build on AMD64
PR:		61866
Submitted by:	maintainer
Noticed by:	bento via kris
2004-01-25 08:48:06 +00:00
Kirill Ponomarev
5952de42a0 Add glew 1.1.4,
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>
2004-01-01 18:26:52 +00:00