From owner-freebsd-stable Thu Oct 10 11:18:36 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB8037B401 for ; Thu, 10 Oct 2002 11:18:35 -0700 (PDT) Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7C243EAC for ; Thu, 10 Oct 2002 11:18:34 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g9AII1W18892; Thu, 10 Oct 2002 14:18:03 -0400 Message-ID: <3DA5C638.10605@potentialtech.com> Date: Thu, 10 Oct 2002 14:26:00 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Bowman Cc: Adam Weinberger , Yoshinori KASAZAKI , dsyphers@uchicago.edu, freebsd-stable@FreeBSD.ORG Subject: Re: New sed breaks ports References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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