Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 17:23:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425572 - head/security/p5-Crypt-Curve25519
Message-ID:  <201611061723.uA6HNDSF073739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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