From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 19:33:38 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C783F92D for ; Wed, 10 Sep 2014 19:33:38 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B6971CF for ; Wed, 10 Sep 2014 19:33:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <5410A5ED.2000904@intersonic.se> Date: Wed, 10 Sep 2014 21:26:37 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Request for buildworld clarification References: <541093BB.5030808@comcast.net> In-Reply-To: <541093BB.5030808@comcast.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 19:33:38 -0000 On 09/10/14 20:08, Dave Babb wrote: > Good Afternoon All, > > > I am requesting a clarification on make buildworld. I am junior with > FreeBSD (< 8 months)...and I am getting confused with Gentoo's > definition of build world, and FreeBSD's. > > Under Gentoo, when you rebuilt your world, everything got rebuilt. Every > package that you had installed in your system including the base. > > Am I understanding that in FreeBSD this is a two step process. "make > buildworld" simply rebuilds the base system from source. Then to rebuild > your ports....I understand that I need to call "portmaster -af"...Am I > correct, or is their a different set of switches I need to pass to > portmaster to tell it to rebuild every installed port? > Good afternoon, Start here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html Cheers,