From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 00:11:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 441D116A41F for ; Thu, 14 Jul 2005 00:11:20 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 5AE4043D58 for ; Thu, 14 Jul 2005 00:11:17 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 7934 invoked from network); 14 Jul 2005 00:11:15 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 14 Jul 2005 00:11:15 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.3/8.13.3) with ESMTP id j6E3BDuH036562; Thu, 14 Jul 2005 03:11:14 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.3/8.13.3/Submit) id j6E3BDbM036561; Thu, 14 Jul 2005 03:11:13 GMT (envelope-from gaghiel) Date: Thu, 14 Jul 2005 03:11:13 +0000 From: Tsampros Leonidas To: Andrei Iarus Message-ID: <20050714031113.GA36329@bifteki.lan> References: <20050714024556.GA35945@bifteki.lan> <20050714000253.37486.qmail@web51705.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050714000253.37486.qmail@web51705.mail.yahoo.com> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Installing programs from FreeBSD ftp server. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 00:11:20 -0000 On Wed, Jul 13, 2005 at 05:02:52PM -0700, Andrei Iarus wrote: > > > I think you should investigate the pkg_add(1) man > > page. A quick way > > to install directly a package (that means a > > precompiled "port") is to > > use the following syntax: > > > > # pkg_add -rv port-name > > > > i.e pkg_add -rv cvsup-without-gui > Yes, I have tried this method, too. The problem is > that pkg_add fetches compiled programs from FreeBSD > ftp serevr, too.Interesting: the http FreeBSD server > works fine, only the ftp has some problems. Other > mirrors work bad,too. And how could I change the > server pkg_add tries to fetch files form? You must set the environment variable PACKAGEROOT in order to change the mirror you want to choose. And please send your email once.