diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-16 07:31:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-16 07:31:55 +0000 |
commit | 5949b97641899888c43a396d5dbc8eefd6856795 (patch) | |
tree | 8b79be81a2c9c878da311fc37fb13e164d28b7a3 /mail | |
parent | 5c037916db68f0d7f3f4f975ce598954cb628034 (diff) | |
download | ports-5949b97641899888c43a396d5dbc8eefd6856795.tar.gz ports-5949b97641899888c43a396d5dbc8eefd6856795.zip |
Add knob into configure.postfix for IPv6 patch.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=38399
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/distinfo | 1 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 9 |
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 |