Date: Wed, 13 Mar 2002 09:02:09 -0600 (CST) From: hawkeyd@visi.com (D J Hawkey Jr) To: mario.pranjic@irb.hr, freebsd-stable@freebsd.org Subject: Re: /etc/make.conf question Message-ID: <200203131502.g2DF29c01500@sheol.localdomain> In-Reply-To: <Pine.GSO.4.32.0203121126520.1546-100000_nippur.irb.hr@ns.sol.net> References: <Pine.GSO.4.32.0203121126520.1546-100000_nippur.irb.hr@ns.sol.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.GSO.4.32.0203121126520.1546-100000_nippur.irb.hr@ns.sol.net>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203131502.g2DF29c01500>