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

Mark Linimon linimon at FreeBSD.org
Sun Jun 17 06:41:35 UTC 2018


Author: linimon
Date: Sun Jun 17 06:41:34 2018
New Revision: 472594
URL: https://svnweb.freebsd.org/changeset/ports/472594

Log:
  Now builds on powerpc64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

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

Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile	Sun Jun 17 06:38:36 2018	(r472593)
+++ head/security/p5-Crypt-Curve25519/Makefile	Sun Jun 17 06:41:34 2018	(r472594)
@@ -17,12 +17,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_aarch64=	fails to install: error adding symbols: File in wrong format
 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
 
+USES=		perl5 ssl
 MAKE_JOBS_UNSAFE=	yes
 USE_PERL5=	configure
-USES=		perl5 ssl
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Curve25519/Curve25519.so


More information about the svn-ports-all mailing list