Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 09:40:13 -0800 (PST)
From:      <Freebsd@simplerezo.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64274: [maintainer-update] mail/qmail-scanner : lot of fixes and update to 1.21
Message-ID:  <200403231740.i2NHeDEe013896@freefall.freebsd.org>

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

From: <Freebsd@simplerezo.com>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc: <Freebsd@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                              
 
 



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