svn commit: r525601 - head/net-p2p/eiskaltdcpp-daemon

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 19:45:44 UTC 2020


Author: antoine
Date: Sat Feb  8 19:45:44 2020
New Revision: 525601
URL: https://svnweb.freebsd.org/changeset/ports/525601

Log:
  Mark BROKEN: fails to link
  
  jsonrpcmethods.cpp:(.text+0x61): undefined reference to `_ZN4Json5ValueaSEOS0_'
  
  Reported by:	pkg-fallout

Modified:
  head/net-p2p/eiskaltdcpp-daemon/Makefile

Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-daemon/Makefile	Sat Feb  8 19:41:59 2020	(r525600)
+++ head/net-p2p/eiskaltdcpp-daemon/Makefile	Sat Feb  8 19:45:44 2020	(r525601)
@@ -11,6 +11,8 @@ COMMENT=	EiskaltDC++ Direct Connect client daemon
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to link
+
 LIB_DEPENDS=	libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib
 
 MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib


More information about the svn-ports-all mailing list