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:           Sat Apr 24 08:28:00 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 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.233 pkgsrc/lang/rust/Makefile:1.234
--- pkgsrc/lang/rust/Makefile:1.233     Fri Apr 23 11:41:55 2021
+++ pkgsrc/lang/rust/Makefile   Sat Apr 24 08:27:59 2021
@@ -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 @@ 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/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