From owner-svn-ports-head@freebsd.org Mon Sep 19 13:28:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A14FFBE0533; Mon, 19 Sep 2016 13:28:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DED0902; Mon, 19 Sep 2016 13:28:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8JDSWG0072433; Mon, 19 Sep 2016 13:28:32 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8JDSWas072432; Mon, 19 Sep 2016 13:28:32 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201609191328.u8JDSWas072432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 19 Sep 2016 13:28:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 13:28:33 -0000 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