svn commit: r400157 - head/devel/rapidsvn

Antoine Brodin antoine at FreeBSD.org
Sun Oct 25 19:05:31 UTC 2015


Author: antoine
Date: Sun Oct 25 19:05:30 2015
New Revision: 400157
URL: https://svnweb.freebsd.org/changeset/ports/400157

Log:
  Mark BROKEN: fails to build
  
  client_ls.cpp:43:48: error: member access into incomplete type 'const svn_sort__item_t'
  client_ls.cpp:68:13: error: use of undeclared identifier 'svn_sort__hash'
  client_ls.cpp:79:15: error: subscript of pointer to incomplete type 'svn_sort__item_t'
  client_ls.cpp:81:49: error: member access into incomplete type 'svn_sort__item_t'
  client_ls.cpp:81:51: error: expected ')'
  client_ls.cpp:84:51: error: member access into incomplete type 'svn_sort__item_t'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/rapidsvn/Makefile

Modified: head/devel/rapidsvn/Makefile
==============================================================================
--- head/devel/rapidsvn/Makefile	Sun Oct 25 19:01:38 2015	(r400156)
+++ head/devel/rapidsvn/Makefile	Sun Oct 25 19:05:30 2015	(r400157)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.rapidsvn.org/do
 MAINTAINER=	robert.ayrapetyan at gmail.com
 COMMENT=	Cross-platform GUI front-end for the Subversion revision system
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
 		xsltproc:${PORTSDIR}/textproc/libxslt \
 		${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl


More information about the svn-ports-all mailing list