Received: by mail.netbsd.org (Postfix, from userid 605) id 3D33384D59; Sat, 8 Feb 2020 22:11:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9CD784D53 for ; Sat, 8 Feb 2020 22:11:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KlJC3xo9aTN3 for ; Sat, 8 Feb 2020 22:11:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4384C84D4E for ; Sat, 8 Feb 2020 22:11:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37765FBF4; Sat, 8 Feb 2020 22:11:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581199913297090" MIME-Version: 1.0 Date: Sat, 8 Feb 2020 22:11:53 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20200208221153.37765FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581199913297090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1581199913297090 Content-Disposition: inline Content-Length: 1986 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1581199913297090--