From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 6 14:02:14 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7980B1065683; Wed, 6 Aug 2008 14:02:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B920B8FC15; Wed, 6 Aug 2008 14:02:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m76E2DFp035069; Wed, 6 Aug 2008 14:02:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m76E2DIb035065; Wed, 6 Aug 2008 14:02:13 GMT (envelope-from edwin) Date: Wed, 6 Aug 2008 14:02:13 GMT Message-Id: <200808061402.m76E2DIb035065@freefall.freebsd.org> To: Bram@moolenaar.net, edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: bin/57466: dialog(1) does not read stdin X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 14:02:14 -0000 Old Synopsis: dialog(1) does not read stdin, breaks subversion port New Synopsis: dialog(1) does not read stdin State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Aug 6 13:49:19 UTC 2008 State-Changed-Why: Although this doesn't resolve the issue, the following can be said about it: - It only happens in tcsh with |&, not in tcsh with | and in sh/bash. - Redirecting the output of make in the ports collection can better be done with the script(1) command. http://www.freebsd.org/cgi/query-pr.cgi?pr=57466