summaryrefslogtreecommitdiffstats
path: root/mail/postfix25/scripts
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-22 19:30:26 +0000
committerpav <pav@FreeBSD.org>2004-06-22 19:30:26 +0000
commit840401d0d2f82c8156e029e6ec55aadcd192f32c (patch)
tree53e0ad4d8007e5745b2da4e08c4c9c697d5f03e6 /mail/postfix25/scripts
parente2dbb8c23fa831d7d250729d7b6ac905955fadf5 (diff)
downloadFreeBSD-ports-840401d0d2f82c8156e029e6ec55aadcd192f32c.zip
FreeBSD-ports-840401d0d2f82c8156e029e6ec55aadcd192f32c.tar.gz
- Update to 2.1.3
Note for users of IPv6 patches: don't upgrade, patches were not updated for 2.1.3 yet and don't work at the moment. PR: ports/68171 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix25/scripts')
-rw-r--r--mail/postfix25/scripts/configure.postfix10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix
index 1beedfb..9ea66ee 100644
--- a/mail/postfix25/scripts/configure.postfix
+++ b/mail/postfix25/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.48 2004-05-22 15:09:10 pav Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.49 2004-06-22 19:30:26 pav Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -24,8 +24,8 @@ SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \
TLS "SSL and TLS" "$status_TLS" \
-IPv6 "IPv6 support" "$status_IPv6" \
-IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \
+IPv6 "IPv6 support (broken)" "$status_IPv6" \
+IPv6TLS "IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
@@ -108,8 +108,8 @@ while [ "$1" ]; do
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}"
echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.18-2.1.0-0.9.7d/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.18-2.1.3-0.9.7d/pfixtls.diff"
echo "PATCH_STRIP= -p1"
echo "TLS_SUFFIX= +tls"
SUB_TLS=""
OpenPOWER on IntegriCloud