From owner-freebsd-stable@FreeBSD.ORG Mon May 12 11:44:46 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 734FE28F for ; Mon, 12 May 2014 11:44:46 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3642E2C25 for ; Mon, 12 May 2014 11:44:45 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1WjoPM-0006Wg-PE for freebsd-stable@freebsd.org; Mon, 12 May 2014 13:28:37 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: Source upgrade from 9-stable to 10-stable References: <536F6714.4050705@iki.fi> Date: Mon, 12 May 2014 13:28:35 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <536F6714.4050705@iki.fi> User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: -- X-Spam-Score: -2.9 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 autolearn=disabled version=3.3.2 X-Scan-Signature: c74461a82029b6293650421ecb57b64a X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 11:44:46 -0000 On Sun, 11 May 2014 14:03:32 +0200, Tuomo Latto wrote: > I don't think I've seen any explicit instructions for a source upgrade > (i.e. buildworld/installworld) from 9-stable to 10-stable. As always it is in /usr/src/UPDATING. See also: http://svnweb.freebsd.org/base/stable/10/UPDATING?revision=264464&view=markup Or specific instructions: http://svnweb.freebsd.org/base/stable/10/UPDATING?revision=264464&view=markup#l1972 > Considering it is both another major version and a different compiler, > are there any obvious or non-obvious gotchas I should be watching out > for? > Even all the stupid mistakes to avoid are welcome answers. > I don't want make those either. > > BTW, no COMPAT_FREEBSD8 or COMPAT_FREEBSD9? Really? > Rebuilding and reinstalling all installed ports is recommended. Ronald.