From owner-svn-src-all@freebsd.org Sat Oct 10 07:12:18 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B799D2CF9; Sat, 10 Oct 2015 07:12:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 46B5B12A6; Sat, 10 Oct 2015 07:12:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by igbkq10 with SMTP id kq10so48692693igb.0; Sat, 10 Oct 2015 00:12:17 -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=aJXJO7IyFT0VEns/+FpZjG4YzvJA7xV535TJIcnWai0=; b=ngA/uxmJBtHp8+YRJZ/Cw6Vf9JnNZRsHIVrL6YvmLNCAdB+tMXPD+G0qHdWglvdT43 X7iMDMC67edqmdt8P1mpEeyQQNcsMMF2cQzlOVr7bK7urt27ibrEtafswdMiyM55QaRl zY/6RllS8XZXrABDKIjkGhYJU9Z1sjYG9sqPzg4xv/DAMS0VsWVflqfceB7e9b1qQQ3a GtwzJuTH+mZL42XHp6sW83ipZq7E7Gol3LjjjGWY6OU8KQmRSg7mm1bFjma/NUlANSNX l9MJYItAEet651yO8h6YgbktkXZ203gqQmaU48RXSpjBH7Ej8n4P6wDGHwpW5TlRrTVK guKg== MIME-Version: 1.0 X-Received: by 10.50.27.5 with SMTP id p5mr3122054igg.66.1444461137734; Sat, 10 Oct 2015 00:12:17 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.46.21 with HTTP; Sat, 10 Oct 2015 00:12:17 -0700 (PDT) In-Reply-To: <201510092157.t99Lvgfu022041@repo.freebsd.org> References: <201510092157.t99Lvgfu022041@repo.freebsd.org> Date: Sat, 10 Oct 2015 07:12:17 +0000 X-Google-Sender-Auth: zcofzD_T2OxGAhi88TxDK3NWXgM Message-ID: Subject: Re: svn commit: r289085 - head/share/mk From: Antoine Brodin To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 10 Oct 2015 07:12:18 -0000 On Fri, Oct 9, 2015 at 9:57 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Oct 9 21:57:42 2015 > New Revision: 289085 > URL: https://svnweb.freebsd.org/changeset/base/289085 > > Log: > Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mk > > It defines a CONFS variable for all files supposed to be installed as a > configuration file and handle as such Hi, This breaks lots of ports: - bsd.confs.mk used but not installed - ETCDIR defined to /etc in bsd.own.mk Cheers, Antoine (with hat: portmgr)