From owner-svn-ports-all@freebsd.org Thu Mar 5 02:03:15 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 86E03258A1D; Thu, 5 Mar 2020 02:03:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48XvD334QRz3yRN; Thu, 5 Mar 2020 02:03:15 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6302C27A8D; Thu, 5 Mar 2020 02:03:15 +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 02523Fhp003583; Thu, 5 Mar 2020 02:03:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02523EJB003578; Thu, 5 Mar 2020 02:03:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202003050203.02523EJB003578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 5 Mar 2020 02:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527804 - in head: Mk www/firefox www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk www/firefox www/firefox/files X-SVN-Commit-Revision: 527804 X-SVN-Commit-Repository: ports 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.29 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: Thu, 05 Mar 2020 02:03:15 -0000 Author: jbeich Date: Thu Mar 5 02:03:14 2020 New Revision: 527804 URL: https://svnweb.freebsd.org/changeset/ports/527804 Log: www/firefox: update to 74.0 Changes: https://www.mozilla.org/firefox/74.0/releasenotes/ PR: 244310 Security: 9f900456-0bfa-4da4-ad59-14b2933259a2 Differential Revision: https://reviews.freebsd.org/D23646 Deleted: head/www/firefox/files/patch-cubeb-sndio Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) head/www/firefox/files/patch-bug1288587 (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Thu Mar 5 01:48:54 2020 (r527803) +++ head/Mk/bsd.gecko.mk Thu Mar 5 02:03:14 2020 (r527804) @@ -76,7 +76,7 @@ LDFLAGS+= -Wl,--as-needed BUNDLE_LIBS= yes BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ - rust-cbindgen>=0.12.0:devel/rust-cbindgen \ + rust-cbindgen>=0.13.0:devel/rust-cbindgen \ ${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \ ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ node:www/node Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Mar 5 01:48:54 2020 (r527803) +++ head/www/firefox/Makefile Thu Mar 5 02:03:14 2020 (r527804) @@ -2,26 +2,24 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 73.0.1 -PORTREVISION= 2 +DISTVERSION= 74.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.24:devel/nspr \ - nss>=3.49.2:security/nss \ +BUILD_DEPENDS= nspr>=4.25:devel/nspr \ + nss>=3.50:security/nss \ icu>=64.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.4:print/harfbuzz \ graphite2>=1.3.13:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.30.1:databases/sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ @@ -29,7 +27,7 @@ BUILD_DEPENDS= nspr>=4.24:devel/nspr \ USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr -USE_MOZILLA= -vpx +USE_MOZILLA= -sqlite -vpx USES= tar:xz Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Thu Mar 5 01:48:54 2020 (r527803) +++ head/www/firefox/distinfo Thu Mar 5 02:03:14 2020 (r527804) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581967287 -SHA256 (firefox-73.0.1.source.tar.xz) = 53415180e74da60fc91700ce1ff33bf5b6f51e65353017a98270899a08e0c3d2 -SIZE (firefox-73.0.1.source.tar.xz) = 326596084 +TIMESTAMP = 1583372737 +SHA256 (firefox-74.0.source.tar.xz) = 9ad2e5a6c7ab63bf53ee2a354d57e167ae929e3d3dd2b0d3afd1264e59fc1a2b +SIZE (firefox-74.0.source.tar.xz) = 322945996 Modified: head/www/firefox/files/patch-bug1288587 ============================================================================== --- head/www/firefox/files/patch-bug1288587 Thu Mar 5 01:48:54 2020 (r527803) +++ head/www/firefox/files/patch-bug1288587 Thu Mar 5 02:03:14 2020 (r527804) @@ -2,15 +2,15 @@ diff --git a/build/moz.configure/init.configure b/buil index 855214a..1e91d51 100644 --- build/moz.configure/init.configure +++ build/moz.configure/init.configure -@@ -211,6 +211,7 @@ option(env='PYTHON', nargs=1, help='Python 2.7 interpr - @imports(_from='mozbuild.virtualenv', _import='VirtualenvManager') - @imports(_from='mozbuild.virtualenv', _import='verify_python_version') - @imports(_from='mozbuild.virtualenv', _import='PY2') +@@ -252,6 +252,7 @@ option(env='PYTHON', nargs=1, help='Python 2.7 interpr + @imports(_from='mozbuild.pythonutil', _import='find_python2_executable') + @imports(_from='mozbuild.pythonutil', _import='python_executable_version') + @imports(_from='six', _import='ensure_text') +@imports(_from='__builtin__', _import='KeyError') - def virtualenv_python2(env_python, build_env, mozconfig, help): + def virtualenv_python2(env_python, build_env, mozillabuild, mozconfig, help): if help: return -@@ -242,6 +243,12 @@ def virtualenv_python2(env_python, build_env, mozconfi +@@ -283,6 +284,12 @@ def virtualenv_python2(env_python, build_env, mozillab python = mozconfig['vars']['added']['PYTHON'] elif 'PYTHON' in mozconfig['vars']['modified']: python = mozconfig['vars']['modified']['PYTHON'][1] @@ -23,7 +23,7 @@ index 855214a..1e91d51 100644 log.debug("python2: executable from configuration: %r" % python) -@@ -294,7 +301,10 @@ def virtualenv_python2(env_python, build_env, mozconfi +@@ -358,7 +365,10 @@ def virtualenv_python2(env_python, build_env, mozillab sys.executable, manager.python_path)) log.info('Reexecuting in the virtualenv') if env_python: @@ -35,15 +35,15 @@ index 855214a..1e91d51 100644 # One would prefer to use os.execl, but that's completely borked on # Windows. sys.exit(subprocess.call([python] + sys.argv)) -@@ -430,6 +440,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre - @imports(_from='mozbuild.virtualenv', _import='PY3') +@@ -460,6 +470,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre @imports(_from='mozbuild.pythonutil', _import='find_python3_executable') @imports(_from='mozbuild.pythonutil', _import='python_executable_version') + @imports(_from='six', _import='ensure_text') +@imports(_from='__builtin__', _import='KeyError') def virtualenv_python3(env_python, build_env, mozillabuild, mozconfig, help): if help: return -@@ -465,6 +476,12 @@ def virtualenv_python3(env_python, build_env, mozillab +@@ -495,6 +506,12 @@ def virtualenv_python3(env_python, build_env, mozillab python = mozconfig['vars']['added']['PYTHON3'] elif 'PYTHON3' in mozconfig['vars']['modified']: python = mozconfig['vars']['modified']['PYTHON3'][1] @@ -56,7 +56,7 @@ index 855214a..1e91d51 100644 log.debug("python3: executable from configuration: %r" % python) -@@ -545,7 +562,10 @@ def virtualenv_python3(env_python, build_env, mozillab +@@ -575,7 +592,10 @@ def virtualenv_python3(env_python, build_env, mozillab sys.executable, manager.python_path)) log.info('Re-executing in the virtualenv') if env_python: