On Sun, 26 Jun 2011 20:52:09 -0600 (MDT) Dennis Glatting wrote: I need is a method to embed into make.conf a proxy specification > for fetch. Setting the environment variable HTTP_PROXY from the login > shell /is not/ preferred because the account is used by different > administrators, I don't what the special proxy accidentally polluted > with non-port stuff, and it would only create confusion. > > Setting http_proxy in make.conf does not work. .netrc doesn't appear > to be a viable method (if it did, I could specify FETCH_ARGS in > make.conf).
I think what you need is: FETCH_ENV= http_proxy=<squid server> > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
