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:   he
Date:           Sat Nov 14 21:25:32 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Put back ggrep instead of grep; my pkglint erroneously directed me there...


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 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.206 pkgsrc/lang/rust/Makefile:1.207
--- pkgsrc/lang/rust/Makefile:1.206     Sat Nov 14 18:16:16 2020
+++ pkgsrc/lang/rust/Makefile   Sat Nov 14 21:25:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2020/11/14 18:16:16 he Exp $
+# $NetBSD: Makefile,v 1.207 2020/11/14 21:25:32 he Exp $
 
 DISTNAME=      rustc-1.47.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -18,7 +18,7 @@ GCC_REQD+=    5
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
-USE_TOOLS+=            bash grep gmake perl:build pkg-config
+USE_TOOLS+=            bash ggrep gmake perl:build pkg-config
 
 # The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
 # build on 7).  Mark earlier versions as broken.



Home | Main Index | Thread Index | Old Index