From owner-svn-src-head@freebsd.org Tue Jul 24 21:32:02 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 F0A461056BBB; Tue, 24 Jul 2018 21:32:01 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8631E810D8; Tue, 24 Jul 2018 21:32:01 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x244.google.com with SMTP id s7-v6so5843186itb.4; Tue, 24 Jul 2018 14:32:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=6r6WJVKCSqX7oT7iemkYZnZnaLC5tE1aqToc7LiDnPI=; b=AB7T+2746drx+PYuWoQFJSBF8MQ34gntRmKQGlbBC/yULH2K18wcSn/rJwNVAFELZQ PhGYB5RFfu0NdoFlrtfKKAegUzJYh1Vrjx/C/QrMpHDF04D63LgHTU5losAHtE1z5uuL 5uy1SFoOmibwisTLzvAjitGjdUCD1s76TuUBp7wTMBDhpWDmyX4NIBEeQf6yzbXVkmR4 7bUN/QSfKaCI0/N9DhMDPoVy6VGPzN2/5BBczLgYqXISfQAzYfMkq7RKXShjPUl5VByC jeJuMcItfUXgzBQDeV1ZLMAJXAlco6UInEf8eLRDKFyByBPyD/6cyRMyPN9JOGMn1/3t m8WQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=6r6WJVKCSqX7oT7iemkYZnZnaLC5tE1aqToc7LiDnPI=; b=Gyf3bWKZCzWnswjmMVpXJevETvdLLXtREpCpn/312l0OyNYCPDRIyqGgMQfLj+JqLe 45yorvb+4MoVS8aYhyoaO0Sh3sXfnRcAkDQlJ/kjLBxJ8s/P/1+/9+IMEAlI8GNsvjIJ W3elXe0ei2ohlWYwzlSXuwzMLbQ7556MDopUvqojAwO3E8lpPk3vH61LASyechD9BPTb l+wveUXinGmADPtWQ8Kzktx5PhrF5uSpyf35WRbru0SivFqyT7aRRPPJS3E0GWKSrNUb xUHuMtmiI1Lycid7MO6XVNytmXTE8ovnG4E1rzs1h5RQ4+i5Z2hMI71uPm+lMnXSp64V elNA== X-Gm-Message-State: AOUpUlEMRv8U8WmRhYz9GLLInM2cnwm145077fRQNZwRN4jIdBlg3oVV 0DMVdCKB8XF2iTxnJ4Q/zW6XHy8uYbpCi/EPeF59TP7w X-Google-Smtp-Source: AAOMgpdabfD3yXRjOpXP3Vv+2vA4P44193T2lGOT36zp9u3RFfUY0Z4/r/ScEmsFdphGMb52icFBghyyM6w1qzTzYK4= X-Received: by 2002:a02:9c33:: with SMTP id q48-v6mr16475837jak.103.1532467920839; Tue, 24 Jul 2018 14:32:00 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:a495:0:0:0:0:0 with HTTP; Tue, 24 Jul 2018 14:32:00 -0700 (PDT) In-Reply-To: <201807241634.w6OGYwY6034223@repo.freebsd.org> References: <201807241634.w6OGYwY6034223@repo.freebsd.org> From: Antoine Brodin Date: Tue, 24 Jul 2018 23:32:00 +0200 X-Google-Sender-Auth: SYMhwMUtx8n3mEPe-ap_RhFdFL4 Message-ID: Subject: Re: svn commit: r336675 - head/share/mk To: Brad Davis Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:32:02 -0000 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 Please fix or revert. Antoine (with hat: portmgr)