From owner-svn-src-all@freebsd.org Tue Jul 24 22:01:28 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A8A1057509; Tue, 24 Jul 2018 22:01:28 +0000 (UTC) (envelope-from brd@so14k.com) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0278201E; Tue, 24 Jul 2018 22:01:28 +0000 (UTC) (envelope-from brd@so14k.com) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 0800920E7B; Tue, 24 Jul 2018 18:01:28 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Tue, 24 Jul 2018 18:01:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=so14k.com; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=sg/C5FvpRxUKq2RlteNTrKme1zR6O kQHHHSxwVs2V50=; b=Pc2N5s5HLeXbhYVWWLdk17HXhXv/Q2o6Zib5z5ZW9u9ID +48ZsZlSyivSAI7UFSX1sxg3+hFMbstlbH/SKDBS+TnslQAc6qJMfhnVtzMD1uLK FMJwXm8n4wgu886xCAQCN7KiT/B2Q8KNvLiPvH53cy0An4Q1qGNhKhHFY08lPrbf 6w39ks54A0RUNA4+HPg52m62aWB/PmnSB0wpUspQikMFgQMca3CkdLWWaZ41F6w+ KXDfY68uTxtp9YboohVMwb/mSdHf+qpB9jNrSLM/f32qVF4NLN3uj8EESuhPgWTa QYHbi1Z1cbZVbjHjUEzAUnul8gG2L81qVmNxS3f/A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=sg/C5F vpRxUKq2RlteNTrKme1zR6OkQHHHSxwVs2V50=; b=sHA3GHz7fj7a22Up4jE3jT tlO+d8COJ/Qh7n+AKofQzaL5Z1usg6awfyi3Ttk0ymDWOnBIh7c0VClPC8LU90iU LWBGamQXB5B3NSKGP5uXMFFTpF87NFkeqtBlXSbas1QpvRK1b/6zUvf24qV76Ded xEO6You+KYD8j349J4uSes5AjJA8XggnHGqCXmcILKrPqCKwkx8ZvpyU2NB44CdX 2+s/GzEcp7JDvntxEpPpqHyJn5hd1tv9645lWhm18pWsPj8XHnok62b2+on7D6lH mNL/Ub70JjBQOvUbZ3F2haOkCcbjb/yaGYdKL+1BPqlfHYkHI/CpQ7jh2aGGym9g == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 696304143; Tue, 24 Jul 2018 18:01:27 -0400 (EDT) Message-Id: <1532469687.1391917.1451749920.537E4F5B@webmail.messagingengine.com> From: Brad Davis To: Brad Davis , Antoine Brodin Cc: "src-committers" , svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0843ff3e In-Reply-To: <1532469349.1390236.1451746376.2315746E@webmail.messagingengine.com> References: <201807241634.w6OGYwY6034223@repo.freebsd.org> <1532469349.1390236.1451746376.2315746E@webmail.messagingengine.com> Subject: Re: svn commit: r336675 - head/share/mk Date: Tue, 24 Jul 2018 16:01:27 -0600 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 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, 24 Jul 2018 22:01:29 -0000 On Tue, Jul 24, 2018, at 3:55 PM, Brad Davis wrote: > On Tue, Jul 24, 2018, at 3:32 PM, Antoine Brodin wrote: > > On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote: > > > Author: brd > > > Date: Tue Jul 24 16:34:58 2018 > > > New Revision: 336675 > > > URL: https://svnweb.freebsd.org/changeset/base/336675 > > > > > > Log: > > > Convert bsd.confs.mk to support DIRS. > > > > > > This paves the way for moving config files out of head/etc and into the > > > directories with the src. > > > > > > Approved by: bapt (mentor) > > > Differential Revision: https://reviews.freebsd.org/D16406 > > > > > > Modified: > > > head/share/mk/bsd.confs.mk > > > head/share/mk/bsd.files.mk > > > head/share/mk/bsd.lib.mk > > > > This seems broken, with lots of ports I have this error: > > > > make[1]: "/usr/share/mk/bsd.files.mk" line 124: Could not find bsd.dirs.mk > > make[1]: Fatal errors encountered -- cannot continue > > Do you have /usr/share/mk/bsd.dirs.mk from r336640? Opps, I see what the problem is. I'll whip up a review real quick. Regards, Brad Davis