From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 14:57:45 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 3563316A403 for ; Fri, 6 Oct 2006 14:57:45 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB0243D5A for ; Fri, 6 Oct 2006 14:57:44 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 83B63DB035E for ; Fri, 6 Oct 2006 10:57:43 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Fri, 06 Oct 2006 10:57:46 -0400 X-Sasl-enc: 4NK/PesVieI65S2OlB13i6kW8g5YM0P2IPVPvKfkgoxx 1160146665 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id B6D2312BB for ; Fri, 6 Oct 2006 10:57:45 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Fri, 6 Oct 2006 15:57:39 +0100 User-Agent: KMail/1.9.4 References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com> In-Reply-To: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610061557.41452.list-freebsd-2004@morbius.sent.com> Subject: Re: Portsnap Update Question 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: Fri, 06 Oct 2006 14:57:45 -0000 On Friday 06 October 2006 15:14, Chris wrote: > I've been doing is then running portsnap fetch update to apply > patches to the ports. In doing so, I've not seen recompilations take > place and remained somewhat fuzzy as to whether I was merely > retrieving snapshots of source for whatever is in /usr/ports or if in You aren't even doing that. The ports tree is just a set of recipes that tells the ports system how to get hold of the source and build the software automatically. When you run portsnap or cvsup (with a ports supfile) you are simply updating those recipes.