pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix VERP support is a standard feature in Pos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8729a109065c
branches:  trunk
changeset: 478826:8729a109065c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 30 21:38:07 2004 +0000

description:
VERP support is a standard feature in Postfix.

diffstat:

 mail/postfix/Makefile.options |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r e0b19b7ff6ad -r 8729a109065c mail/postfix/Makefile.options
--- a/mail/postfix/Makefile.options     Fri Jul 30 21:05:41 2004 +0000
+++ b/mail/postfix/Makefile.options     Fri Jul 30 21:38:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile.options,v 1.6 2004/07/30 21:38:07 jlam Exp $
 
 # Global and legacy options
 #
@@ -7,14 +7,14 @@
 # XXX
 # XXX  POSTFIX_USE_INET6       POSTFIX_USE_TLS
 # XXX  POSTFIX_USE_PCRE        POSTFIX_USE_MYSQL
-# XXX  POSTFIX_USE_PGSQL       POSTFIX_USE_VERP
-# XXX  POSTFIX_USE_SASL_AUTH   POSTFIX_OPTIONS
+# XXX  POSTFIX_USE_PGSQL       POSTFIX_OPTIONS
+# XXX  POSTFIX_USE_SASL_AUTH
 #
 .if defined(USE_SASL) || defined(USE_SASL2) || defined(USE_OPENLDAP) || \
     defined(POSTFIX_USE_INET6) || defined(POSTFIX_USE_TLS) || \
     defined(POSTFIX_USE_PCRE) || defined(POSTFIX_USE_MYSQL) || \
-    defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_VERP) || \
-    defined(POSTFIX_USE_SASL_AUTH)
+    defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_SASL_AUTH) || \
+    defined(POSTFIX_OPTIONS)
 .  if !defined(PKG_OPTIONS.postfix)
 .    if defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
 PKG_OPTIONS.postfix+=  sasl
@@ -40,9 +40,6 @@
 .    if defined(POSTFIX_USE_PGSQL) && !empty(POSTFIX_USE_PGSQL:M[yY][eE][sS])
 PKG_OPTIONS.postfix+=  pgsql
 .    endif
-.    if defined(POSTFIX_USE_VERP) && !empty(POSTFIX_USE_VERP:M[yY][eE][sS])
-PKG_OPTIONS.postfix+=  verp
-.    endif
 .    if defined(POSTFIX_USE_SASL_AUTH) && defined(POSTFIX_USE_SASL_AUTH)
 PKG_OPTIONS.postfix+=  sasl
 .    endif



Home | Main Index | Thread Index | Old Index