Bug 282718

Summary: security/snowflake-tor: Make without go mod download
Product: Ports & Packages Reporter: Jesper Schmitz Mouridsen <jsm>
Component: Individual Port(s)Assignee: VinĂ­cius Zavam <egypcio>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: vvd
Priority: --- Flags: bugzilla: maintainer-feedback? (egypcio)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
download more with fetch
none
same but full port none

Description Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2024-11-13 00:14:11 UTC
Created attachment 255128 [details]
download more with fetch

This is a bit rough, but tries to avoid go to download with go mod download, for users behind isps blocking the tor project sites. go get does not respect the proxy options of fetch (apparently).
Comment 1 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2024-11-14 20:24:57 UTC
Created attachment 255180 [details]
same but full port
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-14 20:50:05 UTC
export SOCKS5_PROXY=127.0.0.1:9050
make fetch
make install clean
Work fine!
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-16 23:59:24 UTC
I got "same" error during make fetch in another port.
Skipping all steps…
It's bug in NFS.
With nolock mount options no more error and I can make fetch this port without this patch.

Sorry, and thanks for your time!