From owner-freebsd-questions Wed Jun 5 8:37: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 65FA837B400 for ; Wed, 5 Jun 2002 08:36:42 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id KAA15998; Wed, 5 Jun 2002 10:36:33 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g55FaXcp069625; Wed, 5 Jun 2002 10:36:33 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g55FaVqI069624; Wed, 5 Jun 2002 10:36:31 -0500 (CDT) Date: Wed, 5 Jun 2002 10:36:31 -0500 From: Cory Bajus To: Ian Barnes Cc: freebsd-questions@freebsd.org Subject: Re: http proxy Message-ID: <20020605103631.A65549@knuth.mts.mb.ca> References: <200206031555.50166.ian@cerebellum.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206031555.50166.ian@cerebellum.za.net>; from ian@cerebellum.za.net on Mon, Jun 03, 2002 at 03:55:50PM +0000 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 In my /etc/make.conf, I have an entry as follows: FETCH_ENV= FTP_PROXY=ftp://:21 FTP_LOGIN=ftp FTP_PASSWORD=cbajus@ HTTP_PROXY=:8080 HTTP_PROXY_AUTH=basic::: Replace with the hostname of your FTP and WWW proxy server. You may need to adjust the port setting if your WWW proxy server does not use port 8080. You may not require the HTTP_PROXY_AUTH entry if your proxy server does not require authentication. Good luck, Cory. On Mon, Jun 03, 2002 at 03:55:50PM +0000, Ian Barnes wrote: > hi, > > where can i set it up so that when i install something from the ports (i.e > make install), it will go through a http proxy? i have tried setting it in > /etc/make.conf ... but nothing. > > thanks > Ian Barnes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message