From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 13:49:25 2004 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 7EC5216A4CE for ; Mon, 2 Feb 2004 13:49:25 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C05143D41 for ; Mon, 2 Feb 2004 13:49:24 -0800 (PST) (envelope-from roop@hqst.com) Received: from [217.160.230.50] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1AnlwY-0006MA-00; Mon, 02 Feb 2004 16:49:22 -0500 Received: from [24.82.165.92] (helo=hqst.com) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1AnlwY-0005gB-00; Mon, 02 Feb 2004 16:49:22 -0500 Message-ID: <401EC5E3.8080401@hqst.com> Date: Mon, 02 Feb 2004 13:49:23 -0800 From: Roop Nanuwa User-Agent: Mozilla Thunderbird 0.5a (Windows/20040126) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Didier Wiroth References: <13829e53e.e53e13829@etat.lu> In-Reply-To: <13829e53e.e53e13829@etat.lu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: kde3 meta port question 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: Mon, 02 Feb 2004 21:49:25 -0000 Didier Wiroth wrote: >Hi, > >I would like to recompile the "entire" kde packages. > >I'll do the following from /usr/ports/x11/kde3 > >@work:/usr/ports/x11/kde3# make > > ... >@work:/usr/ports/x11/kde3# > >That's it, it doesn't start to compile, why? Do I have to uninstall all my kde > > packages before being able to compile the entire kde packages? > > > The meta-port itself doesn't have anything to compile everything it needs to compile are the run dependencies (not build dependencies). It will all start compiling once you type "make install". --roop