From owner-cvs-all@FreeBSD.ORG Sun Jul 4 11:11:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BFD16A4CE; Sun, 4 Jul 2004 11:11:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D6343D31; Sun, 4 Jul 2004 11:11:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i64BBr4i040510; Sun, 4 Jul 2004 11:11:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i64BBr2c040509; Sun, 4 Jul 2004 11:11:53 GMT (envelope-from krion) Message-Id: <200407041111.i64BBr2c040509@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 4 Jul 2004 11:11:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mutt-devel Makefileports/mail/mutt-devel/files patch-init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 11:11:53 -0000 krion 2004-07-04 11:11:53 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile mail/mutt-devel/files patch-init.c Log: Fix "source" command when reading in from a program's stdout (i.e. the source command's filename ends with a pipe-symbol "|") PR: ports/68650 Submitted by: maintainer Obtained from: mutt's CVS Revision Changes Path 1.226 +1 -1 ports/mail/mutt-devel/Makefile 1.3 +21 -0 ports/mail/mutt-devel/files/patch-init.c