From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 09:49:44 2010 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43AB106567A for ; Wed, 18 Aug 2010 09:49:44 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57004.mail.re3.yahoo.com (web57004.mail.re3.yahoo.com [66.196.97.108]) by mx1.freebsd.org (Postfix) with SMTP id 938658FC0A for ; Wed, 18 Aug 2010 09:49:44 +0000 (UTC) Received: (qmail 43450 invoked by uid 60001); 18 Aug 2010 09:49:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1282124983; bh=EuJ72/V0vahOJfafLImkud+KawBjCHNAQZnYI7Qcvo8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=JyvktPR/bdLXRF9zkaNPZtenRco1xyF0QjWoYUIcyVfSbhScjIrcg/46SVlbQcLG0daM3bRg9YjqlT4Azj1OCokDccb+SUSjZjAjAnQLfXTSkf7kf9akRDfEML/DreqqTKA6cjACfcVZtLjoLQSdO7BwD00MjDTdkEj9zUWBNw8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=EWQSZjQ8jcx6/SfNZ4yTN+ieDUPrMQj8cj0tp++jP97kVVsZkTkxXd536Ltc9KdHb+kBr+BIUNHg1Z0YQsxCBoBhN4tbvR4p0wtHRxqo+4AFg6NuK1tWcuwPIr7CoTRsDnTeD9hww7e/Nt7Fmqbwmzq3ET59T/wPdkpbCOZJh+g=; Message-ID: <983166.43001.qm@web57004.mail.re3.yahoo.com> X-YMail-OSG: NmQA9jIVM1mpal0cL4zUTKZ6fpcQCiZNbBqVJh1z.ZoPVMl ygVYZyQ2rfSojsk1mWABt3edJs.jQCvT5PgSX2s5sWmZEXaugcZDU8WD8gSk OipvyDwzilFLIKTtIUTgZ9mqRSK9iSQ4EeNYoOCM_e5ot4b_v.T43TgF8iYD Lp0cJc4J_Wr22jj.Xqo5jJa.y6YAAd.jF7ar5VQFBfBeh6wkWPQThPOkWXvG 7p8654CNw4FGj6ZUB5oqjF6ykpaYk2BUHWLjFQ341RRZE3fsjqi0hWiaOMFR H.bVDy_JRlBFtqylSH2KNQ5MCEfChZ0OD Received: from [112.135.213.38] by web57004.mail.re3.yahoo.com via HTTP; Wed, 18 Aug 2010 02:49:43 PDT X-Mailer: YahooMailClassic/11.3.2 YahooMailWebService/0.8.105.279950 Date: Wed, 18 Aug 2010 02:49:43 -0700 (PDT) From: Unga To: FreeBSD Questions , Beat Gaetzi In-Reply-To: <4C6B8D30.1030302@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jhell Subject: Re: Where is firefox-devel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 09:49:45 -0000 --- On Wed, 8/18/10, Beat Gaetzi wrote: > From: Beat Gaetzi > Subject: Re: Where is firefox-devel? > To: "FreeBSD Questions" > Cc: "jhell" , "Unga" > Date: Wednesday, August 18, 2010, 3:35 PM > On 18.08.2010 04:21, jhell wrote: > > On 08/17/2010 14:04, Unga wrote: > >> Hi all > > > >> Could I know what is the complete web path for > branches/experimental/www/firefox-devel/? > > > >> This is mentioned in following mail: > >> http://lists.freebsd.org/pipermail/freebsd-gecko/2010-August/001054.html > > > > > > Looks to me that its a local svn development repo for > the freebsd-gecko > > project. > > You could checkout the port like this: > # svn co > https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox-devel/ > > Please note you need at least version 3.12.6 of > security/nss and > revision 1.21 of Mk/bsd.gecko.mk to build Firefox 4. Also > this port does > not contain a CONFLICT with Firefox 3.* as the experimental > branch in > our repository has a newer layout then the portstree. If > you like to > install Firefox 4 please deinstall Firefox 3.* first. > We've also dropped FreeBSD 6.x support for Firefox 4. > > Please be aware that ports from the experimental branch > could be broken > on purpose or do not work/build so use it at your own risk > :) > > HTH, > Beat > Hi Beat Thank you very much for the link and the info. That's exactly what I was looking for. Best regards Unga