Page MenuHomeFreeBSD

graphics/drm-kmod: Fix dependency on firmwares
ClosedPublic

Authored by zirias on Sep 7 2022, 11:28 AM.
Tags
None
Referenced Files
F114857008: D36479.id110261.diff
Thu, Apr 17, 6:28 PM
F114830557: D36479.id110262.diff
Thu, Apr 17, 9:41 AM
Unknown Object (File)
Mar 15 2025, 12:16 AM
Unknown Object (File)
Feb 1 2025, 10:48 AM
Unknown Object (File)
Jan 24 2025, 4:57 PM
Unknown Object (File)
Jan 23 2025, 5:41 AM
Unknown Object (File)
Jan 20 2025, 6:53 PM
Unknown Object (File)
Jan 20 2025, 6:53 PM
Subscribers

Details

Summary

Don't overwrite RUN_DEPENDS, add to it.

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 47281
Build 44168: arc lint + arc unit

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