From owner-svn-src-all@FreeBSD.ORG Wed Oct 2 18:41:15 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9EB2823; Wed, 2 Oct 2013 18:41:15 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD96D2FF6; Wed, 2 Oct 2013 18:41:14 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id x18so1141554lbi.3 for ; Wed, 02 Oct 2013 11:41:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rbd3I9sWG7k/3VqPefhv0FViaQwnmAtu38lbOXv1p9A=; b=N7s9bwVDfSyfUt1HIaOb/GtsXIUm58qg8eEVPxpGXIO+wSTmsHYkfYEvFCZ1L75cyJ WT3DtBl51dRdJA383wuejhlqsH99bQXQEVdvX0X20fBl8x6mCi+qSeksYF9Aw381djk/ LoSLDzAybpwm7WqdbYw7oHlMp53kI3ALgHZaH6Br9sqMeJVdCezCzjM31Ut8Tvwnolai Y67T3l3Uuwfj8COe5CE1newcLqgGH7qiI+Nn7SqLZRoBmcJoe7a1p7AgFxXP4hJvmzfm OTICjZgrHudOI3PeEGVF+Jf/cj9mAInF1yZgnN6JUv4fTzXOb0znXEWMiyzBTq9qvKMN GSHg== MIME-Version: 1.0 X-Received: by 10.152.30.74 with SMTP id q10mr3122393lah.27.1380739272927; Wed, 02 Oct 2013 11:41:12 -0700 (PDT) Sender: mdf356@gmail.com Received: by 10.152.25.227 with HTTP; Wed, 2 Oct 2013 11:41:12 -0700 (PDT) In-Reply-To: <86r4c4qatv.fsf@nine.des.no> References: <201310010719.r917JNXB064511@svn.freebsd.org> <86r4c4qatv.fsf@nine.des.no> Date: Wed, 2 Oct 2013 11:41:12 -0700 X-Google-Sender-Auth: tkg-_o5gdc-UQLRL7YCvVw3nW0Q Message-ID: Subject: Re: svn commit: r255963 - in head: etc/mtree etc/periodic/daily usr.bin/dig From: Matthew Fleming To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 02 Oct 2013 18:41:15 -0000 On Wed, Oct 2, 2013 at 2:30 AM, Dag-Erling Sm=F8rgrav wrote: > Matthew Fleming writes: > > It looks like {_BSD.debug.list} is no longer in FILES. [...] This > > .endif needs to be removed too, as the MK_BIND_LIBS was nested inside > > MK_BIND check. > > Please fix it for me, as I am clearly incapable of getting it right the > first or even the second time. And I simply cannot understand how that > stray .endif didn't break my tests. I'm setting up a FreeBSD 10 VM now to test it. It seemed odd to me it would work with an extra .endif, so it's always possible I'm just seeing things. Thanks, matthew