Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 07:57:19 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 16ad4d81058a - 2021Q2 - www/firefox: update to 88.0 (rc2)
Message-ID:  <202104190757.13J7vJ8a090907@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16ad4d81058a4dcae8b0a719bf25930f834f3c5e

commit 16ad4d81058a4dcae8b0a719bf25930f834f3c5e
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2021-04-17 23:29:40 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2021-04-19 07:56:07 +0000

    www/firefox: update to 88.0 (rc2)
    
    Release Notes (soon):
      https://www.mozilla.org/en-US/firefox/88.0/releasenotes/
    
    (cherry picked from commit 05c4836c02c8c456a88d84ed0410506e1224595c)
---
 www/firefox/Makefile               |  5 ++---
 www/firefox/distinfo               |  6 +++---
 www/firefox/files/patch-bug1559213 | 16 ++++++++--------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index f80771e286ea..0214820bf4a0 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,12 +1,11 @@
 # Created by: Alan Eldridge <alane@FreeBSD.org>
 
 PORTNAME=	firefox
-DISTVERSION=	87.0
-PORTREVISION=	2
+DISTVERSION=	88.0
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
-		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source
+		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
 DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 
 MAINTAINER=	gecko@FreeBSD.org
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 35782e402fed..270b1c38f36d 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616281703
-SHA256 (firefox-87.0.source.tar.xz) = ce98be0522f971b6950f22c738c4b2caf19cf7f48ab2ae2e6d46694af7fd58ab
-SIZE (firefox-87.0.source.tar.xz) = 377285124
+TIMESTAMP = 1618698329
+SHA256 (firefox-88.0.source.tar.xz) = 6b50dbfb393f843e4401e23965a1d8f7fd44b5a7628d95138294094094eee297
+SIZE (firefox-88.0.source.tar.xz) = 373744508
diff --git a/www/firefox/files/patch-bug1559213 b/www/firefox/files/patch-bug1559213
index f16af4cd83ba..16928f792f89 100644
--- a/www/firefox/files/patch-bug1559213
+++ b/www/firefox/files/patch-bug1559213
@@ -63,13 +63,13 @@ index 092cee0c9b66..38e45de5b5f0 100644
      EXPORTS += [
 diff --git toolkit/moz.configure toolkit/moz.configure
 index 82b5a59acf42..e2329560b42b 100644
---- toolkit/moz.configure
-+++ toolkit/moz.configure
-@@ -553,7 +553,23 @@ def av1(value):
+--- toolkit/moz.configure.orig	2021-04-13 16:12:34.770032000 +0200
++++ toolkit/moz.configure	2021-04-18 00:03:41.432698000 +0200
+@@ -538,7 +538,23 @@
          return True
  
  
--@depends(target, nasm_version, when=av1 & compile_environment)
+-@depends(target, when=av1 & compile_environment)
 +option("--with-system-av1",
 +       help="Use system av1 (located with pkgconfig)")
 +
@@ -86,11 +86,11 @@ index 82b5a59acf42..e2329560b42b 100644
 +        has_av1_libs = True
 +    return has_av1_libs
 +
-+@depends(target, nasm_version, when=av1 & depends(system_av1)(lambda v: not v) & compile_environment)
- def dav1d_asm(target, nasm_version):
-     if target.cpu == "aarch64":
++@depends(target, when=av1 & depends(system_av1)(lambda v: not v) & compile_environment)
+ def dav1d_asm(target):
+     if target.cpu in ("aarch64", "x86", "x86_64"):
          return True
-@@ -570,6 +586,7 @@ set_config("MOZ_DAV1D_ASM", dav1d_asm)
+@@ -554,6 +570,7 @@
  set_define("MOZ_DAV1D_ASM", dav1d_asm)
  set_config("MOZ_AV1", av1)
  set_define("MOZ_AV1", av1)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104190757.13J7vJ8a090907>