svn commit: r480643 - head/net/p5-Net-SSH-Perl

Mark Linimon linimon at FreeBSD.org
Tue Sep 25 07:43:30 UTC 2018


Author: linimon
Date: Tue Sep 25 07:43:29 2018
New Revision: 480643
URL: https://svnweb.freebsd.org/changeset/ports/480643

Log:
  Fix build on powerpc64.
  
  Tested for no regression on amd64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/p5-Net-SSH-Perl/Makefile

Modified: head/net/p5-Net-SSH-Perl/Makefile
==============================================================================
--- head/net/p5-Net-SSH-Perl/Makefile	Tue Sep 25 07:29:25 2018	(r480642)
+++ head/net/p5-Net-SSH-Perl/Makefile	Tue Sep 25 07:43:29 2018	(r480643)
@@ -14,8 +14,6 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to compile: src/chacha/poly1305.c: subscripted value is neither array nor pointer
-
 BUILD_DEPENDS=	p5-Crypt-Curve25519>=0.05:security/p5-Crypt-Curve25519 \
 		p5-Crypt-DES>0:security/p5-Crypt-DES \
 		p5-Crypt-DSA>=0.11:security/p5-Crypt-DSA \
@@ -29,7 +27,7 @@ BUILD_DEPENDS=	p5-Crypt-Curve25519>=0.05:security/p5-C
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="1"
-USES=		perl5
+USES=		compiler:c11 perl5
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	GMP


More information about the svn-ports-all mailing list