From owner-freebsd-questions@freebsd.org Thu Jun 25 20:49:18 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBE6998C53B for ; Thu, 25 Jun 2015 20:49:18 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCEB61C07 for ; Thu, 25 Jun 2015 20:49:18 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (unknown [IPv6:2601:1c2:d02:2605:21c:c0ff:fe7f:96ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "chombo.houseloki.net", Issuer "brtsvcs.net CA" (verified OK)) by luigi.brtsvcs.net (Postfix) with ESMTPS id 28AAC2D4F8E; Thu, 25 Jun 2015 20:49:11 +0000 (UTC) Received: from [IPv6:2601:1c2:d02:2605:baca:3aff:fe83:bd29] (unknown [IPv6:2601:1c2:d02:2605:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 3FDA7B11; Thu, 25 Jun 2015 13:49:08 -0700 (PDT) Subject: Re: getting ports updated on an older FreeBSD (5.1) To: Thomas Mueller , freebsd-questions@freebsd.org References: <86oak6p8w9.fsf@bsdstb.Belkin> <833145.91368.bm@smtp118.sbc.mail.ne1.yahoo.com> From: Mel Pilgrim Message-ID: <558C6939.3070700@bluerosetech.com> Date: Thu, 25 Jun 2015 13:48:57 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <833145.91368.bm@smtp118.sbc.mail.ne1.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 20:49:19 -0000 On 2015-06-24 03:10, Thomas Mueller wrote: > I was thinking about the possibility of building/upgrading the base > FreeBSD from source by steps, such as 5.1 -> final 6-stable -> final > 8-stable -> 10.1 or possibly FreeBSD-current. The introduction of KSE happened in 5.x and IIRC a related ABI break starting with 5.4 means the only upgrade path from prior versions is a full reinstall because you can't cross-run kernel and userland.