svn commit: r422440 - head/devel/p5-Data-MessagePack-Stream

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 13:28:33 UTC 2016


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


More information about the svn-ports-head mailing list