From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 12:15:52 2004 Return-Path: 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 4B10F16A4CE for ; Wed, 24 Nov 2004 12:15:52 +0000 (GMT) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9995543D31 for ; Wed, 24 Nov 2004 12:15:51 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from a-ma1-31.tin.it (212.216.149.158) by vsmtp3.tin.it (7.0.027) id 41A03E2F0015B810 for freebsd-questions@freebsd.org; Wed, 24 Nov 2004 13:15:51 +0100 From: Vittorio To: freebsd-questions@freebsd.org Date: Wed, 24 Nov 2004 13:15:29 +0000 User-Agent: KMail/1.7.1 References: <20041123203121.67967.qmail@web53406.mail.yahoo.com> In-Reply-To: <20041123203121.67967.qmail@web53406.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411241315.29124.v.demartino2@virgilio.it> Subject: Re: How do you "make install" without direct internet access? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 12:15:52 -0000 I'm attaching here the answer to a mail of mine on a simmilar subject.=20 The suggested solutions is working smoothly & flawlessly for me under=20 freebsd 5.2.1 & 5.3. Ciao Vittorio On Thu, 11 Nov 2004 13:55:43 +0000, Vittorio =20 wrote: > Old linux user now moving gradually to freebsd 5.2.1, at office we=20 have > a lan > 1) with an http proxy for which authentication via userid & passwd is > needed AND > 2) ftp is blocked, not permitted. >=20 > I want to use the ports and compile my programs. I have already tried=20 to > set the http proxy (as under linux, by the way!) =A0issuing: >=20 > env HTTP_PROXY=3D"http://userid:passwd@myproxy.it:8080" >=20 > to no avail; freebsd complains endlessly that > ............................... > fetch: ftp://............: Host not found > ............................. Try putting in the following in /etc/make.conf =46ETCH_ENV=3D =A0 =A0 =A0FTP_PROXY=3Dhttp://userid:passwd@myproxy.it:8080 =46ETCH_ENV=3D =A0 =A0 =A0HTTP_PROXY=3Dhttp://userid:passwd@myproxy.it:8080 To be honest, haven't tried it with authentication but the above would be the correct way to make use of a proxy for ports. Nelis