From owner-freebsd-ports@FreeBSD.ORG Wed Apr 6 00:57:04 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 CFBBC16A4CE; Wed, 6 Apr 2005 00:57:04 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F7243D48; Wed, 6 Apr 2005 00:57:04 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc13) with ESMTP id <2005040600565901600jlnh6e>; Wed, 6 Apr 2005 00:56:59 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id D09E8172A4; Tue, 5 Apr 2005 17:57:02 -0700 (PDT) Date: Tue, 5 Apr 2005 17:57:02 -0700 From: Clint Olsen To: gnome@freebsd.org, ports@freebsd.org Message-ID: <20050406005702.GA40337@0lsen.net> References: <20050404201610.GA67191@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050404201610.GA67191@0lsen.net> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: Re: Thunderbird 1.0.2 crashes (JVM) 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: Wed, 06 Apr 2005 00:57:04 -0000 On Apr 04, Clint Olsen wrote: > INTERNAL ERROR on Browser End: Could not get the JVM manager > System error?:: Unknown error: 0 Ok, I just fixed this problem by modifying the port: --- mozconfig.in.orig Tue Apr 5 17:55:37 2005 +++ mozconfig.in Tue Apr 5 15:35:35 2005 @@ -11,6 +11,7 @@ ac_add_options --disable-oji ac_add_options --disable-necko-disk-cache ac_add_options --disable-tests +ac_add_options --disable-plugins ac_add_options --disable-profilesharing ac_add_options --enable-single-profile ac_add_options --disable-freetype2 I got this from Bugzilla. Why this just isn't the default in Thunderbird is beyond me. -Clint