pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust: fix building
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Tue Jun 22 08:01:42 2021 +0200
Changeset: db6d8f04a82a7c3684e43c88512e96e14f9aba52
Modified Files:
rust/Makefile
rust/distinfo
Log Message:
rust: fix building
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db6d8f04a82a7c3684e43c88512e96e14f9aba52
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/Makefile | 11 -----------
rust/distinfo | 2 +-
2 files changed, 1 insertion(+), 12 deletions(-)
diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 55df511f5c..382f6e45c3 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -452,17 +452,6 @@ do-install:
${SETENV} ${MAKE_ENV} ${INSTALL_ENV} \
${PYTHONBIN} ./x.py -v install -j ${_MAKE_JOBS_N}
-.if ${OPSYS} == "Darwin"
-.PHONY: fix-darwin-install-name
-post-install: fix-darwin-install-name
-fix-darwin-install-name:
- for f in ${DESTDIR}${PREFIX}/lib/librustc_macros-*.dylib \
- ${DESTDIR}${PREFIX}/lib/libtracing_attributes-*.dylib \
- ${DESTDIR}${PREFIX}/lib/libchalk_derive-*.dylib; do \
- install_name_tool -id `${ECHO} $$f | ${SED} -e 's,${DESTDIR},,g'` $$f; \
- done
-.endif
-
GENERATE_PLIST+= ${FIND} ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \
${SED} -e 's,${DESTDIR}${PREFIX}/,,' | ${SORT} ;
diff --git a/rust/distinfo b/rust/distinfo
index b7c4972307..b8e369f084 100644
--- a/rust/distinfo
+++ b/rust/distinfo
@@ -107,7 +107,7 @@ Size (rustc-1.53.0-src.tar.gz) = 167881972 bytes
SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = ce864839b3bce0755b950d914164e707a3f4eb68
SHA1 (patch-compiler_rustc__llvm_build.rs) = b5157022f0f1942ae2db1ab78145af1526780b18
SHA1 (patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs) = d7cf546dc82bb851c94733b0c2dae988393503b3
-SHA1 (patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs) = 8016df2ef0cf1e82b62d18ef156da9806988cb79
+SHA1 (patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs) = efae710b37c089702802c3d5aa678d1cc5f88cc2
SHA1 (patch-compiler_rustc__target_src_spec_mod.rs) = 6edc875ba9ffbc1a86b30c679eb1110ba3c6c709
SHA1 (patch-compiler_rustc__target_src_spec_netbsd__base.rs) = f6bf754e10d615781422d1fb6a689aa67c15d6fb
SHA1 (patch-compiler_rustc__target_src_spec_solaris__base.rs) = f0b41a3a5685ae33d037f8ded0b1fa6f1acb0867
Home |
Main Index |
Thread Index |
Old Index