Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 11:48:51 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        gabor@FreeBSD.org
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   bsd-grep-20080725_1 -v flag busted...
Message-ID:  <56E45E0F-29D4-4CA8-9936-384405AB874A@mac.com>

next in thread | raw e-mail | index | archive | help
Hi--

I'd just updated the BSD grep port to bsd-grep-20080725_1, but  
regrettably have noticed that many things using grep stopped working.   
For example, running GNU-style ./configure hangs here:

   configure: creating ./config.status
   load: 1.15  cmd: sh 72964 [runnable] 7.60u 95.78s 14% 2260k

A trivial test case:

% echo 'fee\nfi\nfoe\nfum' | ./grep -v fi
% echo 'fee\nfi\nfoe\nfum' | /usr/bin/grep -v fi
fee
foe
fum
% ./grep --version
grep (BSD grep) 2.5.1-FreeBSD

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56E45E0F-29D4-4CA8-9936-384405AB874A>