Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 09:15:04 +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: r425722 - head/security/p5-Crypt-RHash
Message-ID:  <201611080915.uA89F41L018380@repo.freebsd.org>

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



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