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
Unknown Object (File)
Thu, Aug 27, 7:47 AM
Unknown Object (File)
Sun, Aug 16, 6:42 AM
Unknown Object (File)
Thu, Aug 13, 11:58 PM
Unknown Object (File)
Wed, Aug 12, 10:01 PM
Unknown Object (File)
Wed, Aug 12, 9:04 PM
Unknown Object (File)
Wed, Aug 12, 3:12 PM
Unknown Object (File)
Mon, Aug 10, 10:37 PM
Unknown Object (File)
Mon, Aug 10, 7:12 AM

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