From owner-freebsd-questions Fri Apr 12 17:42:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id D936A37B400 for ; Fri, 12 Apr 2002 17:42:40 -0700 (PDT) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.6/8.11.6) with SMTP id g3D0gU524002; Fri, 12 Apr 2002 20:42:31 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Fri, 12 Apr 2002 20:42:30 -0400 (EDT) From: doug X-Sender: doug@fledge.watson.org To: Gareth Jones Cc: freebsd-questions@freebsd.org Subject: Re: Rebuilding KDE 2.2.2 In-Reply-To: <1328.192.168.0.23.1018559866.squirrel@www.uberdog.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 /usr/ports/x11/kde2 has nothing in it except requirements for all the other ports. So nothing would happen until you do make install. You never said you did that. The other things that can go wrong is that you have older versions of some of the packages required by kde, e.g., Mesa, qt. You can check what all the required packages are by going to http://freebsd.org/ports and search for kde-2.2.2. I just installed the package versions as a test and that works. You only need kdebase-2.2.2_1 and kdelibs-2.2.2 plus all their requirements to get enough bring it up for a look-see. If you are going to compile everything it would be worth going to www.kde.org and trying to find if there are any recommened compiler options to make things better. But if I read your post correctly 'make install' should start downloading and compiling pulling in the dependencies as required. Depending on how fast your system is it will be done in a day or so :) Install linux support from /stand/sysinstall first if you have not already done that. Another easier path would be to install the kde package from sysinstall if that is kde 2.1. I am using 2.1.2. After looking at 2.2.2 I am inclined to wait for kde 3. On Thu, 11 Apr 2002, Gareth Jones wrote: > > I want to rebuild kde 2.2.2. So I cd to /usr/ports/x11/kde2, and try "make > build","make all", or just plain "make". All of these do nothing...and I'm not > sure why. I'vedone a "make clean", but that doesn't seem to make any difference. > > It looks to me (bear in mind this is my second week with freebsd, so I'm a > little wetbehind the ears), that "make build" doesn't make dependencies, and that > kde2 isnothing but dependencies, nothing gets done. I know I can a) build each of > theports that makes up kde 2.2.2 seperately or b) set FORCE_PKG_REGISTER to > "yes"and do a make install, but a) is a little tedious, and I don't want to do > b) because Idon't want to install the port just yet, I just want to rebuild it. > > Can anyone either give me a solution, or at least, a clue about where I > should belooking for one? > > thanks > > BTW: When will kde 3 be arriving in ports? > > Gareth > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message