From owner-freebsd-questions@FreeBSD.ORG Tue May 24 05:30:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D067316A41C for ; Tue, 24 May 2005 05:30:00 +0000 (GMT) (envelope-from david@israelsson.org) Received: from mxfep04.bredband.com (mxfep04.bredband.com [195.54.107.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BFA43D1F for ; Tue, 24 May 2005 05:29:59 +0000 (GMT) (envelope-from david@israelsson.org) Received: from gx01.bredband.com ([83.227.138.201] [83.227.138.201]) by mxfep04.bredband.com with ESMTP id <20050524052957.VUUB25940.mxfep04.bredband.com@gx01.bredband.com>; Tue, 24 May 2005 07:29:57 +0200 Received: from lala.gnapp.org ([83.227.138.201]) by gx01.bredband.com with ESMTP id <20050524052632.HZDV32165.gx01.bredband.com@lala.gnapp.org>; Tue, 24 May 2005 07:26:32 +0200 Received: by lala.gnapp.org (Postfix, from userid 1001) id BFD2FC0E2; Tue, 24 May 2005 07:31:09 +0200 (CEST) To: freebsd-questions@freebsd.org References: <4292B65C.7020302@acasa.ro> From: David Israelsson Date: Tue, 24 May 2005 07:31:09 +0200 In-Reply-To: <4292B65C.7020302@acasa.ro> (Sergiu's message of "Tue, 24 May 2005 08:06:36 +0300") Message-ID: <86d5rh5gwy.fsf@lala.gnapp.org> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sergiu - IT Subject: Re: "make" with proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 05:30:00 -0000 Sergiu - IT writes: > Hi ! > In my network, on the gateway the www port is blocked but a squid > server is enabled on port 88, so when I try to "make" a program, the > sources cannot be downloaded. Can I do something to determine "make" > to download the sources using the proxy ? And if I can, how is that ? fetch(1) is used to download the distfiles. The fetch(3) man page lists a number of usable environment variables. HTTP_PROXY might be worth looking at. /David