aboutsummaryrefslogtreecommitdiff
path: root/graphics/glew
Commit message (Collapse)AuthorAgeFilesLines
* graphics/glew-wayland: install more filesJan Beich2020-02-291-0/+1
| | | | | | | | $ LD_PRELOAD=libGLEW-wayland.so glewinfo Error [main]: glewInit failed: Missing GL version Notes: svn path=/head/; revision=527479
* graphics/glew: add -wayland slaveJan Beich2019-11-141-5/+5
| | | | | | | | | | | | SDL_VIDEODRIVER=wayland doesn't work with current glew package while SDL_VIDEODRIVER=x11 doesn't work using this package. So, build against libEGL instead of libX11 and let the user decide when to use. Idea from: ArchLinux Tested by: SDL (freeorion, ppsspp, renpy) Notes: svn path=/head/; revision=517542
* Switch all ports to use USES=xorg-catNiclas Zeising2019-11-031-1/+1
| | | | | | | | Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports Notes: svn path=/head/; revision=516607
* Update to 2.1.0Niclas Zeising2017-11-185-38/+88
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=454453
* GrabNiclas Zeising2017-10-291-1/+1
| | | | Notes: svn path=/head/; revision=453135
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Pet portlintDmitry Marakasov2017-04-131-7/+7
| | | | | | | | - Cosmetic fixes - Switch to options helpers Notes: svn path=/head/; revision=438429
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* - Update to version 1.13.0Marcus von Appen2015-12-192-3/+3
| | | | | | | Changelog: http://glew.sourceforge.net/log.html Notes: svn path=/head/; revision=404003
* - Update to version 1.12.0Marcus von Appen2015-02-084-7/+7
| | | | | | | | | This update adds a couple of nvidia extensions and fixes some minor bugs. Changelog: http://glew.sourceforge.net/log.html Notes: svn path=/head/; revision=378635
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Fix tools linkage and unbreak installationMarcus von Appen2014-08-172-3/+19
| | | | | | | Reported by: many Notes: svn path=/head/; revision=365213
* - Update to version 1.11.0, which adds support for OpenGL 4.5Marcus von Appen2014-08-175-58/+26
| | | | | | | Changelog: http://glew.sourceforge.net/log.html Notes: svn path=/head/; revision=365183
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Convert to OptionsNGAlex Kozlov2014-05-221-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354879
* - Enable stagedir supportMarcus von Appen2014-01-171-17/+17
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=340112
* - Fix the include path reported by pkg-config --cflagsMarcus von Appen2013-10-102-4/+13
| | | | | | | Submitted by: acm@ Notes: svn path=/head/; revision=330016
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to version 1.10.0Marcus von Appen2013-07-242-10/+10
| | | | | | | | | - Trim Makefile headers - OPTIONize - Switch to USES=gmake Notes: svn path=/head/; revision=323612
* - Update to 1.9.0Marcus von Appen2012-10-044-11/+13
| | | | Notes: svn path=/head/; revision=305282
* - Update to 1.8.0Marcus von Appen2012-07-203-3/+5
| | | | Notes: svn path=/head/; revision=301238
* - Update to 1.7.0Marcus von Appen2011-10-053-3/+4
| | | | Notes: svn path=/head/; revision=282992
* - Update to 1.6.0Marcus von Appen2011-05-094-17/+28
| | | | Notes: svn path=/head/; revision=273886
* - Update to 1.5.8Marcus von Appen2011-03-122-3/+3
| | | | Notes: svn path=/head/; revision=270735
* - Update to version 1.5.7Marcus von Appen2010-11-072-4/+3
| | | | Notes: svn path=/head/; revision=264204
* - Update to 1.5.6Marcus von Appen2010-09-192-4/+4
| | | | Notes: svn path=/head/; revision=261426
* - Update to 1.5.5Marcus von Appen2010-08-032-4/+4
| | | | Notes: svn path=/head/; revision=258680
* - Update to 1.5.4Marcus von Appen2010-05-243-4/+6
| | | | Notes: svn path=/head/; revision=254955
* - Update to 1.5.2.Marcus von Appen2010-04-023-20/+5
| | | | 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
* Fixed distinfo entries for graphics/glew update.Marcus von Appen2009-05-141-3/+3
| | | | | | | | Submitted by: QAT, various Approved by: miwi (mentor) Notes: svn path=/head/; revision=233874
* Update to 1.5.1Marcus von Appen2009-05-134-28/+22
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=233845
* Take maintainership.Marcus von Appen2009-05-041-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=233230
* - 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
* - Get rid of USE_X_PREFIX.Martin Wilke2008-03-201-4/+3
| | | | | | | | | | - Use SF macro PR: 121890 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=209478
* - 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