pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Radicale2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 12 07:30:46 UTC 2017

Modified Files:
        pkgsrc/net/Radicale2: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/Radicale2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Radicale2/options.mk
diff -u pkgsrc/net/Radicale2/options.mk:1.1 pkgsrc/net/Radicale2/options.mk:1.2
--- pkgsrc/net/Radicale2/options.mk:1.1 Sat Jul  1 05:57:07 2017
+++ pkgsrc/net/Radicale2/options.mk     Wed Jul 12 07:30:46 2017
@@ -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