From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 02:36:26 2003 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 C9DE837B401 for ; Tue, 10 Jun 2003 02:36:26 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACB943FCB for ; Tue, 10 Jun 2003 02:36:25 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5A9WqE6056731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jun 2003 10:32:55 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5A9Wqsw056730; Tue, 10 Jun 2003 10:32:52 +0100 (BST) (envelope-from matthew) Date: Tue, 10 Jun 2003 10:32:52 +0100 From: Matthew Seaman To: Olivier Nicole Message-ID: <20030610093252.GA56590@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Olivier Nicole , freebsd-questions@freebsd.org References: <200306100904.QAA05121@banyan.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <200306100904.QAA05121@banyan.cs.ait.ac.th> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-6.8 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,NORMAL_HTTP_TO_IP, PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: Re: Proxy to load the ports 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: Tue, 10 Jun 2003 09:36:27 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 10, 2003 at 04:04:21PM +0700, Olivier Nicole wrote: > Since I installed a firewall the incoming ftp have to go through a > proxy. >=20 > Where in the mport making mechanism can I configure a proxy? In /etc/make.conf would be the usual place. From /etc/defaults/make.conf: # If you're behind a firewall and need FTP or HTTP proxy services for # ports collection fetching to work, the following examples give the # necessary syntax. See the fetch(3) man page for details. # #FETCH_ENV=3D FTP_PROXY=3Dftp://10.0.0.1:21 #FETCH_ENV=3D HTTP_PROXY=3Dhttp://10.0.0.1:80 or just set the FTP_PROXY and HTTP_PROXY variables in your environment. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+5aXEdtESqEQa7a0RAi8oAKCHjN8HLLYnTVU/uTPmvhd9QayLgQCfROR4 Kp3Y7awETfHV0aTye/6GLZU= =nwDw -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--