pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Feb 21 18:31:03 UTC 2020

Modified Files:
        pkgsrc/lang/rust: distinfo
        pkgsrc/lang/rust/patches: patch-src_bootstrap_builder.rs

Log Message:
rust: Add comment to patch


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/lang/rust/distinfo
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.100 pkgsrc/lang/rust/distinfo:1.101
--- pkgsrc/lang/rust/distinfo:1.100     Mon Feb 17 20:24:18 2020
+++ pkgsrc/lang/rust/distinfo   Fri Feb 21 18:31:02 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.100 2020/02/17 20:24:18 jperkin Exp $
+$NetBSD: distinfo,v 1.101 2020/02/21 18:31:02 ryoon Exp $
 
 SHA1 (rust-1.35.0-armv7-unknown-netbsd-eabihf.tar.gz) = 91517fa95f954427c627cf63eb7c518abd068f3e
 RMD160 (rust-1.35.0-armv7-unknown-netbsd-eabihf.tar.gz) = 06a3d922b27aac2deb570301542897a131b47cd0
@@ -105,7 +105,7 @@ RMD160 (rustc-1.41.0-src.tar.gz) = 47d5c
 SHA512 (rustc-1.41.0-src.tar.gz) = fb794b8d8527170add7229b136c9d96b94d0c8bae195b9db55e7e0fec41661f0e22a6e62cdcf581f4576f6969f8850a4b8b263fdc874cd5dc61e0c1ddb2833d9
 Size (rustc-1.41.0-src.tar.gz) = 135348467 bytes
 SHA1 (patch-src_bootstrap_bootstrap.py) = 53e0409527f3e52dd00b5c86e6c38047626e2379
-SHA1 (patch-src_bootstrap_builder.rs) = 2634b02232c169fb6700c4f12d7a9595bc78f925
+SHA1 (patch-src_bootstrap_builder.rs) = c3dcfed38271219898e8870f9a59ededd0ded650
 SHA1 (patch-src_bootstrap_lib.rs) = 59fc8949d98692550daba6f3e8119f71eed13fb2
 SHA1 (patch-src_build__helper_lib.rs) = ef0b522e303f0490b86e64f40733c2ecb498da5b
 SHA1 (patch-src_librustc__codegen__ssa_back_linker.rs) = e7c592f78b9ee317521cf0258686173a31f1d2e0

Index: pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs
diff -u pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs:1.6 pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs:1.7
--- pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs:1.6 Mon Feb 17 20:24:18 2020
+++ pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs     Fri Feb 21 18:31:02 2020
@@ -1,7 +1,9 @@
-$NetBSD: patch-src_bootstrap_builder.rs,v 1.6 2020/02/17 20:24:18 jperkin Exp $
+$NetBSD: patch-src_bootstrap_builder.rs,v 1.7 2020/02/21 18:31:02 ryoon Exp $
 
 Do not install 'src'.
 
+Fix RPATH for pkgsrc.
+
 --- src/bootstrap/builder.rs.orig      2020-01-27 15:34:02.000000000 +0000
 +++ src/bootstrap/builder.rs
 @@ -465,7 +465,6 @@ impl<'a> Builder<'a> {



Home | Main Index | Thread Index | Old Index