From owner-svn-src-head@freebsd.org Tue Jul 24 21:55:51 2018 Return-Path: Delivered-To: svn-src-head@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 2ACFA105740A; Tue, 24 Jul 2018 21:55:51 +0000 (UTC) (envelope-from brd@FreeBSD.org) 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 BA14A81C9C; Tue, 24 Jul 2018 21:55:50 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5CA1D21CCA; Tue, 24 Jul 2018 17:55:50 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Tue, 24 Jul 2018 17:55:50 -0400 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=pGt4yj w3UU7oTRkoIz139NJOFbibNb3ABG8HGC7hN50=; b=p5v1LbCcdIT6Tx4LivAO0w HUBKGgZnmdIutNkWiKa4JHR/sWSW0OS2PZTeSlBHpM92DN33mln8wkGJIj3ydmgc /721M1EQVUKH3ifshHgK11WZA9h1S0HE4+I15b0IAGNdbIbLUj/eJi00iiecrarm rOUlTXxHlYaBc7G7eU/QYOXNVQOZNKvn+suyNSQ5JS8Pj+FqJyG1KdBGczo1MIko +cepeASSVmy4Yk1HBIgFbIqlswcT4Ixo/PJWpkLCSdzwN8sdBjpP3hHWuuldIh8U ZXAhVkEKM5eNzsio3JfLwZpOXQ69PpH82IqV8j8HR0NYGBggUODcQv+USAsB3zcw == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id CAA274284; Tue, 24 Jul 2018 17:55:49 -0400 (EDT) Message-Id: <1532469349.1390236.1451746376.2315746E@webmail.messagingengine.com> From: Brad Davis To: 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 Subject: Re: svn commit: r336675 - head/share/mk Date: Tue, 24 Jul 2018 15:55:49 -0600 In-Reply-To: References: <201807241634.w6OGYwY6034223@repo.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 24 Jul 2018 21:55:51 -0000 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? Regards, Brad Davis