Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 07:52:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425697 - head/devel/php-uprofiler
Message-ID:  <201611080752.uA87qA57082347@repo.freebsd.org>

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



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