pkgsrc-WIP-changes archive

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

gnunet: Comment out gnutls option.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sun Mar 10 21:47:58 2019 +0000
Changeset:	35aa7feed88255364ffb9817f3de325fe43b620d

Modified Files:
	gnunet/options.mk

Log Message:
gnunet: Comment out gnutls option.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35aa7feed88255364ffb9817f3de325fe43b620d

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

diffstat:
 gnunet/options.mk | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index f582c1cf7d..9e67e77390 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.gnunet
-PKG_SUPPORTED_OPTIONS=		doc mdoc idn mysql pgsql tests experimental unbound
+PKG_SUPPORTED_OPTIONS=		doc mdoc idn mysql pgsql tests experimental
 PKG_SUGGESTED_OPTIONS=		doc
 PLIST_VARS+=			doc
 PLIST_VARS+=			experimental
@@ -68,6 +68,12 @@ CONFIGURE_ARGS+=	--enable-experimental
 PLIST.experimental=	yes
 .endif
 
-.if !empty(PKG_OPTIONS:Munbound) && empty(PKG_BUILD_OPTIONS.gnutls:Munbound)
-PKG_FAIL_REASON+=	"Requires the unbound option enabled in gnutls"
-.endif
+# FIXME: It would be good to provide a build of gnunet against
+# 'gnutls build against libdane/unbound' iff unbound is selected,
+# causing consequentially a build of gnutls with this setting.
+# Since gnunet does build against either of these and gnutls
+# without libdane is more common in pkgsrc, this should be
+# an option. The conditional below doesn't work.
+# .if !empty(PKG_OPTIONS:Munbound) && empty(PKG_BUILD_OPTIONS.gnutls:Munbound)
+# PKG_FAIL_REASON+=	"Requires the unbound option enabled in gnutls"
+# .endif


Home | Main Index | Thread Index | Old Index