pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mozjs78 mozjs78: Fix build with recent cargo from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e1c534b93e0
branches:  trunk
changeset: 450838:6e1c534b93e0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 22 15:50:51 2021 +0000

description:
mozjs78: Fix build with recent cargo from lang/rust

diffstat:

 lang/mozjs78/distinfo                 |   3 ++-
 lang/mozjs78/patches/patch-Cargo.toml |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 02db9a3b39ff -r 6e1c534b93e0 lang/mozjs78/distinfo
--- a/lang/mozjs78/distinfo     Thu Apr 22 15:48:03 2021 +0000
+++ b/lang/mozjs78/distinfo     Thu Apr 22 15:50:51 2021 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.10 2021/01/10 14:12:15 jperkin Exp $
+$NetBSD: distinfo,v 1.11 2021/04/22 15:50:51 ryoon Exp $
 
 SHA1 (mozjs78_78.4.0.orig.tar.xz) = b2c1c241f70310d545f8a3c05b9c8c11676e56a8
 RMD160 (mozjs78_78.4.0.orig.tar.xz) = cef93b6116eff9f04beeaf3dda0a42cd811d0b18
 SHA512 (mozjs78_78.4.0.orig.tar.xz) = 05a0dd27cd8f330c69bf798f9025dd560e76a1a14628af4caeeae4f7573aef9371e19edb8a8e4cd28e92e189eb3a159b4ffedb1b1bd4b806e065de433cca6ffd
 Size (mozjs78_78.4.0.orig.tar.xz) = 58319040 bytes
+SHA1 (patch-Cargo.toml) = 842e7519d5d2b6daa9ad8de2e0714c779e5c65ec
 SHA1 (patch-build_moz.configure_rust.configure) = 149301b4a8fb81f6c64d90672b3137ae6d68461f
 SHA1 (patch-build_moz.configure_toolchain.configure) = 930ed1aec1da8c10c80d8f31dfc5acbf2db31c5f
 SHA1 (patch-js_moz.configure) = f3d762b293761e359ac7c389059aa228949a6f0b
diff -r 02db9a3b39ff -r 6e1c534b93e0 lang/mozjs78/patches/patch-Cargo.toml
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/mozjs78/patches/patch-Cargo.toml     Thu Apr 22 15:50:51 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Cargo.toml,v 1.1 2021/04/22 15:50:51 ryoon Exp $
+
+--- Cargo.toml.orig    2020-11-04 10:52:09.000000000 +0000
++++ Cargo.toml
+@@ -60,8 +60,8 @@ panic = "abort"
+ [patch.crates-io]
+ packed_simd = { git = "https://github.com/hsivonen/packed_simd";, rev="3541e3818fdc7c2a24f87e3459151a4ce955a67a" }
+ rlbox_lucet_sandbox = { git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/";, rev="d510da5999a744c563b0acd18056069d1698273f" }
+-nix = { git = "https://github.com/shravanrn/nix/";, branch = "r0.13.1", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
+-spirv_cross = { git = "https://github.com/kvark/spirv_cross";, branch = "wgpu3", rev = "20191ad2f370afd6d247edcb9ff9da32d3bedb9c" }
++nix = { git = "https://github.com/shravanrn/nix/";, rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
++spirv_cross = { git = "https://github.com/kvark/spirv_cross";, rev = "20191ad2f370afd6d247edcb9ff9da32d3bedb9c" }
+ # failure's backtrace feature might break our builds, see bug 1608157.
+ failure = { git = "https://github.com/badboy/failure";, rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }
+ failure_derive = { git = "https://github.com/badboy/failure";, rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }



Home | Main Index | Thread Index | Old Index