pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox52
Module Name: pkgsrc
Committed By: jklos
Date: Sat Sep 18 22:10:22 UTC 2021
Modified Files:
pkgsrc/www/firefox52: distinfo
Added Files:
pkgsrc/www/firefox52/patches:
patch-python_mozbuild_mozbuild_configure_constants.py
Log Message:
Alpha is 64 bits.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/firefox52/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/firefox52/patches/patch-python_mozbuild_mozbuild_configure_constants.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox52/distinfo
diff -u pkgsrc/www/firefox52/distinfo:1.28 pkgsrc/www/firefox52/distinfo:1.29
--- pkgsrc/www/firefox52/distinfo:1.28 Mon Jun 21 14:21:28 2021
+++ pkgsrc/www/firefox52/distinfo Sat Sep 18 22:10:22 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2021/06/21 14:21:28 martin Exp $
+$NetBSD: distinfo,v 1.29 2021/09/18 22:10:22 jklos Exp $
SHA1 (firefox-52.9.0esr.source.tar.xz) = df3d47518b380fe934e32a288515c25435fd82a7
RMD160 (firefox-52.9.0esr.source.tar.xz) = 8940269f0a515c0066b6ab2eea1da8963d27617b
@@ -104,6 +104,7 @@ SHA1 (patch-netwerk_sctp_src_netinet6_sc
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-python_mozbuild_mozbuild_configure_constants.py) = 95a4e09fa0f792a380b96443ba673b3e5bb4d008
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
Added files:
Index: pkgsrc/www/firefox52/patches/patch-python_mozbuild_mozbuild_configure_constants.py
diff -u /dev/null pkgsrc/www/firefox52/patches/patch-python_mozbuild_mozbuild_configure_constants.py:1.1
--- /dev/null Sat Sep 18 22:10:22 2021
+++ pkgsrc/www/firefox52/patches/patch-python_mozbuild_mozbuild_configure_constants.py Sat Sep 18 22:10:22 2021
@@ -0,0 +1,13 @@
+$NetBSD: patch-python_mozbuild_mozbuild_configure_constants.py,v 1.1 2021/09/18 22:10:22 jklos Exp $
+
+--- python/mozbuild/mozbuild/configure/constants.py.orig 2017-04-11 02:13:23.000000000 +0000
++++ python/mozbuild/mozbuild/configure/constants.py
+@@ -40,7 +40,7 @@ Kernel = EnumString.subclass(
+
+ CPU_bitness = {
+ 'aarch64': 64,
+- 'Alpha': 32,
++ 'Alpha': 64,
+ 'arm': 32,
+ 'hppa': 32,
+ 'ia64': 64,
Home |
Main Index |
Thread Index |
Old Index