pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/mk Pull up an IRIX portability fix (by hand) t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/091e17fa5165
branches:  pkgsrc-2004Q1
changeset: 471394:091e17fa5165
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 27 07:48:43 2004 +0000

description:
Pull up an IRIX portability fix (by hand) to the pkgsrc-2004Q1 branch.

Requested by jschauma in ticket pkgsrc-13.

"Set EGREP to an actual egrep, not plain old grep.
This fixed my own PR pkg/25109, as using a proper egrep will allow
buildlink to work."

diffstat:

 mk/defs.IRIX.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 921fa987edce -r 091e17fa5165 mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk   Tue Apr 27 07:42:29 2004 +0000
+++ b/mk/defs.IRIX.mk   Tue Apr 27 07:48:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.41 2004/03/11 22:57:22 agc Exp $
+# $NetBSD: defs.IRIX.mk,v 1.41.2.1 2004/04/27 07:48:43 agc Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -15,7 +15,7 @@
 DC?=           /usr/bin/dc
 DIRNAME?=      /usr/bin/dirname
 ECHO?=         /sbin/echo
-EGREP?=                /bin/grep
+EGREP?=                /usr/bin/egrep
 EXPR?=         /bin/expr
 FALSE?=                /usr/bin/false
 FGREP?=                /usr/bin/fgrep



Home | Main Index | Thread Index | Old Index