ports/136285: qmail-scanner can't install with maildrop-2.1.0

Kazuo Dohzono dohzono at gmail.com
Fri Jul 3 16:20:04 UTC 2009


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

From: Kazuo Dohzono <dohzono at gmail.com>
To: bug-followup at FreeBSD.org, dohzono at gmail.com
Cc:  
Subject: Re: ports/136285: qmail-scanner can't install with maildrop-2.1.0
Date: Sat, 4 Jul 2009 01:17:49 +0900

 This will fix the problem.
 
 *** patch-configure~        Tue Sep  4 22:18:38 2007
 --- patch-configure        Sat Jul  4 00:10:59 2009
 ***************
 *** 23,25 ****
 --- 23,33 ----
    QMAILDIR="/var/qmail"
 
    BINDIR="$QMAILDIR/bin"
 + @@ -1276,7 +1269,7 @@
 +  if [ "$MIME_UNPACKER" = "reformime" ]; then
 +  #Check version of maildrop to ensure it's not the buggy version
 +
 + -DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep '1\.0'`"
 + +DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep '[^.]1\.0'`"
 +  if [ "$DD" != "" ]; then
 +      cat<<EOF



More information about the freebsd-ports-bugs mailing list