From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 12:52:15 2004 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 7525016A4CE for ; Sat, 6 Mar 2004 12:52:15 -0800 (PST) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07DDD43D1D for ; Sat, 6 Mar 2004 12:52:15 -0800 (PST) (envelope-from sellis@d207-6-164-182.bchsia.telus.net) Received: from d207-6-164-182.bchsia.telus.net ([207.6.164.182]) by priv-edtnes56.telusplanet.netESMTP <20040306205209.KKLS20425.priv-edtnes56.telusplanet.net@d207-6-164-182.bchsia.telus.net>; Sat, 6 Mar 2004 13:52:09 -0700 Received: from d207-6-164-182.bchsia.telus.net (localhost [127.0.0.1]) i26KpTVT059435; Sat, 6 Mar 2004 12:51:45 -0800 (PST) (envelope-from sellis@d207-6-164-182.bchsia.telus.net) Received: (from sellis@localhost)i26KpTTM059434; Sat, 6 Mar 2004 12:51:29 -0800 (PST) (envelope-from sellis) Date: Sat, 6 Mar 2004 12:51:28 -0800 From: Sean Ellis To: freebsd-questions@freebsd.org Message-ID: <20040306205128.GA58018@telus.net> Mail-Followup-To: freebsd-questions@freebsd.org, Drew Tomlinson References: <4048F25C.9020607@mykitchentable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4048F25C.9020607@mykitchentable.net> User-Agent: Mutt/1.5.6i Subject: Re: Building Packages - Links to Tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sellis@telus.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 20:52:15 -0000 On Fri, Mar 05, 2004 at 01:34:20PM -0800, Drew Tomlinson wrote: > I have a "faster" machine that I'd like to use to build packages and > then install those packages on my "slower" machine. I'm looking for > links to info describing this process and some best practices. I'm > familiar with using portupgrade to build and install ports. I've read > the portupgrade man pages and see options to build and install packages > but am not understanding how to put it all together. Check this out. http://www.onlamp.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html .. under "Making a Package Repository". -- Sean