[Bug 264901] graphics/libglvnd
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264901] graphics/libglvnd"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Dec 2022 09:08:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264901 --- Comment #4 from Jan Beich <jbeich@FreeBSD.org> --- Both of you have elided the part of build log that documents the cause i.e., why libglvnd doesn't satisfy qt5-gui as a dependency. One guess is libglvnd was built without X11 support (libGL.so is missing) but qt5-gui is broken without X11 (unconditional USE_GL=gl, see also bug 266398). The ports framework (bsd.port.mk et al.) currently doesn't support individual ports request dependencies built with specific options set/unset, so qt5-gui has no way to request libglvnd always built with X11 enabled. -- You are receiving this mail because: You are the assignee for the bug.