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)
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
Unknown Object (File)
Thu, Apr 11, 6:10 AM
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