[Bug 283745] devel/cmake-core: doesn't respect http_proxy
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 31 19:04:54 GMT 2024
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283745
--- Comment #7 from Jason E. Hale <jhale at 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.
More information about the kde-freebsd
mailing list