pkgsrc-WIP-changes archive

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

wip/gnunet: Add miniupnpc dependency, add bluez on Linux.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Tue Oct 29 17:19:42 2019 +0000
Changeset:	7c1c6e041b986e3abde332873257f6210b6444ab

Modified Files:
	gnunet/Makefile
	gnunet/options.mk

Log Message:
wip/gnunet: Add miniupnpc dependency, add bluez on Linux.

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

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

diffstat:
 gnunet/Makefile   | 1 +
 gnunet/options.mk | 7 +++++++
 2 files changed, 8 insertions(+)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 68adf73eb7..e71f420df2 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -97,6 +97,7 @@ SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server ${SETUID_R
 .include "../../devel/libextractor/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../textproc/libunistring/buildlink3.mk"
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 1db8bcb28c..c7f717fc2f 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -11,6 +11,13 @@ PKG_SUPPORTED_OPTIONS+=		gstreamer
 # in 0.11.7 when fixed, add back idn
 PKG_SUGGESTED_OPTIONS+=		doc sqlite3 json opus ogg gstreamer
 
+# bluez is still in pkgsrc-wip, and I should test this
+# before claiming bluez from pkgsrc-wip on Linux works.
+# However, this is a supported option for GNUnet.
+.if ${OPSYS} == "Linux"
+PKG_SUGGESTED_OPTIONS+=		bluez
+.endif
+
 PLIST_VARS+=			doc mdoc conversations
 PLIST_VARS+=			experimental json
 PLIST_VARS+=			pgsql mysql sqlite3


Home | Main Index | Thread Index | Old Index