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 Oct 11 23:37:41 UTC 2023
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: fix Linux packaging after version update
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/lang/rust-bin/Makefile:1.57
--- pkgsrc/lang/rust-bin/Makefile:1.56 Tue Oct 10 20:20:10 2023
+++ pkgsrc/lang/rust-bin/Makefile Wed Oct 11 23:37:41 2023
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.56 2023/10/10 20:20:10 pin Exp $
+# $NetBSD: Makefile,v 1.57 2023/10/11 23:37:41 gutteridge Exp $
DISTNAME= rust-1.71.1
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://rust-lang.org/
@@ -273,7 +274,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
+ rust-lld gcc-ld/ld64.lld gcc-ld/ld.lld gcc-ld/lld-link gcc-ld/wasm-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