svn commit: r400156 - head/devel/pysvn

Antoine Brodin antoine at FreeBSD.org
Sun Oct 25 19:01:40 UTC 2015


Author: antoine
Date: Sun Oct 25 19:01:38 2015
New Revision: 400156
URL: https://svnweb.freebsd.org/changeset/ports/400156

Log:
  Mark BROKEN: fails to build
  
  pysvn_client_cmd_info.cpp:1383:39: error: use of undeclared identifier 'svn_sort__hash'
  pysvn_client_cmd_info.cpp:1388:41: error: subscript of pointer to incomplete type 'const svn_sort__item_t'
  pysvn_client_cmd_info.cpp:1389:62: error: member access into incomplete type 'const svn_sort__item_t'
  pysvn_client_cmd_info.cpp:1392:65: error: member access into incomplete type 'const svn_sort__item_t'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/pysvn/Makefile

Modified: head/devel/pysvn/Makefile
==============================================================================
--- head/devel/pysvn/Makefile	Sun Oct 25 17:37:12 2015	(r400155)
+++ head/devel/pysvn/Makefile	Sun Oct 25 19:01:38 2015	(r400156)
@@ -12,6 +12,8 @@ COMMENT=	Python binding for Subversion
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libsvn_client-1.so:${PORTSDIR}/devel/subversion \
 		libneon.so:${PORTSDIR}/www/neon
 


More information about the svn-ports-all mailing list