From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 03:59:01 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 4588D106566B for ; Sun, 14 Mar 2010 03:59:01 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by mx1.freebsd.org (Postfix) with ESMTP id 318EA8FC17 for ; Sun, 14 Mar 2010 03:59:00 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.81.131] by asmtp028.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZ900IZE71DHO60@asmtp028.mac.com> for freebsd-questions@freebsd.org; Sat, 13 Mar 2010 19:58:26 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003130269 From: Chuck Swiger In-reply-to: <4B9C5A0B.7040206@johnea.net> Date: Sat, 13 Mar 2010 19:58:25 -0800 Message-id: References: <4B9C5A0B.7040206@johnea.net> To: johnea X-Mailer: Apple Mail (2.1077) Cc: FreeBSD Questions 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 03:59:01 -0000 On Mar 13, 2010, at 7:37 PM, johnea wrote: > I have been using freebsd-update to update several 7.1 systems. > [ ... ] > How can I build the source updated by freebsd-update? 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. Regards, -- -Chuck