From owner-freebsd-stable@FreeBSD.ORG Sat Nov 24 16:40:40 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 D622E16A421; Sat, 24 Nov 2007 16:40:40 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id AD27A13C45B; Sat, 24 Nov 2007 16:40:40 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from smaug.rattatosk ([10.50.50.2]) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Ivy3c-000GSC-03; Sat, 24 Nov 2007 16:40:40 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Ivy3b-000Ie5-UC; Sat, 24 Nov 2007 16:40:39 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Ivy3b-000Acq-Tn; Sat, 24 Nov 2007 16:40:39 +0000 To: kris@FreeBSD.org In-Reply-To: <47482485.7030906@FreeBSD.org> Message-Id: From: Pete French Date: Sat, 24 Nov 2007 16:40:39 +0000 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:40:40 -0000 > 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?). > 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.