[Bug 263079] graphics/freeglut fails to build: libGL.so - not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 06 Apr 2022 16:24:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263079

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
graphics/libglvnd only provides libGL.so if X11 port option is enabled. As
*_DEPENDS framework (e.g., via USE_GL=gl) doesn't support requesting ports
built with specific option(s) enabled/disabled using non-default options in
non-leaf ports is fragile.

From
https://gitlab.freedesktop.org/glvnd/libglvnd/-/blob/master/README.md#architecture

> libGL is a wrapper library to libGLdispatch and libGLX which is
> provided for backwards-compatibility with applications which link
> against the old ABI.

-- 
You are receiving this mail because:
You are the assignee for the bug.