From owner-freebsd-gecko@FreeBSD.ORG Fri Nov 6 17:23:51 2009 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81A6B106566C for ; Fri, 6 Nov 2009 17:23:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 17FE48FC1A for ; Fri, 6 Nov 2009 17:23:50 +0000 (UTC) Received: from daedalus.network.local (cafe.interxion.wlan.hotspot.nexellent.net [217.147.222.218]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id nA6HNXhe009729 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 6 Nov 2009 17:23:34 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4AF45BB3.902@FreeBSD.org> Date: Fri, 06 Nov 2009 18:24:03 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Dan Nelson References: <4AF1FE62.9070607@FreeBSD.org> <20091106162744.GA42899@dan.emsphone.com> In-Reply-To: <20091106162744.GA42899@dan.emsphone.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-gecko@FreeBSD.org Subject: Re: Call for tester/reviewer: SeaMonkey 2.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 17:23:51 -0000 Dan Nelson wrote: > In the last episode (Nov 04), Beat Gaetzi said: >> A few days ago SeaMonkey 2.0 has been released. To install SeaMonkey 2.0 a >> modified bsd.gecko.mk is needed. Therefore we are not able to commit it >> to the ports tree until the tree is unfreezed. So now we are looking for >> tester/reviewer of the SeaMonkey 2.0 port. >> >> The port is available in our SVN repository: >> # svn co >> http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/seamonkey-devel >> >> The modified bsd.gecko.mk could be downloaded here: >> http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/Mk/bsd.gecko.mk > > The port built fine on 7-stable, i386 and amd64 platforms. I have been > building seamonkey-2 locally for a while, and all the patches I had to make > are already in this port, so that's good :) Profiles import fine from older > seamonkeys, and I tested html5 video playback. > > One note, though: the build will fail if you have the spidermonkey-1.7.0 > port installed (you'll get a "variable or field 'js_TraceRuntimeNumberState' > declared void" error due to some headers it installs in /usr/local/include). > I don't know if there's an updated spidermonkey or not, but it might be > useful to CONFLICT on 1.7.0 and older. I added spidermonkey to the conflicting ports. There is a spidermonkey 1.8.0 RC1 tarball on the mozilla FTP servers so I will try to update the spidermonkey port to this version and check if the conflict still occur. Many thanks for testing and reporting this issue. Beat