pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix-current Mirror changes to the mail/postfi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9841e3f2bf49
branches: trunk
changeset: 479214:9841e3f2bf49
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 07 17:08:26 2004 +0000
description:
Mirror changes to the mail/postfix package: add (commented out) support for
building STARTTLS support without IPv6.
diffstat:
mail/postfix-current/PLIST.inet6 | 2 ++
mail/postfix-current/PLIST.tls | 3 +--
mail/postfix-current/options.mk | 32 +++++++++++++++++++++++++-------
3 files changed, 28 insertions(+), 9 deletions(-)
diffs (66 lines):
diff -r 8acca89dd07f -r 9841e3f2bf49 mail/postfix-current/PLIST.inet6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/postfix-current/PLIST.inet6 Sat Aug 07 17:08:26 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.inet6,v 1.1 2004/08/07 17:08:26 jlam Exp $
+share/doc/postfix/IPV6_README
diff -r 8acca89dd07f -r 9841e3f2bf49 mail/postfix-current/PLIST.tls
--- a/mail/postfix-current/PLIST.tls Sat Aug 07 17:07:15 2004 +0000
+++ b/mail/postfix-current/PLIST.tls Sat Aug 07 17:08:26 2004 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST.tls,v 1.2 2004/07/02 08:03:04 martti Exp $
+@comment $NetBSD: PLIST.tls,v 1.3 2004/08/07 17:08:26 jlam Exp $
libexec/postfix/tlsmgr
man/man8/tlsmgr.8
-share/doc/postfix/IPV6_README
diff -r 8acca89dd07f -r 9841e3f2bf49 mail/postfix-current/options.mk
--- a/mail/postfix-current/options.mk Sat Aug 07 17:07:15 2004 +0000
+++ b/mail/postfix-current/options.mk Sat Aug 07 17:08:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/08/07 08:11:26 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2004/08/07 17:08:26 jlam Exp $
# Global and legacy options
#
@@ -57,17 +57,35 @@
# ###
# ### IPv6 and STARTTLS support (http://www.ipnet6.org/postfix/)
# ###
-# .if !empty(PKG_OPTIONS:Minet6) || !empty(PKG_OPTIONS:Mtls)
+# .if !empty(PKG_OPTIONS:Minet6)
+# . if empty(PKG_OPTIONS:Mtls)
+# PKG_OPTIONS+= tls
+# . endif
+# IPV6TLS_PATCH= tls+ipv6-1.25-pf-2.2-20040616.patch.gz
+# PATCHFILES+= ${IPV6TLS_PATCH}
+# SITES_${IPV6TLS_PATCH}= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.25/
+# PATCH_DIST_STRIP.${IPV6TLS_PATCH}= -p1
+# PLIST_SRC+= ${PKGDIR}/PLIST.inet6
+# .endif
+#
+# ###
+# ### STARTTLS support (http://mirrors.loonybin.net/postfix_tls/)
+# ###
+# .if !empty(PKG_OPTIONS:Mtls)
# . include "../../security/openssl/buildlink3.mk"
-# PATCHFILES+= tls+ipv6-1.25-pf-2.2-20040616.patch.gz
-# PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.25/
-# PATCH_DIST_STRIP= -p1
-#
+# . if empty(PKG_OPTIONS:Minet6)
+# TLS_PATCH= pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz
+# PATCHFILES+= ${TLS_PATCH}
+# SITES_${TLS_PATCH}= http://mirrors.loonybin.net/postfix_tls/ \
+# ftp://mirrors.loonybin.net/pub/postfix_tls/ \
+# ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/
+# PATCH_DIST_CAT.${TLS_PATCH}= ${TAR} -zxOf ${TLS_PATCH} "*/pfixtls.diff"
+# PATCH_DIST_STRIP.${TLS_PATCH}= -p1
+# . endif
# CCARGS+= -DHAS_SSL
# AUXLIBS+= -L${BUILDLINK_PREFIX.openssl}/lib \
# -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib \
# -lssl -lcrypto
-#
# PLIST_SRC+= ${PKGDIR}/PLIST.tls
# MESSAGE_SRC+= ${PKGDIR}/MESSAGE.tls
# .endif
Home |
Main Index |
Thread Index |
Old Index