pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Update to 70.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f76912fc2122
branches:  trunk
changeset: 343239:f76912fc2122
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Nov 02 02:09:32 2019 +0000

description:
Update to 70.0.1

* Try to use pkgsrc clang/clang++ explicitly

Changelog:
Fixed
    Fix for an issue that caused some websites or page elements using dynamic JavaScript to fail to load. (Bug 1592136)

    Update OpenH264 video plugin for macOS 10.15 users (Bug 1587543)

    Title bar no longer shows in full screen view (Bug 1588747)

Changed
    OpenH264 video codec version bump for macOS 10.15 users (Bug 1587543)

diffstat:

 www/firefox/Makefile          |   4 ++--
 www/firefox/distinfo          |  10 +++++-----
 www/firefox/mozilla-common.mk |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 93a051bf8ca3 -r f76912fc2122 www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Nov 01 23:34:51 2019 +0000
+++ b/www/firefox/Makefile      Sat Nov 02 02:09:32 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.399 2019/10/28 13:03:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.400 2019/11/02 02:09:32 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            70.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r 93a051bf8ca3 -r f76912fc2122 www/firefox/distinfo
--- a/www/firefox/distinfo      Fri Nov 01 23:34:51 2019 +0000
+++ b/www/firefox/distinfo      Sat Nov 02 02:09:32 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.370 2019/10/28 13:03:27 ryoon Exp $
+$NetBSD: distinfo,v 1.371 2019/11/02 02:09:32 ryoon Exp $
 
-SHA1 (firefox-70.0.source.tar.xz) = 7eccef97655ad8b127213923bfd97401d6a17836
-RMD160 (firefox-70.0.source.tar.xz) = 2115c85229b52f138ca6bc2e56db104c386ea44a
-SHA512 (firefox-70.0.source.tar.xz) = c2643d88d59012dfd762357d66005c8892dec066b0ae9d8d33a29ea4427d1e5ae4a0376725c7d960c0025d5c9567eca816eb612b4ea987069e455c06fc442973
-Size (firefox-70.0.source.tar.xz) = 321160764 bytes
+SHA1 (firefox-70.0.1.source.tar.xz) = 3abee69d9001e27d82b51aa9db2bb8558d590cb6
+RMD160 (firefox-70.0.1.source.tar.xz) = a5e6645b3ee8a7423f64b6812a1887baf3aeee7c
+SHA512 (firefox-70.0.1.source.tar.xz) = 798e18620e50ef10f184b6e43c88cfbad8a446ae005204582bccc2958107910617375b0ff622c85fb768b48d490a31ea7674eef9f0c415aa72cd958f09a9f725
+Size (firefox-70.0.1.source.tar.xz) = 326335800 bytes
 SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_old.configure) = 05963b12fd908d90e3378b30cff7e48291b8a447
diff -r 93a051bf8ca3 -r f76912fc2122 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Fri Nov 01 23:34:51 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Sat Nov 02 02:09:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.141 2019/10/31 22:20:56 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.142 2019/11/02 02:09:32 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -221,8 +221,8 @@
 #.include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libwebp+=        libwebp>=1.0.2
 .include "../../graphics/libwebp/buildlink3.mk"
-PKG_CC=                clang
-PKG_CXX=       clang++
+PKG_CC=                ${PREFIX}/bin/clang
+PKG_CXX=       ${PREFIX}/bin/clang++
 BUILDLINK_DEPMETHOD.clang=     build
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1
 .include "../../lang/clang/buildlink3.mk"



Home | Main Index | Thread Index | Old Index