From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 09:47:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DB1F016A41F for ; Mon, 31 Oct 2005 09:47:33 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED7D43D53 for ; Mon, 31 Oct 2005 09:47:33 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-91-226-109.san.res.rr.com [66.91.226.109]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j9VAGijH009038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 31 Oct 2005 02:16:44 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20051031013657.061efc60@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 31 Oct 2005 01:44:28 -0800 To: Vladimir Dvorak , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <4365E99C.1020607@vdsoft.org> References: <4365E99C.1020607@vdsoft.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: make.conf - question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 09:47:34 -0000 At 01:53 AM 10/31/2005, Vladimir Dvorak wrote: >Hello, > >where can I found ALL parameters suited for /etc/make.conf ? For >example, I wanted install some software from ports without X11, but > >man 5 make.conf > >doesn`t include WITHOUT_X11 option. > >Fortunatelly I found this page > >http://www.gsp.com/cgi-bin/man.cgi?section=5&topic=make.conf > >and included some necessary parameters into my make.conf. > >Ok, I found this > >--- man make.conf --- >The purpose of make.conf is not to run commands or perform compilation > actions directly. Instead, it is included by the various makefiles in > /usr/src, /usr/ports and /usr/doc which conditionalize their internal > actions according to the settings found there. >--- cut --- > >in man page, but im not sure where exactly should I look ? As stated above, make.conf applies to building things in /usr/src /usr/ports and /usr/doc. Anything you can control with environment variables when building in those dirs can be added to make.conf. If you're looking for general settings that can be changed in ports for example, you'll find info in the ports(7) man page. Additionally, individual ports my have additional settings. -Glenn >(OS: 5.4-RELEASE FreeBSD 5.4-RELEASE ) > >Thank you, > >Vladimir > >_______________________________________________ >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"