[Bug 264901] graphics/libglvnd
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264901 --- Comment #4 from Jan Beich <[email protected]> --- 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.