pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Nov  2 02:09:32 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo mozilla-common.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.399 -r1.400 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.370 -r1.371 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.141 -r1.142 pkgsrc/www/firefox/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.399 pkgsrc/www/firefox/Makefile:1.400
--- pkgsrc/www/firefox/Makefile:1.399   Mon Oct 28 13:03:27 2019
+++ pkgsrc/www/firefox/Makefile Sat Nov  2 02:09:32 2019
@@ -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//}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.370 pkgsrc/www/firefox/distinfo:1.371
--- pkgsrc/www/firefox/distinfo:1.370   Mon Oct 28 13:03:27 2019
+++ pkgsrc/www/firefox/distinfo Sat Nov  2 02:09:32 2019
@@ -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

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.141 pkgsrc/www/firefox/mozilla-common.mk:1.142
--- pkgsrc/www/firefox/mozilla-common.mk:1.141  Thu Oct 31 22:20:56 2019
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Nov  2 02:09:32 2019
@@ -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 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.46.1
 #.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