Page MenuHomeFreeBSD

graphics/drm-kmod: Fix dependency on firmwares
ClosedPublic

Authored by zirias on Sep 7 2022, 11:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 9:07 AM
Unknown Object (File)
Thu, Apr 11, 6:10 AM
Unknown Object (File)
Thu, Apr 11, 6:09 AM
Unknown Object (File)
Thu, Apr 11, 4:53 AM
Unknown Object (File)
Thu, Apr 11, 4:52 AM
Unknown Object (File)
Thu, Apr 11, 4:52 AM
Unknown Object (File)
Mar 22 2024, 3:59 PM
Unknown Object (File)
Mar 22 2024, 3:59 PM
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