From owner-freebsd-questions Wed Feb 20 13: 8:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id DF8DB37B405 for ; Wed, 20 Feb 2002 13:08:18 -0800 (PST) Received: (qmail 18533 invoked by uid 100); 20 Feb 2002 21:08:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.4161.549919.418064@guru.mired.org> Date: Wed, 20 Feb 2002 15:08:17 -0600 To: Chris Corayer Cc: questions@freebsd.org Subject: Re: Which sources? In-Reply-To: <30170652@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris Corayer types: > Whenever I do a make build/installworld I find things installed that weren't > in my original minimal install, like the games. I'd like to find out just > which sources are needed for the minimal base I have installed so I can > cvsup just those and stop wasting time grabbing the ones I don't need from > the mirrors. Is there maybe a FAQ or list somewhere that lists what's in > the sources and what they're needed for? Not that I know of, no. > If someone knows how to tell make buildworld to not make anything in the > source that wasn't already installed that might work too. Am I just missing > something obvious in regards to what make buildworld actually does here? I don't think you can tell it exactly that. However, you can disable the building of certain things with /etc/make.conf. Look through the make.conf man page and /etc/defaults/make.conf to see what knobs are available for this. Once you've disabled building things, you can remove them from the tree, and set up your cvsup file to not fetch them. Failing to disable the build and not fetching them will eventually result in problems trying to build the system. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message