From owner-svn-src-head@FreeBSD.ORG Wed Oct 26 07:54:35 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5898D106567A; Wed, 26 Oct 2011 07:54:35 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D417D8FC14; Wed, 26 Oct 2011 07:54:34 +0000 (UTC) Received: by ywt32 with SMTP id 32so1718610ywt.13 for ; Wed, 26 Oct 2011 00:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=li3Ip0J2KoC48y5QkWcT/BznAV+vs4mMiQDqFNSalWw=; b=IZcvY25noOnoa2Rty3YnkbeZaJ5Akpscd8anVxDJn7HPV+tq1KwpkVdr3GqbisxPk6 oDQfHafR7gZsMAcaES9N6A6F7BS3wzGD7Q1T0lT+meG040JdTNX8htImrQfxizXyG1Vv Fefm6esenVyV+voapt0myC2pgdIExjZNpyMtA= Received: by 10.68.1.229 with SMTP id 5mr19436099pbp.88.1319615673863; Wed, 26 Oct 2011 00:54:33 -0700 (PDT) Received: from [192.168.20.5] (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id lt6sm3685487pbb.17.2011.10.26.00.54.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 00:54:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <201110260749.p9Q7nlj3038764@svn.freebsd.org> Date: Wed, 26 Oct 2011 00:54:30 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4E5789B4-3370-4EE0-A5BE-A753070E0FD6@gmail.com> References: <201110260749.p9Q7nlj3038764@svn.freebsd.org> To: Ed Schouten X-Mailer: Apple Mail (2.1084) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r226785 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 07:54:35 -0000 On Oct 26, 2011, at 12:49 AM, Ed Schouten wrote: > Author: ed > Date: Wed Oct 26 07:49:47 2011 > New Revision: 226785 > URL: http://svn.freebsd.org/changeset/base/226785 >=20 > Log: > Attempt to fix build logic for gensnmptree. >=20 > There are two problems with the existing logic. It builds gensnmptree > on <700018, even if WITHOUT_BSNMP is set, but more importantly, we = must > not forget to build gensnmptree on systems that have originally been > built without. This causes a buildworld on those systems to fail. I addressed the overall issue a bit more thoroughly via = bin/143830 . Could you take a look at that PR and let me know what you = think of it? Thanks, -Garrett=