aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current/scripts/configure.postfix
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r--mail/postfix-current/scripts/configure.postfix9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 856287c71428..72205925d43d 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -19,6 +19,7 @@ DB3 "Berkeley DB3 (required if SASL also built with DB3)" OFF \
MySQL "MySQL map lookups" OFF \
OpenLDAP "OpenLDAP map lookups" OFF \
Test "SMTP/LMTP test server and generator" OFF \
+IPv6 "IPv6 support" OFF \
2> $tempfile
#TLS "Secure Sockets Layer and Transport Layer Security" OFF \
@@ -103,6 +104,14 @@ while [ "$1" ]; do
echo "BIN3= smtp-sink smtp-source"
SUB_TEST=""
;;
+ \"IPv6\")
+ echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}"
+ echo "PATCHFILES+= postfix-20010202snap-v6-20010204a.diff.gz"
+ echo ""
+ echo "pre-patch:"
+ echo " cd \${WRKSRC} && ln -s . postfix"
+ echo ""
+ ;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc