Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 20:40:30 +0100 (MET)
From:      Thomas Schuerger <schuerge@wjpserver.CS.Uni-SB.DE>
To:        DrdeHaerne@aol.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make.conf, proxy and ports
Message-ID:  <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de>
In-Reply-To: <7c.23136e42.29a159bc@aol.com> from "DrdeHaerne@aol.com" at "Feb 17, 2002 02:08:44 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
[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.

I didn't put those environment variables in make.conf on my machine
though. I used

  setenv FTP_PROXY http://server:port
  setenv HTTP_PROXY http://server:port

in my .tcshrc file. But it should work fine in make.conf, too.


Greetings,
Thomas.

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?200202171940.g1HJeUO02195>