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:   kamil
Date:           Sat Feb  8 22:11:53 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo

Log Message:
firefox: Workaround broken pthread_equal() usage

Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.


To generate a diff of this commit:
cvs rdiff -u -r1.408 -r1.409 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.379 -r1.380 pkgsrc/www/firefox/distinfo

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.408 pkgsrc/www/firefox/Makefile:1.409
--- pkgsrc/www/firefox/Makefile:1.408   Wed Jan 22 13:34:26 2020
+++ pkgsrc/www/firefox/Makefile Sat Feb  8 22:11:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.408 2020/01/22 13:34:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.409 2020/02/08 22:11:53 kamil Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            72.0
@@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR=       .2
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.379 pkgsrc/www/firefox/distinfo:1.380
--- pkgsrc/www/firefox/distinfo:1.379   Wed Jan 22 13:34:26 2020
+++ pkgsrc/www/firefox/distinfo Sat Feb  8 22:11:53 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.379 2020/01/22 13:34:26 ryoon Exp $
+$NetBSD: distinfo,v 1.380 2020/02/08 22:11:53 kamil Exp $
 
 SHA1 (firefox-72.0.2.source.tar.xz) = 35015162789defa55b5c71cf0d5a08a799a76f54
 RMD160 (firefox-72.0.2.source.tar.xz) = 89d359fd483f5d3abe0e040a2d1b55a29226e156
@@ -26,6 +26,7 @@ SHA1 (patch-media_libcubeb_src_cubeb__al
 SHA1 (patch-media_libcubeb_src_moz.build) = 303cf902d8feb8efc3930d0df19b4713bf0ed795
 SHA1 (patch-media_libcubeb_update.sh) = 07cc41e24d2a004978c4cbf4ab0901544009d530
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
+SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0
 SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = e5700d95302ef9672b404ab19e13ef7ba3ede5cf
 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12



Home | Main Index | Thread Index | Old Index