From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 23 14:49:28 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C237216A4C0 for ; Sat, 23 Aug 2003 14:49:28 -0700 (PDT) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196D943FBF for ; Sat, 23 Aug 2003 14:49:28 -0700 (PDT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (12-206-23-247.client.attbi.com [12.206.23.247]) by spork.pantherdragon.org (Postfix) with ESMTP id 3C5762A41F; Sat, 23 Aug 2003 14:49:27 -0700 (PDT) Received: from speck.techno.pagans (localhost.techno.pagans [127.0.0.1]) by speck.techno.pagans (Postfix) with SMTP id A878FC0D0; Sat, 23 Aug 2003 14:49:24 -0700 (PDT) Date: Sat, 23 Aug 2003 14:49:24 -0700 From: Darren Pilgrim To: arlankfo@141.com Message-Id: <20030823144924.2f13a7c8.dmp@bitfreak.org> In-Reply-To: <200308231221.AA1156710722@141.com> References: <200308231221.AA1156710722@141.com> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: about /usr/ports make with options.. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 21:49:28 -0000 On Sat, 23 Aug 2003 12:21:37 -0600 "Andrew Lankford" wrote: > It would also > be nice to specify certain "heirarchys" of kernel modules that > you don't want built in make.conf or your config file. There's the MODULES_OVERRIDE option, which, while the logical opposite of what you want, is easy to populate with a script that takes the list of directories in /usr/src/sys/modules and creates a space-delimited list less the modules you don't want built. > Not that > I'm suggesting that pkgtools should be imported into FreeBSD. Yech! I feel just the opposite, I think pkgtools should be included, though it's not likely to happen.