From owner-freebsd-questions@FreeBSD.ORG Mon Feb 14 16:51:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453AA16A4CE for ; Mon, 14 Feb 2005 16:51:35 +0000 (GMT) Received: from mss1.myactv.net (mss1.myactv.net [24.89.0.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 9511F43D1F for ; Mon, 14 Feb 2005 16:51:34 +0000 (GMT) (envelope-from chris@xecu.net) Received: (qmail 8408 invoked by uid 1531); 14 Feb 2005 16:51:34 -0000 Received: from chris@xecu.net by mss1.myactv.net by uid 1006 with qmail-scanner-1.21 (clamdscan: 0.70. Clear:RC:1(24.153.112.163):. Processed in 0.033902 secs); 14 Feb 2005 16:51:34 -0000 Received: from dyn-153-112-163.myactv.net (HELO ?127.0.0.1?) (24.153.112.163) by mss1.myactv.net with SMTP; 14 Feb 2005 16:51:33 -0000 Message-ID: <4210D770.5050602@xecu.net> Date: Mon, 14 Feb 2005 11:53:04 -0500 From: Christopher McGee User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <007501c511b8$2d9fcff0$6401a8c0@GRANT><420F34E6.6020108@locolomo.org> <020801c511f5$e4f55430$7702a8c0@officeeagle> <420FBC0B.9030805@locolomo.org> <04c301c51213$03845550$7702a8c0@officeeagle> In-Reply-To: <04c301c51213$03845550$7702a8c0@officeeagle> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 16:51:35 -0000 Paul Schmehl wrote: > ----- Original Message ----- From: "Erik Norgaard" > > To: "Paul Schmehl" > Cc: "Grant Peel" ; > Sent: Sunday, February 13, 2005 2:43 PM > Subject: Re: Ports > >> >> Taking an arbitrary post, it appears that make.conf is not always the >> best place since this sets options globally. But thanks, I have now >> learned how to get my ports compiled with support for a4 paper and >> _not_ letter :-) >> > While that is true, you can also set options for individual ports. > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > The University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/~pauls/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Could you please give some detail about setting options for individual ports in make.conf? Maybe I missed something in 'man make.conf' or 'man ports' but everything seems to refer to global options. The only example I've found is in man portmanager, but I'm still a little unsure about the how to do it properly.