From owner-freebsd-stable@FreeBSD.ORG Sat Nov 24 16:48:13 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ED1A16A41A; Sat, 24 Nov 2007 16:48:13 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id C4C1D13C458; Sat, 24 Nov 2007 16:48:11 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <474855D3.8080709@FreeBSD.org> Date: Sat, 24 Nov 2007 17:48:19 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Pete French References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, dougb@FreeBSD.org Subject: Re: Is it O.K. to use the 7.0 ports tree on 6.3 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 16:48:13 -0000 Pete French wrote: >> Yes, it definitely will not work. When files are deleted from the ports >> tree after your initial tarball extraction, c[v]sup will not notice that >> they are missing (since it does not have a baseline), and will not >> remove them. Thus, you will encounter ports with "stale" patches that >> no longer apply, or apply but break the compilation, etc. > > Ahhh, right. So preseuably an install off the CD does something to > give csup a baseline which I am missing (or is csupping the ports on > a tree installed as part of the install process a bad idea too?). The latter. It would be a nice idea to try and improve this. Kris >> There is a FAQ about this on the cvsup webpage on www.polstra.com that >> explains in detail. > > Thanks, will take a look. Learn something new every day I guess! :) > > -pete. > >