From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 11:58:16 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 F1C0416A4CE for ; Tue, 29 Mar 2005 11:58:15 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8AD43D1F for ; Tue, 29 Mar 2005 11:58:15 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id CCD8CC6ABF2 for ; Tue, 29 Mar 2005 06:58:14 -0500 (EST) X-Sasl-enc: 3cDibaGiVFgqo4cZWiL0rw 1112097493 Received: from gumby.localhost (dsl-80-41-71-22.access.as9105.com [80.41.71.22]) by frontend3.messagingengine.com (Postfix) with ESMTP id 29824247F3 for ; Tue, 29 Mar 2005 06:58:13 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Tue, 29 Mar 2005 12:58:11 +0100 User-Agent: KMail/1.8 References: <200503282017.56701.kstewart@owt.com> In-Reply-To: <200503282017.56701.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503291258.12421.list-freebsd-2004@morbius.sent.com> Subject: Re: a question about the pkg_add and "make install clean" 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: Tue, 29 Mar 2005 11:58:16 -0000 On Tuesday 29 March 2005 05:17, Kent Stewart wrote: > On Monday 28 March 2005 07:27 pm, well sun wrote: > > That is if I want to install the latest version, I should use the > > "make install" or get the xxx.tbz from the freebsd-current > > directory. Is it correct? > > You have to understand up front that the KDE people will tell you that > "make install clean" will not build a clean KDE. You have to make and > then, make install for all of the pieces to be built. "make install clean" will build kde. It's a metaport, the component parts will be built as dependencies. It's updating or deleting the kde port that doesn't affect the components.