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:   ryoon
Date:           Thu Feb 20 14:00:50 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: src/bootstrap/bin/rustc.rs is not patched, so exclude from SUBST


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 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.139 pkgsrc/lang/rust/Makefile:1.140
--- pkgsrc/lang/rust/Makefile:1.139     Mon Feb 17 20:24:18 2020
+++ pkgsrc/lang/rust/Makefile   Thu Feb 20 14:00:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2020/02/17 20:24:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.140 2020/02/20 14:00:49 ryoon Exp $
 
 DISTNAME=      rustc-1.41.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -293,7 +293,6 @@ TOOLS_PLATFORM.gzcat=       ${PREFIX}/bin/gzip
 
 SUBST_CLASSES+=                rpath
 SUBST_STAGE.rpath=     pre-configure
-SUBST_FILES.rpath=     src/bootstrap/bin/rustc.rs
 SUBST_FILES.rpath+=    src/build_helper/lib.rs
 SUBST_FILES.rpath+=    src/librustc_codegen_ssa/back/linker.rs
 SUBST_FILES.rpath+=    src/bootstrap/builder.rs



Home | Main Index | Thread Index | Old Index