From owner-freebsd-gecko@freebsd.org Sun Mar 5 16:43:51 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A44DBCFA2B5 for ; Sun, 5 Mar 2017 16:43:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 95EE01B6D for ; Sun, 5 Mar 2017 16:43:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 928C6CFA2B2; Sun, 5 Mar 2017 16:43:51 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9239ACFA2B0 for ; Sun, 5 Mar 2017 16:43:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 756BE1B6C; Sun, 5 Mar 2017 16:43:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B5B8677E5; Sun, 5 Mar 2017 16:43:50 +0000 (UTC) To: ronald@klop.ws Subject: Re: firefox-beta? Cc: gecko@freebsd.org In-Reply-To: Message-Id: <20170305164350.B5B8677E5@freefall.freebsd.org> Date: Sun, 5 Mar 2017 16:43:50 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 16:43:51 -0000 "Ronald Klop" writes: > Hi, > > I'm mailing you as you committed the recent updates to the www/firefox > port. > In the last update to 5.1 you mention 'This one intended to pick up > upstream security fixes earlier while looking for downstream > regressions'. > Is there a reason not to have a firefox-beta port? That would make it > easy for people to test before release and spot regressions. I always > run the -beta on other OSes (where it is easy to download/install) to > test websites before a new release. I would love to be able to do that > on FreeBSD also. www/firefox-beta did exist in freebsd-gecko dev repo a few years ago. Unlike www/firefox-nightly it didn't suffer from patch churn as much but had less users and no Q/A at all to justify the maintenance cost. Both were abandoned in favor of firefighting regressions upstream. If you're interested in features from an unreleased Firefox version consider building outside of ports e.g., $ pkg install python27 $ hash git 2>/dev/null || pkg install mercurial $ hg clone https://hg.mozilla.org/mozilla-unified firefox || git clone https://github.com/mozilla/gecko-dev firefox $ cd firefox $ hg up beta || git co origin/beta # optional, if you don't want Nightly $ ./mach bootstrap # select Firefox for Desktop $ nice ./mach build $ ./mach run