svn commit: r464862 - head/devel/performance

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 03:18:20 UTC 2018


Author: linimon
Date: Sun Mar 18 03:18:19 2018
New Revision: 464862
URL: https://svnweb.freebsd.org/changeset/ports/464862

Log:
  Mark as broken on armv7.  This looks like some kind of configuration error.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/performance/Makefile

Modified: head/devel/performance/Makefile
==============================================================================
--- head/devel/performance/Makefile	Sun Mar 18 03:13:14 2018	(r464861)
+++ head/devel/performance/Makefile	Sun Mar 18 03:18:19 2018	(r464862)
@@ -12,6 +12,8 @@ COMMENT=	Help improve the performance of GNUstep appli
 
 LICENSE=	LGPL3
 
+BROKEN_armv7=		fails to build: gmake[2]: *** No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'.  Stop.
+
 USES=		gnustep
 USE_GNUSTEP=	base build
 USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}


More information about the svn-ports-head mailing list