Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 19:45:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525601 - head/net-p2p/eiskaltdcpp-daemon
Message-ID:  <202002081945.018JjiEl098450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002081945.018JjiEl098450>