Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 03:32:13 -0600
From:      Mark Linimon <linimon@lonesome.com>
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>

next in thread | raw e-mail | index | archive | help
FYI

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

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

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 -----



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