From owner-freebsd-perl@freebsd.org Tue Nov 8 09:32:17 2016 Return-Path: Delivered-To: freebsd-perl@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 2D8F9C35AB2 for ; Tue, 8 Nov 2016 09:32:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1D430F9F for ; Tue, 8 Nov 2016 09:32:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1C786C35AB1; Tue, 8 Nov 2016 09:32:17 +0000 (UTC) Delivered-To: perl@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 1C0D2C35AB0 for ; Tue, 8 Nov 2016 09:32:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06CA4F9E; Tue, 8 Nov 2016 09:32:16 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 764FC15B1; Tue, 8 Nov 2016 03:32:14 -0600 (CST) Date: Tue, 8 Nov 2016 03:32:13 -0600 From: Mark Linimon To: perl@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r425722 - head/security/p5-Crypt-RHash] Message-ID: <20161108093213.GF16474@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 09:32:17 -0000 FYI mcl ----- Forwarded message from Mark Linimon ----- Date: Tue, 8 Nov 2016 09:15:04 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425722 - head/security/p5-Crypt-RHash Author: linimon Date: Tue Nov 8 09:15:04 2016 New Revision: 425722 URL: https://svnweb.freebsd.org/changeset/ports/425722 Log: Mark as broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/security/p5-Crypt-RHash/Makefile Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Tue Nov 8 09:13:38 2016 (r425721) +++ head/security/p5-Crypt-RHash/Makefile Tue Nov 8 09:15:04 2016 (r425722) @@ -13,6 +13,9 @@ COMMENT= Compute hash sums and magnet li LICENSE= MIT +BROKEN_arm64= Fails to build: error Cannot detect CPU architechture +BROKEN_mips64= Fails to build: error Cannot detect CPU architechture + USES= perl5 USE_PERL5= configure ----- End forwarded message -----