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
F154559474: D31375.id93088.diff
Tue, Apr 28, 10:14 PM
F154557169: D31375.id93088.diff
Tue, Apr 28, 10:08 PM
F154555036: D31375.id93127.diff
Tue, Apr 28, 10:02 PM
F154554349: D31375.id93127.diff
Tue, Apr 28, 10:00 PM
Unknown Object (File)
Mon, Apr 27, 3:24 PM
Unknown Object (File)
Mon, Apr 27, 12:52 PM
Unknown Object (File)
Tue, Apr 21, 6:20 AM
Unknown Object (File)
Mon, Apr 20, 2:45 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