From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 08:57:42 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 ACB3716A41F for ; Mon, 31 Oct 2005 08:57:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D8443D45 for ; Mon, 31 Oct 2005 08:57:40 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so840775nzd for ; Mon, 31 Oct 2005 00:57:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OJQfx0R9MoWFWPqRZpn0w+sNq6rMVkFV8yAp2Os7ghGztCAVtT/E/vmfZ7uYFPwrFOmZ8+uLMkh0z96VLQIQrDPY9tGnM/yafQ8237UxO+rjpED768g8TBDptQqcPrx1Rm9PExlBvScIwkWvDTNssvREQA22LIrPIiWr9MgFuwg= Received: by 10.37.15.65 with SMTP id s65mr3166876nzi; Mon, 31 Oct 2005 00:57:39 -0800 (PST) Received: by 10.37.20.34 with HTTP; Mon, 31 Oct 2005 00:57:39 -0800 (PST) Message-ID: Date: Mon, 31 Oct 2005 11:57:39 +0300 From: "Andrew P." To: Vladimir Dvorak In-Reply-To: <4365E99C.1020607@vdsoft.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4365E99C.1020607@vdsoft.org> Cc: freebsd-questions@freebsd.org 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 08:57:42 -0000 On 10/31/05, 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=3D5&topic=3Dmake.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 interna= l > actions according to the settings found there. > --- cut --- > > in man page, but im not sure where exactly should I look ? > > (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.o= rg" > You can only find *most* of parameters by reading system mk files carefully.