Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2009 16:20:04 GMT
From:      Kazuo Dohzono <dohzono@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/136285: qmail-scanner can't install with maildrop-2.1.0
Message-ID:  <200907031620.n63GK4dE076694@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136285; it has been noted by GNATS.

From: Kazuo Dohzono <dohzono@gmail.com>
To: bug-followup@FreeBSD.org, dohzono@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907031620.n63GK4dE076694>