pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust Put back ggrep instead of grep; my pkglint e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb262d2c44bc
branches:  trunk
changeset: 441941:cb262d2c44bc
user:      he <he%pkgsrc.org@localhost>
date:      Sat Nov 14 21:25:32 2020 +0000

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

diffstat:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 48ecc7b4e62b -r cb262d2c44bc lang/rust/Makefile
--- a/lang/rust/Makefile        Sat Nov 14 18:16:16 2020 +0000
+++ b/lang/rust/Makefile        Sat Nov 14 21:25:32 2020 +0000
@@ -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 @@
 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