From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 00:26:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CA1D16A47B for ; Thu, 14 Dec 2006 00:26:08 +0000 (UTC) (envelope-from bastiaan@welmers.net) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BAF043CB4 for ; Thu, 14 Dec 2006 00:24:27 +0000 (GMT) (envelope-from bastiaan@welmers.net) Received: from routeduvel.rembrandtkd.welmers.net (welmers.xs4all.nl [80.126.238.7]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBE0PvNm038540; Thu, 14 Dec 2006 01:25:58 +0100 (CET) (envelope-from bastiaan@welmers.net) Received: by routeduvel.rembrandtkd.welmers.net (Postfix, from userid 1007) id 2C3952C044; Thu, 14 Dec 2006 01:26:05 +0100 (CET) Date: Thu, 14 Dec 2006 01:26:04 +0100 From: Bastiaan Welmers To: "Ne'Bahn" Message-ID: <20061214002604.GA873@routeduvel.rembrandtkd.welmers.net> References: <002001c71f12$f36c4560$71d3dcc9@bloodlust> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002001c71f12$f36c4560$71d3dcc9@bloodlust> User-Agent: Mutt/1.4.2.1i X-Disclaimer: running NetBSD X-Virus-Scanned: by XS4ALL Virus Scanner Cc: UNIX - questions Subject: Re: Install via ports... 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 Dec 2006 00:26:08 -0000 On Wed, Dec 13, 2006 at 07:00:20PM -0500, Ne'Bahn wrote: > Hi list, I've read the handbook for ports, basically (if I understand) > ports are files that brings information (location, dependencies) to > the > system to compile a series of files (sources) to have the final piece > of > software. Very nice with the advantages that comes with this type of > installation, but, what about a big applications like Gnome, > OpenOffice and > so on. I can't try ports because I can't have a fast/long connection > for > downloads (due to some restrictions on my country) so I always install > via > packages, and it takes a while, well a little bit. You can do "make fetch" to fetch the required package distfiles first, or "make fetch-recursive" to fetch all the required distfiles of all packages required by this package. see "man ports" for other targets. /Bastiaan