svn commit: r425572 - head/security/p5-Crypt-Curve25519

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 17:23:14 UTC 2016


Author: sunpoet
Date: Sun Nov  6 17:23:12 2016
New Revision: 425572
URL: https://svnweb.freebsd.org/changeset/ports/425572

Log:
  - Mark BROKEN on tier-2 archs
  
  PR:		212769
  Submitted by:	linimon

Modified:
  head/security/p5-Crypt-Curve25519/Makefile

Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile	Sun Nov  6 17:18:04 2016	(r425571)
+++ head/security/p5-Crypt-Curve25519/Makefile	Sun Nov  6 17:23:12 2016	(r425572)
@@ -14,6 +14,11 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips=	Fails to build: -m32 flag is not supported by this configuration
+BROKEN_mips64=	Fails to build: -m32 flag is not supported by this configuration
+BROKEN_powerpc64=	Fails to build: architecture of input file is incompatible with powerpc:common64 output
+BROKEN_sparc64=	Fails to build: -m32 flag is not supported by this configuration
+
 USE_PERL5=	configure
 USES=		perl5 ssl
 


More information about the svn-ports-head mailing list