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:           Wed Jan 25 05:17:23 UTC 2023

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

Log Message:
rust-bin: fix packaging on Linux

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/lang/rust-bin/Makefile:1.49
--- pkgsrc/lang/rust-bin/Makefile:1.48  Mon Jan 23 19:24:54 2023
+++ pkgsrc/lang/rust-bin/Makefile       Wed Jan 25 05:17:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/01/23 19:24:54 he Exp $
+# $NetBSD: Makefile,v 1.49 2023/01/25 05:17:23 gutteridge Exp $
 
 DISTNAME=      rust-1.66.1
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -258,7 +258,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
+          rust-lld
         ${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