pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/Radicale2 Remove ldap as a supported option, no ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/414fff76c5d5
branches:  trunk
changeset: 365248:414fff76c5d5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 12 07:30:46 2017 +0000

description:
Remove ldap as a supported option, no version of python can satisfy
its requirements.

diffstat:

 net/Radicale2/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 6572fff83a10 -r 414fff76c5d5 net/Radicale2/options.mk
--- a/net/Radicale2/options.mk  Wed Jul 12 07:02:27 2017 +0000
+++ b/net/Radicale2/options.mk  Wed Jul 12 07:30:46 2017 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2017/07/01 05:57:07 darcy Exp $
+# $NetBSD: options.mk,v 1.2 2017/07/12 07:30:46 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.Radicale
-PKG_SUPPORTED_OPTIONS= ldap
+
+# Cannot be supported while it results in no valid python versions.
+#PKG_SUPPORTED_OPTIONS=        ldap
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index