diff options
author | martti <martti@pkgsrc.org> | 2003-01-14 13:05:14 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-01-14 13:05:14 +0000 |
commit | 95a87dffd5cc5fa4b4543a78ac66ea92d1f1f3ce (patch) | |
tree | 2953da0afc794193a48f040cdd40c54ed1020e8d /mail/postfix | |
parent | c51c15d0b7ccba1ccb7341bfcd3de2024592c880 (diff) | |
download | pkgsrc-95a87dffd5cc5fa4b4543a78ac66ea92d1f1f3ce.tar.gz |
Re-organized the IPv6 patch stuff. The IPv6 support is still commented-out
even though it seems to work now.
Why commented-out? This patch also includes a TLS patch and I don't know
if it's better/more stable/whatever compared to the existing TLS patch.
What I'd like to have is a separate patch for IPv6 and TLS. According to
the author this is available in the near future.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c5acdc13876..4c361f4be5f 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2003/01/06 09:15:49 martti Exp $ +# $NetBSD: Makefile,v 1.73 2003/01/14 13:05:14 martti Exp $ DISTNAME= postfix-2.0.0.2 CATEGORIES= mail @@ -16,14 +16,6 @@ USE_BUILDLINK2= yes .include "../../mk/bsd.prefs.mk" -# XXX No IPv6 patch available yet! -# -# .if defined(POSTFIX_USE_INET6) && ${POSTFIX_USE_INET6} == "YES" -# PATCHFILES+= postfix-20010228pl04-v6-20010809a.diff.gz -# PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/ -# BUILD_DEFS+= POSTFIX_USE_INET6 -# .endif - .if defined(POSTFIX_USE_PCRE) && ${POSTFIX_USE_PCRE} == "YES" \ || defined(POSTFIX_USE_LDAP) && ${POSTFIX_USE_LDAP} == "YES" \ || defined(POSTFIX_USE_MYSQL) && ${POSTFIX_USE_MYSQL} == "YES" \ @@ -32,6 +24,22 @@ USE_BUILDLINK2= yes MAKE_ENV+= AUXLIBS="${AUXLIBS}" CCARGS="${CCARGS}" .endif +#.if defined(POSTFIX_USE_INET6) && ${POSTFIX_USE_INET6} == "YES" +#PATCHFILES+= tls+ipv6-1.11-pf-2.0.0.2.patch.gz +#PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.11/ +#PATCH_DIST_STRIP= -p1 +#BUILD_DEFS+= POSTFIX_USE_INET6 +# +#CCARGS+= -DHAS_SSL +#AUXLIBS+= -L${BUILDLINK_PREFIX.openssl}/lib \ +# -Wl,-R${BUILDLINK_PREFIX.openssl}/lib \ +# -lssl -lcrypto +#BUILD_DEFS+= POSTFIX_USE_TLS +# +#PLIST_SRC+= ${PKGDIR}/PLIST.tls +#MESSAGE_SRC+= ${PKGDIR}/MESSAGE.tls +#.endif + .if defined(POSTFIX_USE_PCRE) && ${POSTFIX_USE_PCRE} == "YES" .include "../../devel/pcre/buildlink2.mk" CCARGS+= -DHAS_PCRE |