svn commit: r434889 - head/net/xorp

Mark Linimon linimon at FreeBSD.org
Sun Feb 26 15:31:22 UTC 2017


Author: linimon
Date: Sun Feb 26 15:31:21 2017
New Revision: 434889
URL: https://svnweb.freebsd.org/changeset/ports/434889

Log:
  Mark as broken on armv6.  I don't have the skill to fix this problem.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/xorp/Makefile

Modified: head/net/xorp/Makefile
==============================================================================
--- head/net/xorp/Makefile	Sun Feb 26 15:17:58 2017	(r434888)
+++ head/net/xorp/Makefile	Sun Feb 26 15:31:21 2017	(r434889)
@@ -26,7 +26,9 @@ WRKSRC_SUBDIR=	${PORTNAME}
 MAKE_ARGS=	prefix=${PREFIX} enable_boost=1
 SUB_FILES=	pkg-message
 GROUPS=		xorp
-BROKEN_sparc64=		Does not compile on sparc64
+
+BROKEN_armv6=		does not compile: recursive template instantiation exceeded maximum depth of 25
+BROKEN_sparc64=		does not compile on sparc64
 
 OPTIONS_DEFINE=	OPTIMIZE ORIGIN SHARED STRIP TCP_RPC
 OPTIONS_DEFAULT=	OPTIMIZE ORIGIN SHARED STRIP


More information about the svn-ports-all mailing list