diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-02-16 15:31:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-02-16 15:31:55 +0800 |
commit | aad2c8fd62dfd11a55b1ce109a963ec97a108508 (patch) | |
tree | f2fce16166f2fdb34e87ae6b6121df8709a2dfe6 /mail/postfix-current/scripts/configure.postfix | |
parent | 320e5aac311d740f07fdd439de26dc46ea70c183 (diff) | |
download | freebsd-ports-gnome-aad2c8fd62dfd11a55b1ce109a963ec97a108508.tar.gz freebsd-ports-gnome-aad2c8fd62dfd11a55b1ce109a963ec97a108508.tar.zst freebsd-ports-gnome-aad2c8fd62dfd11a55b1ce109a963ec97a108508.zip |
Add knob into configure.postfix for IPv6 patch.
Approved by: maintainer
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 9 |
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 |