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
Unknown Object (File)
Tue, Apr 21, 2:01 AM
Unknown Object (File)
Mon, Apr 20, 12:03 AM
Unknown Object (File)
Sun, Apr 19, 12:12 PM
Unknown Object (File)
Sun, Apr 19, 1:37 AM
Unknown Object (File)
Fri, Apr 17, 8:09 AM
Unknown Object (File)
Thu, Apr 9, 1:22 PM
Unknown Object (File)
Thu, Apr 9, 8:38 AM
Unknown Object (File)
Thu, Apr 9, 5:10 AM
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