From owner-freebsd-questions Sat Apr 8 7:35:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id CFE4937BA3A for ; Sat, 8 Apr 2000 07:34:51 -0700 (PDT) (envelope-from rsidd@theory8.physics.iisc.ernet.in) Received: (qmail 901 invoked from network); 8 Apr 2000 14:34:32 -0000 Received: from unknown (HELO theory8.physics.iisc.ernet.in) (144.16.71.128) by theory1.physics.iisc.ernet.in with SMTP; 8 Apr 2000 14:34:32 -0000 Received: (qmail 570 invoked by uid 211); 8 Apr 2000 14:34:29 -0000 Date: Sat, 8 Apr 2000 20:04:28 +0530 From: Rahul Siddharthan To: Jim Freeze Cc: questions@FreeBSD.ORG Subject: Re: How do I use ports when proxy is installed? Message-ID: <20000408200428.A561@theory8.physics.iisc.ernet.in> References: <00040810195701.04816@urim> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <00040810195701.04816@urim>; from jim@freeze.org on Sat, Apr 08, 2000 at 10:17:09AM -0400 X-Operating-System: Linux 2.0.32 i486 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a freebsd machine at work and at home. > I find that using ports is very convenient, but cannot use it at work since the > machine is behind a proxy/firewall. > > Can someone tell me if it is possible to make modifications (?/etc/make.conf?) > to allow ports to work behind a firewall? "fetch" works with a proxy server ("man fetch"). If you have an http proxy server, use export HTTP_PROXY=PROXY.IP.ADDRESS:PORT and then "make install" should work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message