Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 15:50:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335769 - head/net-p2p/minder
Message-ID:  <201312061550.rB6FoDJu019503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec  6 15:50:13 2013
New Revision: 335769
URL: http://svnweb.freebsd.org/changeset/ports/335769

Log:
  Mark as broken: fails to link
  
  /usr/local/lib/libSockets.so: undefined reference to `xmlFree'
  /usr/local/lib/libSockets.so: undefined reference to `xmlIsBlankNode'
  /usr/local/lib/libSockets.so: undefined reference to `xmlGetNsList'
  /usr/local/lib/libSockets.so: undefined reference to `xmlFreeDoc'
  /usr/local/lib/libSockets.so: undefined reference to `xmlStrcmp'
  /usr/local/lib/libSockets.so: undefined reference to `xmlParseFile'
  /usr/local/lib/libSockets.so: undefined reference to `xmlDocGetRootElement'
  /usr/local/lib/libSockets.so: undefined reference to `xmlSearchNsByHref'
  /usr/local/lib/libSockets.so: undefined reference to `xmlGetProp'

Modified:
  head/net-p2p/minder/Makefile

Modified: head/net-p2p/minder/Makefile
==============================================================================
--- head/net-p2p/minder/Makefile	Fri Dec  6 15:48:40 2013	(r335768)
+++ head/net-p2p/minder/Makefile	Fri Dec  6 15:50:13 2013	(r335769)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.alhem.net/proje
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A small network application for automatic maintenance of peer lists
 
+BROKEN=		Fails to link
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libSockets.a:${PORTSDIR}/net/Sockets
 
 USE_GMAKE=	yes



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