Page MenuHomeFreeBSD

Reduce code duplication by calling fetch target
ClosedPublic

Authored by bapt on Sep 6 2019, 8:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 5:21 PM
Unknown Object (File)
Fri, Mar 13, 12:53 AM
Unknown Object (File)
Mon, Mar 9, 2:45 PM
Unknown Object (File)
Mon, Mar 9, 9:28 AM
Unknown Object (File)
Sun, Mar 8, 9:09 PM
Unknown Object (File)
Sat, Feb 28, 6:24 PM
Unknown Object (File)
Mon, Feb 23, 1:14 PM
Unknown Object (File)
Jan 13 2026, 7:09 PM
Subscribers

Details

Summary

when converting the do-fetch target to proper scripting
we lost the ability to overwrite do-fetch when running make makesum.
as reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215530

Let's call again do-fetch directly instead of duplicating its content

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26302
Build 24781: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 29 2019, 4:15 AM
This revision was automatically updated to reflect the committed changes.
This comment has been deleted.
head/Mk/bsd.port.mk
3876 ↗(On Diff #62697)

Shouldn't it call do-fetch? It is what the commit message says.