Page MenuHomeFreeBSD

bsd.sites.mk: Avoid bogus dev-warning from makesum
ClosedPublic

Authored by zirias on Jul 13 2023, 7:33 AM.
Tags
None
Referenced Files
F109118886: D41014.diff
Sat, Feb 1, 1:07 AM
Unknown Object (File)
Thu, Jan 30, 9:35 PM
Unknown Object (File)
Dec 26 2024, 6:39 AM
Unknown Object (File)
Dec 9 2024, 6:12 PM
Unknown Object (File)
Oct 24 2024, 11:03 PM
Unknown Object (File)
Oct 24 2024, 11:02 PM
Unknown Object (File)
Oct 24 2024, 11:02 PM
Unknown Object (File)
Oct 24 2024, 10:44 PM
Subscribers

Details

Summary

makesum calls make fetch and passes MASTER_SITES, so the dev warning
about it is triggered by the value USE_GITLAB computes. Avoid this by
disabling the warning in make fetch when NO_CHECKSUM and DISABLE_SIZE
are set.

Test Plan
  • make makesum in a port with USE_GITLAB does not show a dev warning
  • adding MASTER_SITES to that port, both make makesum and make fetch show the warning

Diff Detail

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