From owner-svn-src-all@FreeBSD.ORG Mon Nov 23 01:45:01 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89FBD106566C; Mon, 23 Nov 2009 01:45:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 46DC08FC0A; Mon, 23 Nov 2009 01:45:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id nAN1cAXU030613; Sun, 22 Nov 2009 18:38:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 22 Nov 2009 18:38:41 -0700 (MST) Message-Id: <20091122.183841.222456704.imp@bsdimp.com> To: dougb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200911210143.nAL1hMx3062260@svn.freebsd.org> References: <200911210143.nAL1hMx3062260@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r199621 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 01:45:01 -0000 In message: <200911210143.nAL1hMx3062260@svn.freebsd.org> Doug Barton writes: : Author: dougb : Date: Sat Nov 21 01:43:22 2009 : New Revision: 199621 : URL: http://svn.freebsd.org/changeset/base/199621 : : Log: : Add a note that wpa_supplicant(8) may require a full world build to : sync up with 20091109. : : Modified: : head/UPDATING : : Modified: head/UPDATING : ============================================================================== : --- head/UPDATING Sat Nov 21 00:34:51 2009 (r199620) : +++ head/UPDATING Sat Nov 21 01:43:22 2009 (r199621) : @@ -42,6 +42,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. : Applications that require wireless scan results (e.g. ifconfig(8)) : from net80211 need to be recompiled. : : + Applications such as wpa_supplicant(8) may require a full world : + build without using NO_CLEAN in order to get synchronized with the : + new structure. : + We should have some general language at the end of UPDATING that can be invoked for these things. In general, when structure sizes change, you have to do a fresh, from scratch build. We shouldn't have to repeat it each time we do one. Warner