pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Document each of the options.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c22286997daf
branches: trunk
changeset: 479100:c22286997daf
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Aug 05 02:22:19 2004 +0000
description:
Document each of the options.
diffstat:
mail/dovecot/options.mk | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r 40b35be61c6d -r c22286997daf mail/dovecot/options.mk
--- a/mail/dovecot/options.mk Thu Aug 05 02:10:20 2004 +0000
+++ b/mail/dovecot/options.mk Thu Aug 05 02:22:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/08/04 17:12:46 salo Exp $
+# $NetBSD: options.mk,v 1.3 2004/08/05 02:22:19 jlam Exp $
# Global and legacy options
.if defined(DOVECOT_USE_GNUTLS) || defined(DOVECOT_USE_MYSQL) || \
@@ -30,6 +30,9 @@
PKG_SUPPORTED_OPTIONS= gnutls inet6 ldap mysql pgsql sasl
.include "../../mk/bsd.options.mk"
+###
+### Build with GNU TLS or OpenSSL as the underlying crypto library.
+###
.if !empty(PKG_OPTIONS:Mgnutls)
CONFIGURE_ARGS+= --enable-ssl=gnutls
. include "../../security/gnutls/buildlink3.mk"
@@ -38,26 +41,41 @@
. include "../../security/openssl/buildlink3.mk"
.endif
+###
+### MySQL support.
+###
.if !empty(PKG_OPTIONS:Mmysql)
CONFIGURE_ARGS+= --with-mysql
. include "../../databases/mysql4-client/buildlink3.mk"
.endif
+###
+### PostgreSQL support.
+###
.if !empty(PKG_OPTIONS:Mpgsql)
CONFIGURE_ARGS+= --with-pgsql
CPPFLAGS+= -I${BUILDLINK_DIR}/include/pgsql
. include "../../mk/pgsql.buildlink3.mk"
.endif
+###
+### IPv6 support.
+###
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
+###
+### LDAP directory support.
+###
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --with-ldap
. include "../../databases/openldap/buildlink3.mk"
.endif
+###
+### IMAP-AUTH via SASL.
+###
.if !empty(PKG_OPTIONS:Msasl)
CONFIGURE_ARGS+= --with-cyrus-sasl2
. include "../../security/cyrus-sasl2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index