bsd-grep-20080725_1 -v flag busted...

Chuck Swiger cswiger at mac.com
Mon Aug 4 19:06:40 UTC 2008


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



More information about the freebsd-ports mailing list