summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-02-22 04:05:43 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-02-22 04:05:43 +0000
commit38a6e47643ac8745ed951d28903283b474b25023 (patch)
tree613c3e2e8f743c26e62b4d7ae3ec7e67b049ec09
parentChineselized Tcl ver. 8.3.0. This version is i18n improvement. (diff)
Re-activate TLS support.
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> PR: ports/25270
Notes
Notes: svn path=/head/; revision=38579
-rw-r--r--mail/postfix-current/distinfo2
-rw-r--r--mail/postfix-current/scripts/configure.postfix8
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 21c1761165a7..156470c1ea9c 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
MD5 (snapshot-20010204.tar.gz) = a034b7c13d306bc1ab208996be886e5b
-MD5 (pfixtls-0.6.35-snap20010202-0.9.6.tar.gz) = f465a4d5c87793b5889bea0c1b4833c2
+MD5 (pfixtls-0.6.36-snap20010204-0.9.6.tar.gz) = 96ea68167cc590ff08ad0a5a5972dc98
MD5 (postfix-20010204snap-v6-20010205a.diff.gz) = d944cd3245e3e0abbc339ffbfe56f319
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 2381af2475f3..87e4877fc00f 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -13,15 +13,15 @@ else
/usr/bin/dialog --title "Postfix configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 16 \
-PCRE "Perl Compatible Regular Expressions" ON \
+PCRE "Perl Compatible Regular Expressions" OFF \
SASL "Cyrus SASL (Simple Authentication and Security Layer)" OFF \
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 \
+TLS "Secure Sockets Layer and Transport Layer Security" OFF \
IPv6 "IPv6 support" OFF \
2> $tempfile
-#TLS "Secure Sockets Layer and Transport Layer Security" OFF \
retval=$?
@@ -78,8 +78,8 @@ while [ "$1" ]; do
echo "BIN1+= tlsmgr"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.35-snap20010202-0.9.6.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.35-snap20010202-0.9.6/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.36-snap20010204-0.9.6.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.36-snap20010204-0.9.6/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;