pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Aug 25 08:54:25 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
Add another post-install dylib rpath fixup for macOS. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/lang/rust/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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.188 pkgsrc/lang/rust/Makefile:1.189
--- pkgsrc/lang/rust/Makefile:1.188 Thu Aug 6 11:42:56 2020
+++ pkgsrc/lang/rust/Makefile Tue Aug 25 08:54:25 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.188 2020/08/06 11:42:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.189 2020/08/25 08:54:25 schmonz Exp $
DISTNAME= rustc-1.45.2-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://static.rust-lang.org/dist/
@@ -407,7 +408,8 @@ do-install:
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
fix-darwin-install-name:
- for f in ${DESTDIR}${PREFIX}/lib/librustc_macros-*.dylib; do \
+ for f in ${DESTDIR}${PREFIX}/lib/librustc_macros-*.dylib \
+ ${DESTDIR}${PREFIX}/lib/libchalk_derive-*.dylib; do \
install_name_tool -id `${ECHO} $$f | ${SED} -e 's,${DESTDIR},,g'` $$f; \
done
.endif
Home |
Main Index |
Thread Index |
Old Index