summaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-21 14:12:19 +0000
committerjlam <jlam@pkgsrc.org>2007-09-21 14:12:19 +0000
commit5950600b9cc8d7ad82b13d64d2ba851b236e7f59 (patch)
treef5c141baf5f3958e675aa4f102a93c9786a182f9 /mail/courier-imap
parente791a44cd3313c2c8aacfd2484a8f4c8598fb7a0 (diff)
downloadpkgsrc-5950600b9cc8d7ad82b13d64d2ba851b236e7f59.tar.gz
Allow "inet6" as a package option for net/couriertcpd and
mail/courier-mta. Modify mail/courier-imap to build regardless of the platforms IPv6 support and update meta-pkg/courier to the latest versions of the Courier mail server suite. Bump the PKGREVISIONs of the following packages: mail/courier-mta --> 7 meta-pkgs/courier --> 3 net/couriertcpd --> 2 This fixes PR pkg/37013 by Aleksej Saushev.
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index acfd965dce7..54547ed8958 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2007/09/17 15:28:04 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2007/09/21 14:12:19 jlam Exp $
DISTNAME= courier-imap-4.1.3
PKGREVISION= 1
@@ -36,6 +36,15 @@ CONFIGURE_ARGS+= --with-piddir=${VARBASE:Q}/run
CONFIGURE_ARGS+= --program-transform-name='s/\.rc$$//'
CONFIGURE_ENV+= OPENSSL=${TOOLS_OPENSSL:Q}
+# The rfc1035 and tcpd bits are built and installed by net/couriertcpd.
+# However, we still need to build in these directories because there
+# are some convenience libraries built and used by other parts of the
+# imap code. We configure without IPv6 support because those necessary
+# convenience libraries don't have any IPv6 code, and we want to avoid
+# breakage due to IPv6 mis-detection.
+#
+CONFIGURE_ARGS+= --without-ipv6
+
INSTALL_AM_MAKEFLAGS= sysconfdir=${EGDIR:Q}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q}