Date: Fri, 19 Aug 2016 02:29:47 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420440 - head/net-p2p/gnunet Message-ID: <201608190229.u7J2Tlke080806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Aug 19 02:29:47 2016 New Revision: 420440 URL: https://svnweb.freebsd.org/changeset/ports/420440 Log: 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 Modified: head/net-p2p/gnunet/Makefile Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Fri Aug 19 02:12:41 2016 (r420439) +++ head/net-p2p/gnunet/Makefile Fri Aug 19 02:29:47 2016 (r420440) @@ -12,6 +12,8 @@ COMMENT= Anonymous, distributed, reputat 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608190229.u7J2Tlke080806>