Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 01:44:28 -0800
From:      Glenn Dawson <glenn@antimatter.net>
To:        Vladimir Dvorak <dvorakv@vdsoft.org>, freebsd-questions@freebsd.org
Subject:   Re: make.conf - question
Message-ID:  <6.2.3.4.2.20051031013657.061efc60@cobalt.antimatter.net>
In-Reply-To: <4365E99C.1020607@vdsoft.org>
References:  <4365E99C.1020607@vdsoft.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.3.4.2.20051031013657.061efc60>