diff options
author | marino <marino@FreeBSD.org> | 2016-08-19 10:29:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-19 10:29:47 +0800 |
commit | 0aea78abb0f4727e711be691e7e92a450df9f7bc (patch) | |
tree | fd36ab4f18d7a809482e84644e9de596809523a6 /net-p2p | |
parent | f38ecdb45e1330f72f0b3466ad0322fb7cbe3c99 (diff) | |
download | freebsd-ports-gnome-0aea78abb0f4727e711be691e7e92a450df9f7bc.tar.gz freebsd-ports-gnome-0aea78abb0f4727e711be691e7e92a450df9f7bc.tar.zst freebsd-ports-gnome-0aea78abb0f4727e711be691e7e92a450df9f7bc.zip |
net-p2p/gnunet: Mark broken due to runtime malfunction
gnunet needs gnunet-daemon-hostlist to allow the connection to other
nodes on the network, but it's not built because it apparently requires
libgnurl for that.
PR: 205042
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index c5a71a2ad617..4042bebb179b 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -12,6 +12,8 @@ COMMENT= Anonymous, distributed, reputation-based network LICENSE= GPLv3 +BROKEN= runtime malfunction caused by missing gnunet-daemon-hostlist (bugs no. 205042) + LIB_DEPENDS= libogg.so:audio/libogg \ libopus.so:audio/opus \ libpulse.so:audio/pulseaudio \ |