pub fn fetch_source(
port: &Port,
env: &BuildEnvironment,
) -> Result<(), KernelError>Expand description
Fetch source archives from URLs using the repository HTTP client.
Downloads each source to /tmp/ports-build/{name}-{version}/src/{filename}.
Requires a functional network stack for actual HTTP downloads.