Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 13:28:32 +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: r422440 - head/devel/p5-Data-MessagePack-Stream
Message-ID:  <201609191328.u8JDSWas072432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep 19 13:28:32 2016
New Revision: 422440
URL: https://svnweb.freebsd.org/changeset/ports/422440

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

Modified:
  head/devel/p5-Data-MessagePack-Stream/Makefile

Modified: head/devel/p5-Data-MessagePack-Stream/Makefile
==============================================================================
--- head/devel/p5-Data-MessagePack-Stream/Makefile	Mon Sep 19 13:25:08 2016	(r422439)
+++ head/devel/p5-Data-MessagePack-Stream/Makefile	Mon Sep 19 13:28:32 2016	(r422440)
@@ -12,6 +12,10 @@ COMMENT=	Perl extension for yet another 
 
 BUILD_DEPENDS=	p5-Data-MessagePack>0:devel/p5-Data-MessagePack
 
+BROKEN_mips=		Fails to build: atomic operations are not found
+BROKEN_mips64=		Fails to build: atomic operations are not found
+BROKEN_sparc64=		Fails to build: atomic operations are not found
+
 USES=		perl5
 USE_PERL5=	configure
 MAKE_JOBS_UNSAFE=	yes



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