Date: Tue, 8 Nov 2016 03:28:16 +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: r425671 - head/security/p5-Digest-GOST Message-ID: <201611080328.uA83SGXs077180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080328.uA83SGXs077180>