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)
Thu, Aug 13, 12:27 AM
Unknown Object (File)
Tue, Aug 11, 6:48 PM
Unknown Object (File)
Mon, Aug 10, 8:27 AM
Unknown Object (File)
Sun, Aug 9, 3:58 PM
Unknown Object (File)
Sat, Aug 8, 3:29 AM
Unknown Object (File)
Fri, Aug 7, 7:38 PM
Unknown Object (File)
Fri, Aug 7, 12:51 AM
Unknown Object (File)
Tue, Aug 4, 3:05 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
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable