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:           Mon Nov  9 07:49:19 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Add another post-install dylib rpath fixup for macOS
(libtracing_attributes). Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 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.201 pkgsrc/lang/rust/Makefile:1.202
--- pkgsrc/lang/rust/Makefile:1.201     Fri Nov  6 20:13:49 2020
+++ pkgsrc/lang/rust/Makefile   Mon Nov  9 07:49:18 2020
@@ -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 @@ do-install:
 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