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: Fri Feb 16 04:06:03 UTC 2024
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: adjust Linux packaging after version update
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 pkgsrc/lang/rust-bin/Makefile:1.62
--- pkgsrc/lang/rust-bin/Makefile:1.61 Wed Feb 14 21:31:14 2024
+++ pkgsrc/lang/rust-bin/Makefile Fri Feb 16 04:06:03 2024
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.61 2024/02/14 21:31:14 pin Exp $
+# $NetBSD: Makefile,v 1.62 2024/02/16 04:06:03 gutteridge Exp $
DISTNAME= rust-1.74.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/
@@ -266,7 +267,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