From owner-svn-src-all@FreeBSD.ORG Tue Oct 1 14:21:02 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD3EBBAE; Tue, 1 Oct 2013 14:21:02 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 393C62EFF; Tue, 1 Oct 2013 14:21:02 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id k15so3348425qaq.8 for ; Tue, 01 Oct 2013 07:21:01 -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=q9YD+ob/Pg4b14MTkn7ir9O0/y2okTYLEGWuup3doxc=; b=s+QhOyz0+Z2E63QTRl+3XsBMaxXjFTPCxDHhV+QUJYTuVlFlwjByeQe5VhyrWetRbL Gmt/c+7hvsFMfuM1WZ2umok6D+aUuezMdewd8W/qIKouVfXNACwc1iu6H4gK22idQaQY 0gQOnyxv8vDKfpwvf0iF2YsBFUxLopYLMcwJJOm7QWZSz9uDLw6dbM32oIFcHbu3eKhU rLGcZTqQ1gYkRFFIAIg+3QeBFZayKkNiH8llGIScoiB/hOaHZiDQBxoQxICP39mg7uWU PUbd7Zee4Zem9lTMiwt61HoLWt6RLcwJirxDviVgxJJCV3+Hzsvy6fbcTAEdkdPVS5Ws 79IQ== MIME-Version: 1.0 X-Received: by 10.229.130.135 with SMTP id t7mr35806179qcs.18.1380637261319; Tue, 01 Oct 2013 07:21:01 -0700 (PDT) Sender: mdf356@gmail.com Received: by 10.229.225.129 with HTTP; Tue, 1 Oct 2013 07:21:01 -0700 (PDT) In-Reply-To: <201310010719.r917JNXB064511@svn.freebsd.org> References: <201310010719.r917JNXB064511@svn.freebsd.org> Date: Tue, 1 Oct 2013 07:21:01 -0700 X-Google-Sender-Auth: stYVpMSkC9PHsC0TIZmF3y_zuV8 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: Tue, 01 Oct 2013 14:21:02 -0000 On Tue, Oct 1, 2013 at 12:19 AM, Dag-Erling Sm=F8rgrav wro= te: > Author: des > Date: Tue Oct 1 07:19:23 2013 > New Revision: 255963 > URL: http://svnweb.freebsd.org/changeset/base/255963 > > Log: > Odds and ends left over from BIND and unnoticed because they didn't > affect 'make universe'. > > Approved by: re (gjb) > > Deleted: > head/usr.bin/dig/ > Modified: > head/etc/mtree/Makefile > head/etc/periodic/daily/Makefile > > Modified: head/etc/mtree/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/etc/mtree/Makefile Tue Oct 1 05:27:48 2013 (r255962) > +++ head/etc/mtree/Makefile Tue Oct 1 07:19:23 2013 (r255963) > @@ -2,20 +2,12 @@ > > .include > > -FILES=3D ${_BIND.chroot.dist} \ > - ${_BIND.include.dist} \ > - ${_BSD.debug.dist} \ > - BSD.include.dist \ > +FILES=3D BSD.include.dist \ > It looks like {_BSD.debug.list} is no longer in FILES. > BSD.root.dist \ > ${_BSD.sendmail.dist} \ > BSD.usr.dist \ > BSD.var.dist > > -.if ${MK_BIND} !=3D "no" > -_BIND.chroot.dist=3D BIND.chroot.dist > -.if ${MK_BIND_LIBS} !=3D "no" > -_BIND.include.dist=3D BIND.include.dist > -.endif > .endif > This .endif needs to be removed too, as the MK_BIND_LIBS was nested inside MK_BIND check. Thanks, matthew