From owner-cvs-all@FreeBSD.ORG Fri Apr 6 16:27:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C68B16A404; Fri, 6 Apr 2007 16:27:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 29E8E13C4DA; Fri, 6 Apr 2007 16:27:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l36GR0OJ003191; Fri, 6 Apr 2007 10:27:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 06 Apr 2007 10:27:08 -0600 (MDT) Message-Id: <20070406.102708.-1417607830.imp@bsdimp.com> To: pjd@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20070406114029.GE1251@garage.freebsd.pl> References: <200704060213.l362DUaW083234@repoman.freebsd.org> <20070406112944.GD90410@submonkey.net> <20070406114029.GE1251@garage.freebsd.pl> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 06 Apr 2007 10:27:02 -0600 (MDT) Cc: cvs-src@FreeBSD.org, ceri@submonkey.net, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/etc/mtree BSD.root.dist src/share/mk bsd.own.mk src/sys/modules Makefile src/tools/build/mk OptionalObsoleteFiles.inc src/tools/build/options WITHOUT_ZFS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 16:27:20 -0000 In message: <20070406114029.GE1251@garage.freebsd.pl> Pawel Jakub Dawidek writes: : On Fri, Apr 06, 2007 at 12:29:44PM +0100, Ceri Davies wrote: : > On Fri, Apr 06, 2007 at 02:13:30AM +0000, Pawel Jakub Dawidek wrote: : > > pjd 2007-04-06 02:13:30 UTC : > > : > > FreeBSD src repository : > > : > > Modified files: : > > . Makefile.inc1 : > > etc/mtree BSD.root.dist : > > share/mk bsd.own.mk : > > sys/modules Makefile : > > tools/build/mk OptionalObsoleteFiles.inc : > > Added files: : > > tools/build/options WITHOUT_ZFS : > > Log: : > > Connect ZFS to the build. : > : > Much as I love ZFS, shouldn't this default to off, being CDDL'd and all? : : Don't we build GNU/GPL tools by default? Don't we build GNU/GPL kernel : modules by default? The only concern is not to include ZFS into our : GENERIC kernel. Yes. That's the policy of the project. I double checked Pawel's defaults before he committed, and they seemed sane to me. The project has made a policy decision to treat CDDL code like we treat GPL'd code for the time being. This is the first set of CDDL code to hit the tree, and I believe it implements this policy. Warner