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, 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
Unknown Object (File)
Oct 10 2024, 11:49 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
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable