Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 12:18:22 -0800
From:      "Crist J. Clark" <cjc@FreeBSD.ORG>
To:        Thomas Schuerger <schuerge@wjpserver.CS.Uni-SB.DE>
Cc:        DrdeHaerne@aol.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: make.conf, proxy and ports
Message-ID:  <20020217121822.R48401@blossom.cjclark.org>
In-Reply-To: <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de>; from schuerge@wjpserver.CS.Uni-SB.DE on Sun, Feb 17, 2002 at 08:40:30PM %2B0100
References:  <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote:
> [Charset ISO-8859-1 unsupported, filtering to ASCII...]
> > hi,
> > 
> > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed.
> > 
> > I followed logic and created /etc/make.conf with the following lines:
> > 
> > $ cat /etc/make.conf | grep _PROXY
> > FTP_PROXY=      10.100.10.100:1080
> > HTTP_PROXY=     10.100.10.100:3128
> 
> Try using
> 
>   FTP_PROXY=	http://10.100.10.100:1080   (http is correct here)
>   HTTP_PROXY=	http://10.100.10.100:3128
> 
> instead.

Actually, try using,

  FETCH_ENV=	FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128

If you actually want it to work.

I guess no one else is going to fix etc/defaults/make.conf now that it
is depricated. Just have to do it myself.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217121822.R48401>