From owner-freebsd-ports@FreeBSD.ORG Sat Apr 30 05:29:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AB416A4CE; Sat, 30 Apr 2005 05:29:15 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 376B743D46; Sat, 30 Apr 2005 05:29:15 +0000 (GMT) (envelope-from darkstalker@insightbb.com) Received: from koopa.insightbb.com (12-202-176-192.client.insightbb.com[12.202.176.192]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050430052914i92005b3vae>; Sat, 30 Apr 2005 05:29:14 +0000 From: Jason Carter To: arved@FreeBSD.org Date: Sat, 30 Apr 2005 01:21:00 -0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504300121.01459.darkstalker@insightbb.com> cc: ports@FreeBSD.org Subject: FreeBSD Port: kaffeine-0.6_1 - Possible Crash Fix X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: darkstalker@insightbb.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 05:29:15 -0000 Dear maintainer, For the last year, I've been having problems with kaffeine on many different distributions, both compiled from scratch and binaries, on both GNU/Linux and BSD where kaffeine would crash upon closing the program down and would also cause problems with Konqueror crashing while using the program as well as crashing upon exiting Konqueror. It wasn't something that happened everytime and it seemed to happen almost at random. It was to the point where I was just going to completely stop using Kaffeine until a fix was found. I believe I have stumbled across the proper fix for the problem. Checking through Gentoo's bug tracker, I came across this bug report for the same problem I've been having with the program. It appears to be a problem with xorg. After reading through the proposed solutions, I decided to try it myself by modifying kaffeine's Port Makefile like so: CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ...changed to... CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --with-xorg All stability problems I've had with Kaffeine as well as Konqueror have since disappeared after installing kaffeine with this slightly modified Makefile. For the record, I am using FreeBSD 5.4 RC3 with version 6.8.2 of xorg. If you need any further information, feel free to contact me. I'm unsure if you've experienced or heard of these crashes happening before, but I wanted to bring it to your attention just in case. Thank you for your time and your efforts in making FreeBSD a great operating system. Jason Carter darkstalker@insightbb.com