From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 12:19:41 2006 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 BAAD616CAD1 for ; Thu, 8 Jun 2006 10:54:19 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from tor.farlep.net (tor.farlep.net [213.130.1.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B230E43D45 for ; Thu, 8 Jun 2006 10:54:16 +0000 (GMT) (envelope-from anrays@gmail.com) Received: from santinel.home.ua (nas-7-174.dialup.farlep.net [62.221.42.175]) by tor.farlep.net with ESMTP id k58ArxHd018496; Thu, 8 Jun 2006 13:54:12 +0300 Received: from anray by santinel.home.ua with local (Exim 4.61; FreeBSD) id 1FoEoI-0003BF-Vm; Thu, 08 Jun 2006 10:20:06 +0300 To: Dave References: <002701c68a74$d794cb10$0200a8c0@satellite> Organization: Santinel From: Andrey Slusar Date: Thu, 08 Jun 2006 10:20:06 +0300 In-Reply-To: <002701c68a74$d794cb10$0200a8c0@satellite> (Dave's message of "Wed, 7 Jun 2006 16:56:25 -0400") Message-ID: <86ac8oktax.fsf@santinel.home.ua> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean Cc: freebsd-questions@freebsd.org Subject: Re: compiling ports to packages on fast system, installing on slower one 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, 08 Jun 2006 12:19:43 -0000 Wed, 7 Jun 2006 16:56:25 -0400, Dave wrote: > Hello, > I was wondering if this was possible? I've got a box that i'd like > to install the latest gnome 2.14 desktop on, as well as some very > intense apps to build. I would like to compile the needed apps on my > fastest machine as packages, then transfer all the packages to the > slower box, and do a pkg_add * and they're all installed. My catch is > i don't want to install everything on my fastest box to pull this > off. I am using portupgrade and was wondering if this was doable? On fast box install the misc/tinderbox and build all packets in tinderbox jail. -- Regards, Andrey.