ports/64274: [maintainer-update] mail/qmail-scanner : lot of fixes and update to 1.21

Freebsd at simplerezo.com Freebsd at simplerezo.com
Tue Mar 23 17:40:14 UTC 2004


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

From: <Freebsd at simplerezo.com>
To: <freebsd-gnats-submit at FreeBSD.org>
Cc: <Freebsd at simplerezo.com>
Subject: Re: ports/64274: [maintainer-update] mail/qmail-scanner : lot of fixes and update to 1.21
Date: Tue, 23 Mar 2004 18:36:40 +0100

 Trying to respond to all users requests/problems with this small patch ;-)
 
 
 diff -ruN qmail-scanner.updated/Makefile qmail-scanner.updated2/Makefile
 --- qmail-scanner.updated/Makefile      Mon Mar 22 18:17:47 2004
 +++ qmail-scanner.updated2/Makefile     Tue Mar 23 18:25:50 2004
 @@ -18,7 +18,8 @@
 
  BUILD_DEPENDS= ${QMAIL_QUEUE}:${PORTSDIR}/mail/qmail \
  
 ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
 -               reformime:${PORTSDIR}/mail/maildrop
 +               reformime:${PORTSDIR}/mail/maildrop \
 +               suidperl
 
  # A normal qmail installation puts everything into /var/qmail/.
  # Must match your qmail installation
 @@ -38,6 +39,9 @@
  .if defined(QMAILSCAN_ADMINREALNAME)
  CONFIGURE_ARGS+=       --admin-realname "${QMAILSCAN_ADMINREALNAME}"
  .endif
 +.if defined(QMAILSCAN_ARCHIVE)
 +CONFIGURE_ARGS+=       --archive yes
 +.endif
  QMAILSCAN_NOTIFY?=     psender,recips
  .if defined(QMAILSCAN_LOCALDOMAINS)
  CONFIGURE_ARGS+=       --local-domains "${QMAILSCAN_LOCALDOMAINS}"
 @@ -107,6 +111,9 @@
                 @${ECHO_MSG} "Please set QMAIL_DIR to your qmail
 installation directory !"; \
                 exit 1; \
         fi
 +
 +post-configure:
 +       ${TEST} -f ${WRKSRC}/bin/qmail-scanner-queue.pl
 
  do-install:
         -${TEST} -f ${PREFIX}/bin/qmail-scanner-queue.pl && \
 
 
 
 --
 Clement Moulin
 SimpleRezo - www.simplerezo.com                              
 
 



More information about the freebsd-ports-bugs mailing list