From owner-freebsd-questions Sun Feb 17 11:40:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 07F6B37B425 for ; Sun, 17 Feb 2002 11:40:35 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002020400) with ESMTP id g1HJeWj07675; Sun, 17 Feb 2002 20:40:33 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:by5e5S6xS9nFv//qVV2xcKYG/nCaalqo@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g1HJeWs12084; Sun, 17 Feb 2002 20:40:32 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g1HJeUO04818; Sun, 17 Feb 2002 20:40:30 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g1HJeUO02195; Sun, 17 Feb 2002 20:40:30 +0100 (MET) From: Thomas Schuerger Message-Id: <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> Subject: Re: make.conf, proxy and ports In-Reply-To: <7c.23136e42.29a159bc@aol.com> from "DrdeHaerne@aol.com" at "Feb 17, 2002 02:08:44 pm" To: DrdeHaerne@aol.com Date: Sun, 17 Feb 2002 20:40:30 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [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