svn commit: r335769 - head/net-p2p/minder

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 6 15:50:14 UTC 2013


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 at 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


More information about the svn-ports-all mailing list