pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Use the fgrep binary explicitly on OSF1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a560b975ef13
branches: trunk
changeset: 363942:a560b975ef13
user: maya <maya%pkgsrc.org@localhost>
date: Mon Jun 19 06:25:45 2017 +0000
description:
Use the fgrep binary explicitly on OSF1
Fixes PR pkg/52312: "Checking for fgrep" causes Fork bomb
>From Naruaki Etomi
diffstat:
mk/tools/tools.OSF1.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c493ef23b78d -r a560b975ef13 mk/tools/tools.OSF1.mk
--- a/mk/tools/tools.OSF1.mk Mon Jun 19 00:39:53 2017 +0000
+++ b/mk/tools/tools.OSF1.mk Mon Jun 19 06:25:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.OSF1.mk,v 1.18 2015/02/01 08:48:56 obache Exp $
+# $NetBSD: tools.OSF1.mk,v 1.19 2017/06/19 06:25:45 maya Exp $
#
# System-supplied tools for the OSF/1 operating system.
#
@@ -24,7 +24,7 @@
TOOLS_PLATFORM.expr?= /bin/expr
TOOLS_PLATFORM.false?= false # shell builtin
TOOLS_PLATFORM.file?= /usr/bin/file
-TOOLS_PLATFORM.fgrep?= /usr/bin/grep -F
+TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.find?= /usr/bin/find
TOOLS_PLATFORM.grep?= /usr/bin/grep
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
Home |
Main Index |
Thread Index |
Old Index