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)
Wed, Oct 15, 11:52 PM
Unknown Object (File)
Wed, Oct 15, 7:05 AM
Unknown Object (File)
Mon, Sep 22, 12:15 AM
Unknown Object (File)
Sun, Sep 21, 12:59 PM
Unknown Object (File)
Thu, Sep 18, 11:15 PM
Unknown Object (File)
Thu, Sep 18, 11:14 PM
Unknown Object (File)
Thu, Sep 18, 11:14 PM
Unknown Object (File)
Thu, Sep 18, 11:02 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