From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 15:05:37 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C5E37B401 for ; Tue, 22 Apr 2003 15:05:37 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D708943FA3 for ; Tue, 22 Apr 2003 15:05:34 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h3MM5RV32234; Tue, 22 Apr 2003 15:05:27 -0700 From: Kent Stewart To: Ernesto Antonio Lira Castro , freebsd-ports@freebsd.org Date: Tue, 22 Apr 2003 15:05:26 -0700 User-Agent: KMail/1.5.1 References: <200304222151.QAA20747@aix.ver.ucc.mx> In-Reply-To: <200304222151.QAA20747@aix.ver.ucc.mx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304221505.26794.kstewart@owt.com> Subject: Re: ports behind proxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 22:05:38 -0000 On Tuesday 22 April 2003 02:51 pm, Ernesto Antonio Lira Castro wrote: > Hello list! > > I have a doubt, how can i install ports via command line (shell) when > i'm behind a proxy instead of using /stand/sysintall > If you have the port locally as a package, you only have to add the package from the directory containing the package using something like pkg_add "full package name including extension". Pkg_add doesn't care about the proxy. Most of this is convered in the Handbook. Sysinstall sort of bypasses the port system and causes problems later. Using the port system immediately doesn't have any problems. You may have to fight getting cvsup to work through your proxy but that is all I can think of. You just have to have a /usr/ports/INDEX that is consistent with your packages. In order to maintain the ports, you have to be able to cvsup ports-all and remake INDEX. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html