Page MenuHomeFreeBSD

Mk/Scripts/qa.sh: Add QA for libglvnd
ClosedPublic

Authored by kbowling on Aug 1 2021, 10:20 PM.
Tags
None
Referenced Files
F132251327: D31375.diff
Wed, Oct 15, 5:03 AM
Unknown Object (File)
Fri, Oct 10, 3:15 AM
Unknown Object (File)
Thu, Oct 9, 6:26 PM
Unknown Object (File)
Mon, Sep 22, 12:52 PM
Unknown Object (File)
Mon, Sep 22, 12:42 PM
Unknown Object (File)
Mon, Sep 22, 12:36 PM
Unknown Object (File)
Mon, Sep 22, 12:33 PM
Unknown Object (File)
Mon, Sep 22, 12:23 PM

Details

Summary

Add some hints around USE_GL after libglvnd conversion

Test Plan

@tcberner will check mlt-7 which previously yielded:
Error: /usr/local/lib/mlt-7/libmltmovit.so is linked to /usr/local/lib/libGLX.so.0 from graphics/libglvnd but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libGLX.so:graphics/libglvnd
Error: /usr/local/lib/mlt-7/libmltmovit.so is linked to /usr/local/lib/libOpenGL.so.0 from graphics/libglvnd but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libOpenGL.so:graphics/libglvnd
^ could you update the sanity checker so that it suggests USE_GL=

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kbowling created this revision.
Error: /usr/local/lib/mlt-7/libmltmovit.so is linked to /usr/local/lib/libGLX.so.0 from graphics/libglvnd but it is not declared as a dependency
Warning: you need USE_GL+=gl
Error: /usr/local/lib/mlt-7/libmltmovit.so is linked to /usr/local/lib/libOpenGL.so.0 from graphics/libglvnd but it is not declared as a dependency
Warning: you need USE_GL+=opengl

lgtm

This revision is now accepted and ready to land.Aug 2 2021, 5:26 AM