https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283745
--- Comment #7 from Jason E. Hale <jh...@freebsd.org> --- (In reply to Jordan Ostreff from comment #6) Any locally set environment variables will be discarded since we use `setenv -i` to the environment for CMake. You could try injecting your proxy variables with WRK_ENV+= VAR1=VAL1 VAR2=VAL2 … in /etc/make.conf as a workaround, but this really shouldn’t be necessary. As I said before, ports should only download files during the fetch stage. The port in question should be fixed to not download files during the configure stage. -- You are receiving this mail because: You are the assignee for the bug.