From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 12:10:22 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680311065673 for ; Fri, 9 Jan 2009 12:10:22 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.freebsd.org (Postfix) with ESMTP id 12A198FC08 for ; Fri, 9 Jan 2009 12:10:21 +0000 (UTC) (envelope-from oz@nixil.net) Received: from home.nixil.net. (c-76-23-62-255.hsd1.ut.comcast.net [76.23.62.255]) (authenticated bits=0) by nixil.net (8.13.6.20060614/8.13.6) with ESMTP id n09BXJ1K088900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Jan 2009 04:33:25 -0700 (MST) Message-ID: <496735F6.1090500@nixil.net> Date: Fri, 09 Jan 2009 11:33:10 +0000 From: Phil Oleson User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: kde-freebsd@kde.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (nixil.net [161.58.222.1]); Fri, 09 Jan 2009 04:33:25 -0700 (MST) X-Virus-Scanned: ClamAV version 0.94.2-exp, clamav-milter version 0.94.2-exp on nixil.net X-Virus-Status: Clean Cc: ports@FreeBSD.org Subject: Re: [CFT] KDE 4.2 BETA 2 testers wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 12:10:22 -0000 So I installed 4.1.85 from area51 last Sunday from the instructions listed there. Here is my general feedback from the process. I had installed a new Current amd64 image and had installed kde4 from ports initially.. but I decided on my own to try out the beta. I started with doing a pkg_delete /var/db/pkg/kde* and a couple other items, as I had issues with portupgrade with the unionfs overlay. So I started building from the www/kde4 metaport and dealing with any issues I ran into. Mostly I had issues with old patches on the lower layer of the unionfs negatively impacting the builds. No I didn't keep track of them at the time. Sorry. I did run into a linking issue with the build of...errr kdebase, kdebase-runtime, or kdebase-workspace.. I cant remember now.. but the issue was with hspell. I had to rebuild it with this patch: --- Makefile.orig 2009-01-04 05:20:09.000000000 +0000 +++ Makefile 2009-01-04 05:20:01.000000000 +0000 @@ -16,6 +16,7 @@ USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS+= -fPIC MAN1= hspell.1 MAN3= hspell.3 ------------- Build got past the issue after that. I got everything to build and install. Started up fine.. Screen blanks up when plasma or something starts.. but only for a sec.. then continues. It took me a while to find the right xorg settings to get my Intel vid chipset to do Transparency settings with Konsole..etc.. but I figured it out. Issues I've noticed so far (This is my first run at the 4.x series of kde btw but I've used 3.x for a long time). Konsole's title/tab titles are blank.. when you double click on a termal tab it shows "%d : %n" kinda annoying.. not sure what to do to address the problem. Tried to install the "LCD Weather Station" Plasmoid.. (use kweather on 3.x) and it has issues.. doesnt' allow you to set a 'data source' and the location search fails.. oh.. yeah.. mplayer dialogs sometimes have issues going fullscreen when started from dolphin. as does dragon.. I hit fullscreen and not much happens.. though the top toolbar will collaps.. though if I sorta push the title bar up it goes fullscreen. err this is with dolphin. Sorry if this is a bit of a rambling summary, Lack of sleep though I wanted to get this emailed before I forgot about it. okay that's enough for now. -Phil. I have yet to notice/find any other issues, but as I stated above, I'm new to most of the new features of kde4.