svn commit: r420440 - head/net-p2p/gnunet

John Marino marino at FreeBSD.org
Fri Aug 19 02:29:48 UTC 2016


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 \


More information about the svn-ports-all mailing list