pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Oct 13 02:26:12 UTC 2022

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
rust-bin: fix packaging on Linux

Rust 1.63 no longer ships lib/rustlib/${RUST_ARCH}/bin/gcc-ld/ld64.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/rust-bin/Makefile

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-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.42 pkgsrc/lang/rust-bin/Makefile:1.43
--- pkgsrc/lang/rust-bin/Makefile:1.42  Mon Oct 10 21:13:54 2022
+++ pkgsrc/lang/rust-bin/Makefile       Thu Oct 13 02:26:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/10/10 21:13:54 he Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/13 02:26:12 gutteridge Exp $
 
 DISTNAME=      rust-1.63.0
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -234,7 +234,7 @@ fix-relative-rpath:
 .  if ${OPSYS} == "Linux"
 .    for bin in llc llvm-ar llvm-as llvm-cov llvm-dis llvm-nm llvm-objcopy \
           llvm-objdump llvm-profdata llvm-readobj llvm-size llvm-strip opt \
-          rust-lld gcc-ld/ld gcc-ld/ld64
+          rust-lld gcc-ld/ld
         ${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${RUST_LLVM_RPATH} \
           ${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/bin/${bin}
 .    endfor



Home | Main Index | Thread Index | Old Index