From owner-freebsd-gecko@FreeBSD.ORG Fri Nov 6 16:38:52 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 DEC501065670 for ; Fri, 6 Nov 2009 16:38:52 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8038FC13 for ; Fri, 6 Nov 2009 16:38:52 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id nA6GRjat053877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 6 Nov 2009 10:27:45 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id nA6GRiaD063956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 6 Nov 2009 10:27:44 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id nA6GRiau063954; Fri, 6 Nov 2009 10:27:44 -0600 (CST) (envelope-from dan) Date: Fri, 6 Nov 2009 10:27:44 -0600 From: Dan Nelson To: Beat Gaetzi Message-ID: <20091106162744.GA42899@dan.emsphone.com> References: <4AF1FE62.9070607@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF1FE62.9070607@FreeBSD.org> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Fri, 06 Nov 2009 10:27:45 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 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 16:38:52 -0000 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. -- Dan Nelson dnelson@allantgroup.com