Extract check-vulnerable target.
Extract do-fetch, fetch-list, fetch-url-list-int and fetch-urlall-list.
Details
- Reviewers
- None
- Group Reviewers
portmgr - Commits
- rP415842: Extract the larger bsd.port.mk targets into separate scripts.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 3628 Build 3668: arc lint + arc unit
Event Timeline
- Extract checksum.
- Extract makesum.
- Do the fetching directly when running makesum.
- Extract check-checksum-algorithms.
It's currently being tested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208916
Yes, I added it on my local repo but did not update the review.
I got error message as follows:
% make fetch-urlall-list => /usr/ports/distfiles/ is not writable by you; cannot fetch. *** Error code 1 Stop.
This looks like it's more for debugging than for an end user. Maybe put this under boot verbose? The reason is that it's not an error until it's an error, meaning that if we're going to wait for the device when it's not there yet, then printing errors is confusing. Putting it under boot verbose is a nice way for people to get insight into why a boot may be stalled...