From owner-svn-src-all@freebsd.org Mon Jun 5 17:33:58 2017 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 0549CAFDD02; Mon, 5 Jun 2017 17:33:58 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BDD243749; Mon, 5 Jun 2017 17:33:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id v55HXiZi044881; Mon, 5 Jun 2017 10:33:48 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201706051733.v55HXiZi044881@gw.catspoiler.org> Date: Mon, 5 Jun 2017 10:33:44 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r318441 - in head/etc: . cron.d To: rgrimes@freebsd.org cc: jhb@freebsd.org, bapt@freebsd.org, ngie@freebsd.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org In-Reply-To: <201706040439.v544dkCZ005833@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 05 Jun 2017 17:33:58 -0000 On 3 Jun, Rodney W. Grimes wrote: > As far as fixing the builds for optional stuff that is rather > easily done in the Makefile with some if's to build a list of > files that can then be catted to conf.foo, using m4 or even > cpp to pre process conf.foo.src, etc, several very easy ways > to solve that and leave the system administration interface > alone. That doesn't help with packaged base where you can add one of the optional pieces later.