pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox52 firefox52: Workaround broken pthread_equ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69cf8c32384f
branches:  trunk
changeset: 411245:69cf8c32384f
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Feb 08 21:44:59 2020 +0000

description:
firefox52: Workaround broken pthread_equal() usage

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

Problems detected on NetBSD 9.99.46.

diffstat:

 www/firefox52/Makefile |  4 ++--
 www/firefox52/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r eeaf539f755b -r 69cf8c32384f www/firefox52/Makefile
--- a/www/firefox52/Makefile    Sat Feb 08 20:19:49 2020 +0000
+++ b/www/firefox52/Makefile    Sat Feb 08 21:44:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/01/18 21:51:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.49 2020/02/08 21:44:59 kamil Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            52.9
@@ -6,7 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION=   20
+PKGREVISION=   21
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff -r eeaf539f755b -r 69cf8c32384f www/firefox52/distinfo
--- a/www/firefox52/distinfo    Sat Feb 08 20:19:49 2020 +0000
+++ b/www/firefox52/distinfo    Sat Feb 08 21:44:59 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2019/06/14 08:11:34 nia Exp $
+$NetBSD: distinfo,v 1.22 2020/02/08 21:44:59 kamil Exp $
 
 SHA1 (firefox-52.9.0esr.source.tar.xz) = df3d47518b380fe934e32a288515c25435fd82a7
 RMD160 (firefox-52.9.0esr.source.tar.xz) = 8940269f0a515c0066b6ab2eea1da8963d27617b
@@ -91,6 +91,7 @@
 SHA1 (patch-netwerk_sctp_src_netinet6_sctp6__usrreq.c) = 8608c2745a28a35c9e47288a6c01cae0cd7793c7
 SHA1 (patch-netwerk_srtp_src_crypto_hash_hmac.c) = d381ac61f78616213565357d4e95c5bdc1c7c444
 SHA1 (patch-netwerk_srtp_src_crypto_kernel_crypto__kernel.c) = b7a6d9a6ed7fd41b50b2330665e1bf30cafdb367
+SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 78c6687be8abc3a4cab33206588057ad688bf20d
 SHA1 (patch-rc) = 9628b038f036f3fc0e37bdf84fa0abf99dbc8d2a
 SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__back.jsm) = 27e90fdfd5587f670958d832cd56107740b226ee
 SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__front.jsm) = 4e5dc7cf11ea3d48cca86b5d21158d676ebd8957



Home | Main Index | Thread Index | Old Index