pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gsed add grep to GNU_TOOLS. Needed on solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/558e48944581
branches:  trunk
changeset: 489996:558e48944581
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Mar 01 23:10:47 2005 +0000

description:
add grep to GNU_TOOLS.  Needed on solaris.

diffstat:

 textproc/gsed/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 43a72db437c4 -r 558e48944581 textproc/gsed/Makefile
--- a/textproc/gsed/Makefile    Tue Mar 01 23:06:55 2005 +0000
+++ b/textproc/gsed/Makefile    Tue Mar 01 23:10:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:19 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/01 23:10:47 dmcmahill Exp $
 #
 
 DISTNAME=      sed-4.1.1
@@ -18,6 +18,9 @@
 GNU_CONFIGURE=         YES
 CONFIG_STATUS_OVERRIDE=        # empty
 
+# at least Solaris-2.9 has issues with grep/egrep
+USE_GNU_TOOLS+=                grep
+
 INFO_FILES=            sed.info
 
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index