aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-02-16 15:31:55 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-02-16 15:31:55 +0800
commitaad2c8fd62dfd11a55b1ce109a963ec97a108508 (patch)
treef2fce16166f2fdb34e87ae6b6121df8709a2dfe6 /mail
parent320e5aac311d740f07fdd439de26dc46ea70c183 (diff)
downloadfreebsd-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')
-rw-r--r--mail/postfix-current/distinfo1
-rw-r--r--mail/postfix-current/scripts/configure.postfix9
2 files changed, 10 insertions, 0 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 2885191c046f..9020f213d4e8 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,2 +1,3 @@
MD5 (snapshot-20010204.tar.gz) = a034b7c13d306bc1ab208996be886e5b
MD5 (pfixtls-0.6.35-snap20010202-0.9.6.tar.gz) = f465a4d5c87793b5889bea0c1b4833c2
+MD5 (postfix-20010202snap-v6-20010204a.diff.gz) = 58c1544386724bbdc79e2ab0b1febbcd
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