pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust Add another post-install dylib rpath fixup f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80c03caa5e36
branches: trunk
changeset: 441672:80c03caa5e36
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Nov 09 07:49:18 2020 +0000
description:
Add another post-install dylib rpath fixup for macOS
(libtracing_attributes). Bump PKGREVISION.
diffstat:
lang/rust/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 180c2a8737f8 -r 80c03caa5e36 lang/rust/Makefile
--- a/lang/rust/Makefile Sun Nov 08 23:55:43 2020 +0000
+++ b/lang/rust/Makefile Mon Nov 09 07:49:18 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.201 2020/11/06 20:13:49 he Exp $
+# $NetBSD: Makefile,v 1.202 2020/11/09 07:49:18 schmonz Exp $
DISTNAME= rustc-1.46.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/
@@ -388,6 +388,7 @@
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
Home |
Main Index |
Thread Index |
Old Index