notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/glew-wayland/Makefile

Number of commits found: 10

Wednesday, 20 Jul 2022
12:48 Jan Beich (jbeich) search for other commits by this committer
wayland: add more mostly leaf ports to virtual category

Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 commit hash: 29486876225718bafb70b78f4bb811674b06f164 2948687
Saturday, 20 Nov 2021
07:58 Jan Beich (jbeich) search for other commits by this committer
graphics/glew-wayland: drop X11 dependency after b44acc9409bdn

libGL is legacy GLX entry point, so maybe missing if libglvnd and/or
mesa-libs was built without X11 support.

$ make clean all deinstall install WITHOUT=X11 -C ../libglvnd
$ make clean all
[...]
===>   glew-wayland-2.2.0_2 depends on shared library: libGL.so - not found
*** Error code 1
[...]
ld -shared -soname libGLEW-wayland.so.2 -o lib/libGLEW-wayland.so.2.2.0
tmp/freebsd/default/shared/glew.o -L/usr/local/lib -lEGL -lGL
ld: error: unable to find library -lGL
gmake[1]: *** [Makefile:123: lib/libGLEW-wayland.so.2.2.0] Error 1
commit hash: 1d106488bd2115ec60b364ba04c730dde0965eb5 commit hash: 1d106488bd2115ec60b364ba04c730dde0965eb5 commit hash: 1d106488bd2115ec60b364ba04c730dde0965eb5 commit hash: 1d106488bd2115ec60b364ba04c730dde0965eb5 1d10648
Friday, 20 Aug 2021
10:22 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: fdc95482c3b625504c5b53566b0ce8c08fc7dc86 commit hash: fdc95482c3b625504c5b53566b0ce8c08fc7dc86 commit hash: fdc95482c3b625504c5b53566b0ce8c08fc7dc86 commit hash: fdc95482c3b625504c5b53566b0ce8c08fc7dc86 fdc9548
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 6 Jun 2020
13:50 jbeich search for other commits by this committer
graphics/glew: update to 2.2.0

Changes:	https://github.com/nigels-com/glew/compare/glew-2.1.0...555aa3ffc085
Approved by:	zeising (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25162
Original commitRevision:538091 
Saturday, 29 Feb 2020
22:52 jbeich search for other commits by this committer
graphics/glew-wayland: install more files

$ LD_PRELOAD=libGLEW-wayland.so glewinfo
Error [main]: glewInit failed: Missing GL version
Original commitRevision:527479 
Saturday, 30 Nov 2019
09:06 jbeich search for other commits by this committer
graphics/glew-wayland: unbreak on GCC architectures

In file included from src/glew.c:43:
include/GL/eglew.h:115: error: redefinition of typedef 'EGLint'
/usr/local/include/EGL/eglplatform.h:158: error: previous declaration of
'EGLint' was here

$ gcc42 -xc -c -
typedef int foo;
typedef int foo;
^D
<stdin>:2: error: redefinition of typedef 'foo'
<stdin>:1: error: previous declaration of 'foo' was here

PR:		242310
Reported by:	pkubaj
Original commitRevision:518713 
Thursday, 14 Nov 2019
00:43 jbeich search for other commits by this committer
graphics/glew: add -wayland slave

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)
Original commitRevision:517542 

Number of commits found: 10