pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2 dovecot2: remove gnutls option that is c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1eb5ac805627
branches: trunk
changeset: 397761:1eb5ac805627
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Wed Jul 03 05:51:54 2019 +0000
description:
dovecot2: remove gnutls option that is currently broken
Fix PR pkg/54337
diffstat:
mail/dovecot2/options.mk | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diffs (36 lines):
diff -r 7abf36913ea9 -r 1eb5ac805627 mail/dovecot2/options.mk
--- a/mail/dovecot2/options.mk Tue Jul 02 22:25:10 2019 +0000
+++ b/mail/dovecot2/options.mk Wed Jul 03 05:51:54 2019 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2018/11/30 18:43:09 adam Exp $
+# $NetBSD: options.mk,v 1.12 2019/07/03 05:51:54 triaxx Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
-PKG_SUPPORTED_OPTIONS= kqueue pam tcpwrappers
-PKG_OPTIONS_OPTIONAL_GROUPS=ssl
-PKG_OPTIONS_GROUP.ssl= gnutls ssl
+PKG_SUPPORTED_OPTIONS= kqueue pam ssl tcpwrappers
PKG_SUGGESTED_OPTIONS= pam ssl tcpwrappers
.if defined(PKG_HAVE_KQUEUE)
@@ -14,7 +12,7 @@
.include "../../mk/bsd.options.mk"
###
-### Build with OpenSSL or GNU TLS as the underlying crypto library
+### Build with OpenSSL as the underlying crypto library
###
.if !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+= --with-ssl=openssl
@@ -23,11 +21,6 @@
BUILDLINK_API_DEPENDS.openssl+=openssl>=0.9.8a
. include "../../security/openssl/buildlink3.mk"
PLIST.ssl= yes
-.elif !empty(PKG_OPTIONS:Mgnutls)
-CONFIGURE_ARGS+= --with-ssl=gnutls
-. include "../../security/gnutls/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-ssl
.endif
###
Home |
Main Index |
Thread Index |
Old Index