From owner-freebsd-arch Thu May 24 21:20:48 2001 Delivered-To: freebsd-arch@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 498FF37B422 for ; Thu, 24 May 2001 21:20:46 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4P4KYE60097; Thu, 24 May 2001 22:20:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105250420.f4P4KYE60097@harmony.village.org> To: Doug Barton Subject: Re: contrib code and gnu build glue (was [CFR] /sys/miscfs/* -> /sys/fs/) Cc: Sheldon Hearn , arch@FreeBSD.ORG In-reply-to: Your message of "Thu, 24 May 2001 18:06:40 PDT." <3B0DB020.885F5ED0@DougBarton.net> References: <3B0DB020.885F5ED0@DougBarton.net> <55383.990687667@axl.fw.uunet.co.za> Date: Thu, 24 May 2001 22:20:34 -0600 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <3B0DB020.885F5ED0@DougBarton.net> Doug Barton writes: : I wish the whole thing were cleaner. There is too much "a little bit of : this," and "a little bit of that" in the status quo. What'd really be nice : for the current arrangement is if src/gnu had all of the 3rd party GPV'ed : code, and src/contrib had all of the other 3rd party code except the bits : related to encryption, which should still go in src/secure to help the : people living under oppressive regimes. Then ALL of the build glue should : go in its respective home under src/whatever. You see a transition state. All the GPL'd code is moved out of src/gnu into src/contrib. src/gnu is the tree for building code only, not for storing it. src/usr.bin (et al) are used when the code isn't gpl'd. We do this so that the build can easily eliminate building of gpl by removing gnu from the top level makefile. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message