Page MenuHomeFreeBSD

graphics/drm-kmod: Fix dependency on firmwares
ClosedPublic

Authored by zirias on Sep 7 2022, 11:28 AM.
Tags
None
Referenced Files
F83050648: D36479.diff
Sun, May 5, 2:31 PM
Unknown Object (File)
Wed, May 1, 12:16 AM
Unknown Object (File)
Tue, Apr 30, 11:37 PM
Unknown Object (File)
Tue, Apr 30, 11:37 PM
Unknown Object (File)
Tue, Apr 30, 11:37 PM
Unknown Object (File)
Tue, Apr 30, 11:37 PM
Unknown Object (File)
Tue, Apr 30, 8:42 PM
Unknown Object (File)
Mon, Apr 22, 9:07 AM
Subscribers

Details

Summary

Don't overwrite RUN_DEPENDS, add to it.

While here, indent .if/.elif/.endif correctly.

Diff Detail

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

Event Timeline

Also allow all architectures supported by the concrete drm package. If not supported, fail instead of depending on just firmwares.

This revision is now accepted and ready to land.Sep 7 2022, 11:57 AM
tcberner added inline comments.
graphics/drm-kmod/Makefile
24

^ you need to define _DRM_ARCHS in the .else case too, for the :M to wokr below

This revision now requires changes to proceed.Sep 7 2022, 12:07 PM

Fix make error on 13.0 by always defining _DRM_ARCHS

manu added inline comments.
graphics/drm-kmod/Makefile
24

That's not supposed to happened in supported release but yeah :)

This revision is now accepted and ready to land.Sep 7 2022, 12:16 PM