svn commit: r425671 - head/security/p5-Digest-GOST

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:28:18 UTC 2016


Author: linimon
Date: Tue Nov  8 03:28:16 2016
New Revision: 425671
URL: https://svnweb.freebsd.org/changeset/ports/425671

Log:
  Mark as broken on arm64 and mips64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/p5-Digest-GOST/Makefile

Modified: head/security/p5-Digest-GOST/Makefile
==============================================================================
--- head/security/p5-Digest-GOST/Makefile	Tue Nov  8 03:23:44 2016	(r425670)
+++ head/security/p5-Digest-GOST/Makefile	Tue Nov  8 03:28:16 2016	(r425671)
@@ -12,6 +12,9 @@ COMMENT=	Perl interface to the GOST R 34
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BROKEN_arm64=	fails to build: Cannot detect CPU architechture
+BROKEN_mips64=	fails to build: Cannot detect CPU architechture
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list