From owner-freebsd-ports@FreeBSD.ORG Sun May 1 21:03:20 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 D13AF16A4CE for ; Sun, 1 May 2005 21:03:20 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922E143D2F for ; Sun, 1 May 2005 21:03:19 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])j41L3Ige083185; Sun, 1 May 2005 23:03:18 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j41L3HUb083184; Sun, 1 May 2005 23:03:17 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Sun, 1 May 2005 23:03:16 +0200 From: Tilman Linneweh To: Jason Carter Message-ID: <20050501210316.GI2894@arved.at> References: <200504300121.01459.darkstalker@insightbb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504300121.01459.darkstalker@insightbb.com> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: kaffeine-0.6_1 - Possible Crash Fix X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 21:03:20 -0000 * Jason Carter [2005-04-30 07:29]: > 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. This is mentioned in the kaffeine FAQ, and if you start kaffeine from a shell. I had not added this, because i don't use xorg and because i never had a report of this problem before. I have now added it to the port makefile. regards tilman