NetBSD-Bugs archive

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

PR/58154 CVS commit: pkgsrc/lang/rust



The following reply was made to PR lib/58154; it has been noted by GNATS.

From: "Havard Eidnes" <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58154 CVS commit: pkgsrc/lang/rust
Date: Wed, 31 Jul 2024 08:05:51 +0000

 Module Name:	pkgsrc
 Committed By:	he
 Date:		Wed Jul 31 08:05:51 UTC 2024
 
 Modified Files:
 	pkgsrc/lang/rust: Makefile distinfo
 Added Files:
 	pkgsrc/lang/rust/patches:
 	    patch-compiler_rustc__target_src_spec_targets_aarch64__be__unknown__netbsd.rs
 	    patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs
 	    patch-compiler_rustc__target_src_spec_targets_sparc64__unknown__netbsd.rs
 	    patch-vendor_openssl-src-111.28.1+1.1.1w_openssl_Configurations_10-main.conf
 	    patch-vendor_openssl-src-111.28.1+1.1.1w_src_lib.rs
 	    patch-vendor_openssl-sys-0.9.102_build_find__normal.rs
 	    patch-vendor_openssl-sys-0.9.102_build_main.rs
 	    patch-vendor_openssl-sys-0.9.92_build_find__normal.rs
 	    patch-vendor_openssl-sys-0.9.92_build_main.rs
 
 Log Message:
 lang/rust: pull over fixes to rust 1.79 from pkgsrc-wip:
 
 1) Turn off the use ot thread local storage on NetBSD/aarch64,
    due to NetBSD PR#58154 and our desire to support systems
    built before the fix was applied.
 2) Use the fixed 1.78.0 bootstrap for NetBSD/aarch64 (which
    is now built with the workaround from #1 applied).
 3) Reinstate the patches to the openssl-sys and openssl-src
    vendor crates, and their checksum fixes, taken from pkgsrc-wip
    rust 1.78.0 and adapted.
 4) Make the NetBSD/sparc64 target spec more similar to the other
    sparc64 targets.  Does not resolve the cross-build problem, sadly.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.314 -r1.315 pkgsrc/lang/rust/Makefile
 cvs rdiff -u -r1.173 -r1.174 pkgsrc/lang/rust/distinfo
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_targets_aarch64__be__unknown__netbsd.rs \
     pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs \
     pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_targets_sparc64__unknown__netbsd.rs \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-src-111.28.1+1.1.1w_openssl_Configurations_10-main.conf \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-src-111.28.1+1.1.1w_src_lib.rs \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-sys-0.9.102_build_find__normal.rs \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-sys-0.9.102_build_main.rs \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-sys-0.9.92_build_find__normal.rs \
     pkgsrc/lang/rust/patches/patch-vendor_openssl-sys-0.9.92_build_main.rs
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index