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:   adam
Date:           Tue Jun  1 18:15:30 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: fix-darwin-install-name is no longer needed


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.239 pkgsrc/lang/rust/Makefile:1.240
--- pkgsrc/lang/rust/Makefile:1.239     Mon May 31 10:17:53 2021
+++ pkgsrc/lang/rust/Makefile   Tue Jun  1 18:15:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.239 2021/05/31 10:17:53 he Exp $
+# $NetBSD: Makefile,v 1.240 2021/06/01 18:15:30 adam Exp $
 
 DISTNAME=      rustc-1.52.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -474,18 +474,6 @@ do-install:
        ${SETENV} ${MAKE_ENV} ${INSTALL_ENV}                            \
                ${PYTHONBIN} ./x.py -v install -j ${_MAKE_JOBS_N}
 
-.if ${OPSYS} == "Darwin"
-.PHONY: fix-darwin-install-name
-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
-.endif
-
 # MacOS X 10.7 is the oldest supported version. See
 # ${WRKSRC}/src/bootstrap/lib.rs
 MAKE_ENV.Darwin+=      MACOSX_DEPLOYMENT_TARGET="10.7"



Home | Main Index | Thread Index | Old Index