| Port details on branch 2024Q4 |
- glew-wayland OpenGL Extension Wrangler Library
- 2.3.1 graphics
=0 2.2.0_3Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2019-11-14 00:43:27
- Last Update: 2026-07-24 18:49:38
- Commit Hash: b7c05a1
- Also Listed In: wayland
- License: MIT BSD3CLAUSE
- WWW:
- https://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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1783945884
SHA256 (glew-2.3.1.tgz) = b64790f94b926acd7e8f84c5d6000a86cb43967bd1e688b03089079799c9e889
SIZE (glew-2.3.1.tgz) = 866060
Packages (timestamps in pop-ups are UTC):
- Master port: graphics/glew
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libEGL.so : graphics/libglvnd
- libOpenGL.so : graphics/libglvnd
- This port is required by:
- for Libraries
-
- cad/kicad-devel
Configuration Options:
- No options to configure
- Options name:
- graphics_glew-wayland
- USES:
- gmake gl tar:tgz xorg
- pkg-message:
- For install:
- To enable Wayland support in GLEW for a specific application
$ LD_PRELOAD=libGLEW-wayland.so <application>
To enable for current session
$ export LD_LIBMAP=libGLEW.so.2=libGLEW-wayland.so.2
To enable globally
$ echo libGLEW.so.2 libGLEW-wayland.so.2 >>/etc/libmap.conf
- Master Sites:
|