From owner-svn-ports-all@freebsd.org Sun Sep 11 23:58:51 2016 Return-Path: Delivered-To: svn-ports-all@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 EFE1ABD7D2E; Sun, 11 Sep 2016 23:58:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0AC4CD1; Sun, 11 Sep 2016 23:58:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BNwoUw038465; Sun, 11 Sep 2016 23:58:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BNwop1038464; Sun, 11 Sep 2016 23:58:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609112358.u8BNwop1038464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 11 Sep 2016 23:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421886 - in branches/2016Q3/www/firefox: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 23:58:52 -0000 Author: jbeich Date: Sun Sep 11 23:58:50 2016 New Revision: 421886 URL: https://svnweb.freebsd.org/changeset/ports/421886 Log: MFH: r421532 www/firefox: re-enable OMTC for BUNDLED_CAIRO=off (backing out r393805) OMTC is also required to support Electrolysis (called Multiprocess Windows in about:support) introduced in Firefox 48 via e10srollout@mozilla.org system addon. PR: 202174, 211792 Tested by: scf Approved by: ports-secteam (feld) Deleted: branches/2016Q3/www/firefox/files/patch-modules-libpref-init-all.js Modified: branches/2016Q3/www/firefox/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/firefox/Makefile ============================================================================== --- branches/2016Q3/www/firefox/Makefile Sun Sep 11 23:57:56 2016 (r421885) +++ branches/2016Q3/www/firefox/Makefile Sun Sep 11 23:58:50 2016 (r421886) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 49.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \