From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 04:09:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 531E7106566C for ; Sun, 14 Mar 2010 04:09:33 +0000 (UTC) (envelope-from me@johnea.net) Received: from mail.johnea.net (johnea.net [70.167.123.7]) by mx1.freebsd.org (Postfix) with ESMTP id 394818FC0C for ; Sun, 14 Mar 2010 04:09:32 +0000 (UTC) Received: from [192.168.100.239] (vhost.johnea.net [192.168.100.239]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.johnea.net (Postfix) with ESMTPSA id AF9CE73F184F for ; Sat, 13 Mar 2010 19:46:05 -0800 (PST) Message-ID: <4B9C61DA.9080308@johnea.net> Date: Sat, 13 Mar 2010 20:10:42 -0800 From: johnea User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Shredder/3.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B9C5A0B.7040206@johnea.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: building from source after freebsd-update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2010 04:09:33 -0000 On 2010-03-13 19:58, Chuck Swiger wrote: > > freebsd-update provides a binary update mechanism. > > It doesn't do anything to update the source files; if you choose to rebuild from source, use cvsup/csup/svn; you will normally get a -STABLE system from the build cycle, and not a -RELEASE system, but that depends upon which branch you are tracking. I guess I was lead to believe that it updated the source from this entry in the handbook: "The default is to update the source code, the entire base system, and the kernel." http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html I've also seem other references indicate that the source downloaded by freebsd-update could be patched and installed. Am I completely off? Thanks for helping clear this up... johnea