From owner-freebsd-questions@freebsd.org Tue Dec 15 13:28:19 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 36E06A44E37 for ; Tue, 15 Dec 2015 13:28:19 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7BEA1472 for ; Tue, 15 Dec 2015 13:28:18 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x236.google.com with SMTP id n186so164954408wmn.1 for ; Tue, 15 Dec 2015 05:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=wD9spdboL9bLckTpv8k8YmUaQbOrI/VPWT0rWaiIiNE=; b=w5npGGQ1tSJq+HI3IRB1nlRGdZ+CcqWbg+ee/ZWuFeC63J8ZO6KNf2XMTzEw8gyDTh 5f7AegUblguw75nbzXOZpOjtDCPa9PMcm8vjq2QAxEon6DGk7XSJc8CR9883xOiWsZ2w 3UT/cy5hXCfQ48wobY5rdPFaloU+KHmMyvW1ZfvhHsVTkO0TM+YHEWSYFE6EbgyjIlNu PJ0LZBEJV+R4kCAhwsPuTPp3Pyyczd19/Gxod7y+cD+WgAGKuRPj76TwPbZzsLlU+Yge Co/9Pa40rcbOFDUAEsD2GCCPCpKwK2mlwGXCGemwvAyT/eCFalYJMLALtMnCIdna7hRW zfGA== X-Received: by 10.28.15.146 with SMTP id 140mr4516064wmp.79.1450186097362; Tue, 15 Dec 2015 05:28:17 -0800 (PST) Received: from gumby.homeunix.com ([94.0.150.31]) by smtp.gmail.com with ESMTPSA id u4sm1463073wjz.4.2015.12.15.05.28.15 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 05:28:16 -0800 (PST) Date: Tue, 15 Dec 2015 13:28:12 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: Upgrade question? Message-ID: <20151215132812.19d2c880@gumby.homeunix.com> In-Reply-To: <20151214204949.GA27984@darth-vader.org> References: <20151214204949.GA27984@darth-vader.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Tue, 15 Dec 2015 13:28:19 -0000 On Mon, 14 Dec 2015 14:49:49 -0600 Bryan Albright wrote: > Hi folks! > > When upgrading from 8.4 to 9.3,in preparation to go from 9.3 to 10.2, > does it make sense to do a full port upgrade, after checking > /usr/ports/UPDATING (of course?) > > Something like a > % portupgrade -a > > Between the update to 9.3 and the update to 10.2? Or can I "get away > with" a update from 8.4 to 9.3, then update 9.3 to 10.2, then doa > portupgrade -a? When you cross a major boundary you should rebuild *all* install ports. It's not necessary, but I do usually do update ports before just to establish that they all build correctly.