Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 19:01:38 +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: r400156 - head/devel/pysvn
Message-ID:  <201510251901.t9PJ1d67051338@repo.freebsd.org>

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



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