From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 13:35:40 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 01C6216A4CE for ; Wed, 1 Dec 2004 13:35:40 +0000 (GMT) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5637343D5C for ; Wed, 1 Dec 2004 13:35:39 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from ims3e.cp.tin.it (212.216.176.219) by vsmtp3.tin.it (7.0.027) id 41A8A1360017B864 for freebsd-questions@freebsd.org; Wed, 1 Dec 2004 14:35:37 +0100 Received: from [192.168.70.227] by ims3e.cp.tin.it with HTTP; Wed, 1 Dec 2004 14:35:37 +0100 Date: Wed, 1 Dec 2004 14:35:37 +0100 Message-ID: <41536B85000CA04A@ims3e.cp.tin.it> From: v.demartino2@virgilio.it To: "FreeBSD" MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-Originating-IP: 194.185.25.73 Subject: cvsup & http proxy problems 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, 01 Dec 2004 13:35:40 -0000 On a pentium box with FreeBSD 5.3 stable behind a proxy which needs authe= ntication I'm able to download the ports I need & compile them. To do so, you corre= ctly suggested in this ML to put the following lines in /etc/make.conf FETCH_ENV=3D FTP_PROXY=3Dhttp://myuser:psswd@proxy.myco:8080 FETCH_ENV=3D HTTP_PROXY=3Dhttp://myuser:psswd@proxy.myco:8080 FETCH_ENV=3D FTP_PASSIVE_MODE=3Dhttp://myuser:psswd@proxy.myco:8080 Well they work. Unfortunately, when I issue the following command the anwer is as below VicBSD# cvsup -g -L 2 /root/ports-supfile Parsing supfile "/root/ports-supfile" Unknown host "cvsup.it.FreeBSD.org" (BTW, in /etc/resolv.conf there are the right DNS IPs) I have read the docs which say that cvsup uses the same definition for pr= oxies of fetch. What should I do? Thanks Vittorio