ports/62045: [NEW PORT] www/formication: Formular processing tool written in perl

Michael Ranner mranner at inode.at
Fri Jan 30 22:30:27 UTC 2004


The following reply was made to PR ports/62045; it has been noted by GNATS.

From: Michael Ranner <mranner at inode.at>
To: freebsd-gnats-submit at FreeBSD.org, mranner at 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 ---
 



More information about the freebsd-ports-bugs mailing list