svn commit: r425697 - head/devel/php-uprofiler

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 07:52:11 UTC 2016


Author: linimon
Date: Tue Nov  8 07:52:10 2016
New Revision: 425697
URL: https://svnweb.freebsd.org/changeset/ports/425697

Log:
  Mark as broken on various tier-2 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/php-uprofiler/Makefile

Modified: head/devel/php-uprofiler/Makefile
==============================================================================
--- head/devel/php-uprofiler/Makefile	Tue Nov  8 07:49:01 2016	(r425696)
+++ head/devel/php-uprofiler/Makefile	Tue Nov  8 07:52:10 2016	(r425697)
@@ -12,7 +12,10 @@ COMMENT=	Lightweight profiler for PHP
 
 LICENSE=	APACHE20
 
+BROKEN_arm64=		Does not build: invokes x86 asm
+BROKEN_mips64=		Does not build: invokes x86 asm
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: invokes x86 asm
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	FriendsOfPHP


More information about the svn-ports-all mailing list