From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 30 14:30:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6E916A4CE for ; Fri, 30 Jan 2004 14:30:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C097C43D48 for ; Fri, 30 Jan 2004 14:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0UMUPFR043716 for ; Fri, 30 Jan 2004 14:30:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0UMUPbO043714; Fri, 30 Jan 2004 14:30:25 -0800 (PST) (envelope-from gnats) Date: Fri, 30 Jan 2004 14:30:25 -0800 (PST) Message-Id: <200401302230.i0UMUPbO043714@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Ranner Subject: Re: ports/62045: [NEW PORT] www/formication: Formular processing tool written in perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Ranner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 22:30:27 -0000 The following reply was made to PR ports/62045; it has been noted by GNATS. From: Michael Ranner To: freebsd-gnats-submit@FreeBSD.org, mranner@inode.at Cc: Subject: Re: ports/62045: [NEW PORT] www/formication: Formular processing tool written in perl Date: Fri, 30 Jan 2004 23:27:50 +0100 Please add this patch to this ports "files" directory --- patch begins here --- *** formication.pl.orig Fri Jan 30 23:24:27 2004 --- formication.pl Fri Jan 30 23:24:45 2004 *************** *** 234,240 **** # thereby saving us from having to parse the headers ourselves. if($child_id == 0) { # without the if, perl warns that the exit is unlikely to be reached. ! if(1) { exec("/usr/lib/sendmail -t"); } exit(1); } --- 234,240 ---- # thereby saving us from having to parse the headers ourselves. if($child_id == 0) { # without the if, perl warns that the exit is unlikely to be reached. ! if(1) { exec("/usr/sbin/sendmail -t"); } exit(1); } --- patch ends here ---