Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 14:26:00 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        Don Bowman <don@sandvine.com>
Cc:        Adam Weinberger <adam@vectors.cx>, Yoshinori KASAZAKI <mia@gold.ocn.ne.jp>, dsyphers@uchicago.edu, freebsd-stable@FreeBSD.ORG
Subject:   Re: New sed breaks ports
Message-ID:  <3DA5C638.10605@potentialtech.com>
References:  <FE045D4D9F7AED4CBFF1B3B813C8533701022C2D@mail.sandvine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Don Bowman wrote:
> try 
> 
> make REINPLACE_CMD="sed -i"
> or
> make REINPLACE_CMD="/usr/local/bin/sed_inplace"
> 
> when you do the make for the port.
> 
> I don't know why this is a problem, I've run into it
> myself (on other ports).

Thanks for the suggestion, but I continue to
get the exact same error.

On a related note, what is the shell magic to redirect
both stdout and stderr to a file, I though it was:

make REINPLACE_CMD="sed -i" 2>&1 > /dir/file.txt

but apparently I've been in mousy/clicky land too
long to remember my shell syntax.  I want to capture
the exact errors and formulate a better post, as I'm
getting a lot of the same suggestions over and over.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA5C638.10605>