From owner-freebsd-stable Wed Mar 13 7: 2:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from brea.mc.mpls.visi.com (brea.mc.mpls.visi.com [208.42.156.100]) by hub.freebsd.org (Postfix) with ESMTP id 2314A37B404 for ; Wed, 13 Mar 2002 07:02:19 -0800 (PST) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by brea.mc.mpls.visi.com (Postfix) with ESMTP id 3F5CA2DDB33; Wed, 13 Mar 2002 09:02:16 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g2DF29c01500; Wed, 13 Mar 2002 09:02:09 -0600 (CST) (envelope-from hawkeyd) Date: Wed, 13 Mar 2002 09:02:09 -0600 (CST) Message-Id: <200203131502.g2DF29c01500@sheol.localdomain> Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Reply-To: hawkeyd@visi.com Organization: if (!FIFO) if (!LIFO) break; References: In-Reply-To: From: hawkeyd@visi.com (D J Hawkey Jr) Subject: Re: /etc/make.conf question X-Original-Newsgroups: sol.lists.freebsd.stable To: mario.pranjic@irb.hr, freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article , mario.pranjic@irb.hr writes: > Hi! > > I'm preparing to "make the wolrd" ;) for the first time and I'm examing > the /etc/defaults/make.conf file. > > There are options inside that I'm not familiar with. > > Can someone tell me which options I should include for some normal system > (not developer). Here's mine: ---8<--- # CFLAGS controls the compiler settings used when compiling C code. # CFLAGS=-O -pipe # If you want KerberosIV (KTH eBones), define this. # MAKE_KERBEROS4=yes # If you want Kerberos5 (KTH Heimdal), define this. # MAKE_KERBEROS5=yes # If you are running XFree86 4.X, uncomment this line. # XFREE86_VERSION=4 # If you have Motif on your system, uncomment this. # HAVE_MOTIF=yes # If the Motif on your system is not OpenMotif, uncomment this. # NO_OPENMOTIF=yes --->8--- The second and third are there just to rebuild what was originally installed. Un-necessary if you don't use Kerberos authentication, but note that if Kerberos libraries are now in /usr/lib, and you don't rebuild them, the current ones will continue to exist. A Bad Thing(tm), IMHO. The last three I added just to suit this system. The first of them is supposed to see that ports with XF86 dependancies won't try to build XF86 3.n to satisfy, and so far, it does just that. The last two are for ports dependant on Motif, to see that they won't build OpenMotif to satisfy (I have LessTif installed). > Thanks! > Mario Pranjic, dipl.ing. Hope this helps, Dave -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message