From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 18:51:57 2005 Return-Path: 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 281E816A4CE for ; Thu, 31 Mar 2005 18:51:57 +0000 (GMT) Received: from mirapoint1.tis.cwru.edu (mirapoint1.TIS.CWRU.Edu [129.22.104.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCF143D3F for ; Thu, 31 Mar 2005 18:51:56 +0000 (GMT) (envelope-from ttt@cwru.edu) Received: from [129.22.151.155] (tagon.ENGINEERING.CWRU.Edu [129.22.151.155]) by mirapoint1.tis.cwru.edu (MOS 3.5.4-GR) with ESMTP id EIJ93232 (AUTH ttt); Thu, 31 Mar 2005 13:51:55 -0500 (EST) Message-ID: <424C46C8.1090206@cwru.edu> Date: Thu, 31 Mar 2005 13:51:52 -0500 From: Tom Trelvik User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200503311841.53015.v.demartino2@virgilio.it> <424C2D5F.9030607@gmail.com> In-Reply-To: <424C2D5F.9030607@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Rebuilding everything X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 18:51:57 -0000 Darksidex wrote: >>How could I re-compile and re-install everything to take into account the new >>directives in make.conf? >>Ciao >>Vittorio >> > > > You can use portupgrade -vaf Though that would only affect ports/packages you've installed, and not the rest of your system. I regularly cvsup /usr/ports and /usr/src and use "portupgrade -arR" to upgrade my ports and "make buildworld && make buildkernel KERNCONF=GENERIC && make installkernel KERNCONF=GENERIC && make installworld" to update the rest of my system. I still consider myself very new to most of this, though, so I'm not certain, but I think the system should be able to determine your CPUTYPE automatically, without needing it hardcoded in make.conf. I think you should only need to use this directive if for some reason it's improperly detecting your cpu type. Hopefully someone can confirm or disprove that for you, though. Tom