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)
Fri, Mar 20, 6:34 PM
Unknown Object (File)
Sat, Mar 14, 11:32 PM
Unknown Object (File)
Thu, Feb 26, 5:45 AM
Unknown Object (File)
Feb 19 2026, 12:52 PM
Unknown Object (File)
Feb 8 2026, 4:35 AM
Unknown Object (File)
Jan 31 2026, 8:31 AM
Unknown Object (File)
Jan 30 2026, 8:03 PM
Unknown Object (File)
Dec 12 2025, 8:17 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