From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 15:24:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F39FF106567C for ; Wed, 5 Nov 2008 15:24:08 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0188B8FC26 for ; Wed, 5 Nov 2008 15:24:07 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so23098nfh.33 for ; Wed, 05 Nov 2008 07:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=L5ZvMJmI46GADstscl1j80WZwgq4P0/5yWQAjKo6E/o=; b=C5ilxWJ4W5lwS1shxzeUGzlUj1lRCB8L9eNYdz0BtvzGbGyZe9szjYBw8GoSIdHgce zB1aFAaKOlQUMZ72a87ti4TejJPegds6WrETv/UjMIv94TG+bG5maDdIruzkzkUBZQ7v uF7aUSbgOJJxOkALbr3pO9xZTC4MMbgY+g7To= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=dnlAnFeZWy6d5eT0rhxVsJABkZjs+AMNgPRKYEPWSf6ME5T4ASPe1MykHk/mpRdW1u oxH+t1CBgX52QjbyGX7czHd2Zaf6Azn9XgTOEqa8HMyzI938mxwRPeo2FH6SXx7se+Qp 4kEUVKpPh01EbFsWE0bsSzJhuEjLxKu39TNlM= Received: by 10.210.72.14 with SMTP id u14mr1080046eba.173.1225898645782; Wed, 05 Nov 2008 07:24:05 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-311367.home.otenet.gr [85.72.71.229]) by mx.google.com with ESMTPS id 31sm51943958nfu.9.2008.11.05.07.24.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 07:24:04 -0800 (PST) Message-ID: <4911BA91.90406@gmail.com> Date: Wed, 05 Nov 2008 17:24:01 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: af300wsm@gmail.com References: <0016e64bddfee7b2b6045af25294@google.com> In-Reply-To: <0016e64bddfee7b2b6045af25294@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: How to upgrade to KDE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 15:24:09 -0000 af300wsm@gmail.com wrote: > Hi, > > I'm using FreeBSD 6.2-p11 (yes, I've got to update). A couple days ago > I updated my ports tree and went to update kde 3.5.6. At first I did a > portupgrade on the KDE meta-port but, ironically, the only thing that > updated was the meta-port (I did a portupgrade -r too). I should also > say that I first looked in /usr/ports/UPDATING and there weren't any > particular instructions (that I could find) for updating KDE. I opened > the file in vim and searched for "kde" and "KDE." On both searches, > nothing regarding the specific update of 3.5.x to 4.x was mentioned. > > I'm having some problems updating the kdebase package now (since the > meta-port didn't update the whole thing, I'm updating individually to > 3.5.10). It's having some compile time issues, something about an > identifier not existing in a particular namespace or some-such error, > I've got to look into it further. However, since I'm going through > this loathsome process anyway, would it be advisable to just do a > "deinstall" of the kde system and cd to /usr/ports/x11/kde (I think > that's where it is) and install 4.x (if that's even how to do it)? I > would really prefer to run 4.x. > > Thanks for any help, > Andy The Handbook has been recently updated with instructions on installing / running KDE4: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html It is also possible to keep both versions installed (since KDE4 installs in a different directory). If you decide to go along this path, I would advise you to set your PATH so that /usr/local/kde4/bin is before /usr/local/bin (when running KDE4). This will prevent inadvertently running kde3.x executables in 4.x. There has been some discussion on the list concerning the usability of KDE4. FWIW, it worked for me but I am not a KDE person anyway (and have only used 3.X a couple of times) and don't need most of the features of such a desktop. YMMV.