svn commit: r425722 - head/security/p5-Crypt-RHash

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 09:15:05 UTC 2016


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
 


More information about the svn-ports-head mailing list