From owner-svn-src-head@freebsd.org Wed Jul 25 00:34:59 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 816CB10334A1; Wed, 25 Jul 2018 00:34:59 +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 3133986F13; Wed, 25 Jul 2018 00:34:59 +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 C303C21CF0; Tue, 24 Jul 2018 20:34:58 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Tue, 24 Jul 2018 20:34:58 -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=1kDp8n KBoTVQXbtgax9lkn956cL3DbiP4n58kpTFbQg=; b=A2fQcWFzoMFnB3pc3HlyzW oXqOcp5jxjaQqPRkQyi8Zwg5eubOuZaUMuWVK2gY6CCW3lp3LeU4nLcyPVxwLkOn rOkfuGFJj6mAmwnT8oN9ymh8FbCCxZrszz/hQmHXyZEtaei5GSILNvedfFm1257x awuxYnR0a7iwB0dHuSoBP4ViFwOKyzrhcUFDc2rEvAWMI1pgM2tkzu4cJZAwXlsn HA7L+QXEA5YRIQVzYyKYQPASKAMWrDDHlIyNKUiRazy/1yxlpPpL1SU2WcXyYCv0 i4WlvroA1nsn05wNqPbZSwwqtQ77w98ffdhPv0kxOSzFhH7bHXTlUDbt1ocBtUhQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 6E1B34143; Tue, 24 Jul 2018 20:34:58 -0400 (EDT) Message-Id: <1532478898.1438202.1451866440.092A47FA@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 In-Reply-To: <1532469992.1393536.1451757688.2B270E43@webmail.messagingengine.com> References: <201807241634.w6OGYwY6034223@repo.freebsd.org> <1532469349.1390236.1451746376.2315746E@webmail.messagingengine.com> <1532469992.1393536.1451757688.2B270E43@webmail.messagingengine.com> Date: Tue, 24 Jul 2018 18:34:58 -0600 Subject: Re: svn commit: r336675 - head/share/mk 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: Wed, 25 Jul 2018 00:34:59 -0000 On Tue, Jul 24, 2018, at 4:06 PM, Brad Davis wrote: > 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? > > I opened: https://reviews.freebsd.org/D16434 Committed as r336693. Thanks for letting me know and sorry for the trouble. Regards, Brad Davis