Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2017 04:31:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221406] proxydeps needs to treat lib/libGL-NVIDIA.so as part of GL
Message-ID:  <bug-221406-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221406

            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@FreeBSD.org
          Reporter: yuri@rawbw.com
                CC: freebsd-ports-bugs@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+=3Dgl"
should be amended with
>        elif expr ${lib_file} : "${LOCALBASE}/lib/libGL-NVIDIA.so.*$" > /d=
ev/null; then
>                warn "you need USE_GL+=3Dgl"

On systems where OpenGL is implemented via the NVidia driver, stage-qa fail=
s to
print this warning:
> Warning: you need USE_GL+=3Dgl

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221406-13>