diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-05 11:34:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-05 11:34:35 +0800 |
commit | 05f642eae07df133cda0c03a2b512782c8cd524f (patch) | |
tree | 8ee76664adf73edc465dc40fa41ef3307c3bd2b9 /mail | |
parent | e2a075eda8ed553131cdfc1914d925b9f53984f3 (diff) | |
download | freebsd-ports-gnome-05f642eae07df133cda0c03a2b512782c8cd524f.tar.gz freebsd-ports-gnome-05f642eae07df133cda0c03a2b512782c8cd524f.tar.zst freebsd-ports-gnome-05f642eae07df133cda0c03a2b512782c8cd524f.zip |
Prepare for upcoming WITH_OUTGOINGIP_PATCH option in master port.
Do not allow this option in these ports since it conflicts with
both -ldap and -tls patches
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-ldap/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-smtp_auth+tls/Makefile | 3 | ||||
-rw-r--r-- | mail/qmail-smtp_auth/Makefile | 3 | ||||
-rw-r--r-- | mail/qmail-tls/Makefile | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 7db0508bafbf..90ce24eb221a 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -37,6 +37,7 @@ USE_OPENSSL= yes # Patches from the main qmail port are not wanted MAIN_QMAIL_PORT_DNS_PATCH_BARRIER= yes MAIN_QMAIL_PORT_WITH_BIG_CONCURRENCY_PATCH_BARRIER= yes +MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes LDAP_PATCH_DATE= 20020901 diff --git a/mail/qmail-smtp_auth+tls/Makefile b/mail/qmail-smtp_auth+tls/Makefile index 94d23ebd11ec..d295799e61f1 100644 --- a/mail/qmail-smtp_auth+tls/Makefile +++ b/mail/qmail-smtp_auth+tls/Makefile @@ -19,6 +19,9 @@ COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES +# Patches from the main qmail port are not wanted +MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes + TLS_PATCH_DATE= 20020825 # Using default from master port, i.e., /var/qmail diff --git a/mail/qmail-smtp_auth/Makefile b/mail/qmail-smtp_auth/Makefile index 94d23ebd11ec..d295799e61f1 100644 --- a/mail/qmail-smtp_auth/Makefile +++ b/mail/qmail-smtp_auth/Makefile @@ -19,6 +19,9 @@ COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES +# Patches from the main qmail port are not wanted +MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes + TLS_PATCH_DATE= 20020825 # Using default from master port, i.e., /var/qmail diff --git a/mail/qmail-tls/Makefile b/mail/qmail-tls/Makefile index 94d23ebd11ec..d295799e61f1 100644 --- a/mail/qmail-tls/Makefile +++ b/mail/qmail-tls/Makefile @@ -19,6 +19,9 @@ COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support USE_OPENSSL= YES +# Patches from the main qmail port are not wanted +MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes + TLS_PATCH_DATE= 20020825 # Using default from master port, i.e., /var/qmail |