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, Apr 30, 7:52 PM
Unknown Object (File)
Fri, Apr 18, 5:05 PM
Unknown Object (File)
Thu, Apr 17, 6:28 PM
Unknown Object (File)
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
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