From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 18:38:33 2005 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 6D97F16A4CE for ; Tue, 22 Feb 2005 18:38:33 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067D043D54 for ; Tue, 22 Feb 2005 18:38:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6857 invoked from network); 22 Feb 2005 18:38:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2005 18:38:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C110681; Tue, 22 Feb 2005 13:38:31 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Ramiro Aceves" References: <4219D0E9.4060907@wanadoo.es> <44u0o4ljo0.fsf@be-well.ilk.org> <003b01c518fd$cabb4430$15cf589d@eis.uva.es> From: Lowell Gilbert Date: 22 Feb 2005 13:38:31 -0500 In-Reply-To: <003b01c518fd$cabb4430$15cf589d@eis.uva.es> Message-ID: <44vf8kzbh4.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@FreeBSD.org Subject: Re: Questions about ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 18:38:33 -0000 "Ramiro Aceves" writes: > I am sorry, I am now at a winbugs computer at University. ;-) Which probably has fast Internet access, and might be a decent place to FTP from; but you would have to do it by hand, through an FTP client. > IIRC, I will have to donwload manually the packages in wich mozilla depends > on. That was the reason I was looking for the PACKGEROOT and PACKAGESITE > environment variables. I am right? You could do it that way, but you need to know the exact URL of the package file. [PACKAGEROOT doesn't help; it only specifies the host to download from.] You could automatically build the URL in a script, much the way that pkg_add does it internally. I'd still recommend building everything from ports, because you avoid the case of having some packages depending on a slightly different version of a dependency than another package. It takes a long time to build, but who cares -- you don't need to pay attention.