[Bug 221406] proxydeps needs to treat lib/libGL-NVIDIA.so as part of GL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 11 04:31:01 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221406
Bug ID: 221406
Summary: proxydeps needs to treat lib/libGL-NVIDIA.so as part
of GL
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: yuri at rawbw.com
CC: freebsd-ports-bugs at FreeBSD.org
In the function proxydeps_suggest_uses, this line:
> elif expr ${lib_file} : "${LOCALBASE}/lib/libGL.so.*$" > /dev/null; then
> warn "you need USE_GL+=gl"
should be amended with
> elif expr ${lib_file} : "${LOCALBASE}/lib/libGL-NVIDIA.so.*$" > /dev/null; then
> warn "you need USE_GL+=gl"
On systems where OpenGL is implemented via the NVidia driver, stage-qa fails to
print this warning:
> Warning: you need USE_GL+=gl
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list