Port details on branch 2021Q3 |
- glew-wayland OpenGL Extension Wrangler Library
- 2.2.0_2 graphics
=0 2.2.0_2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-08-20 10:27:08
- Last Update: 2021-08-20 10:23:38
- Commit Hash: 870111f
- License: MIT BSD3CLAUSE
- WWW:
- http://glew.sourceforge.net/
- Description:
- 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.
WWW: http://glew.sourceforge.net/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- glew-wayland>0:graphics/glew-wayland
- To install the port:
- cd /usr/ports/graphics/glew-wayland/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/glew-wayland
- pkg install glew-wayland
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glew-wayland
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1584273239
SHA256 (glew-2.2.0.tgz) = d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1
SIZE (glew-2.2.0.tgz) = 835861
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: graphics/glew
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libEGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_glew-wayland
- USES:
- gmake gl tar:tgz xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/glew | Commit | Credits | Log message |
2.2.0_2 20 Aug 2021 10:23:38
    |
Jan Beich (jbeich)  |
graphics/glew-wayland: suggest LD_LIBMAP for session-local override
LD_LIBMAP can be limited to Wayland or KMS console e.g.,
$ cat >>~/.zshrc
if [[ ( -n $WAYLAND_DISPLAY || -z $DISPLAY ) && $LD_LIBMAP != *GLEW-wayland* ]];
then
export LD_LIBMAP=libGLEW.so.2=libGLEW-wayland.so.2,$LD_LIBMAP
export SDL_VIDEODRIVER=wayland,kmsdrm,x11
fi
(cherry picked from commit fdc95482c3b625504c5b53566b0ce8c08fc7dc86) |
Number of commits found: 1
|