From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 23 11:17:48 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 308A816A4BF for ; Sat, 23 Aug 2003 11:17:48 -0700 (PDT) Received: from 141.com (mail.141.com [65.168.139.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAF643F93 for ; Sat, 23 Aug 2003 11:17:47 -0700 (PDT) (envelope-from arlankfo@141.com) Date: Sat, 23 Aug 2003 12:21:37 -0600 Message-Id: <200308231221.AA1156710722@141.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Andrew Lankford" To: Andrew J Caines X-Mailer: X-Declude-Sender: arlankfo@141.com [127.0.0.1] X-Note: This E-mail was scanned for spam. 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 Reply-To: arlankfo@141.com 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 18:17:48 -0000 >Create your own pkgtools.conf with your preferred make > options. For example, I have.. > > MAKE_ARGS = { > 'audio/xmms' => '-DWITHOUT_3DNOW', blah blah blah > } It would be even nicer to have that functionality work in /etc/make.conf or the ports build system instead of the imprecise "WITHOUT_3DNOW='yo'" trick I rely on. 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. Not that I'm suggesting that pkgtools should be imported into FreeBSD. Yech! Andrew Lankford