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/dea198c57865
branches: trunk
changeset: 451055:dea198c57865
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Apr 24 08:27:59 2021 +0000
description:
Add another post-install dylib rpath fixup for macOS (libserde_derive).
Bump PKGREVISION.
diffstat:
lang/rust/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d1dfc5bcd87e -r dea198c57865 lang/rust/Makefile
--- a/lang/rust/Makefile Sat Apr 24 07:43:10 2021 +0000
+++ b/lang/rust/Makefile Sat Apr 24 08:27:59 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.233 2021/04/23 11:41:55 nia Exp $
+# $NetBSD: Makefile,v 1.234 2021/04/24 08:27:59 schmonz Exp $
DISTNAME= rustc-1.50.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/
@@ -458,6 +458,7 @@
fix-darwin-install-name:
for f in ${DESTDIR}${PREFIX}/lib/librustc_macros-*.dylib \
${DESTDIR}${PREFIX}/lib/libtracing_attributes-*.dylib \
+ ${DESTDIR}${PREFIX}/lib/libserde_derive-*.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