Date: Tue, 25 Sep 2018 07:43:29 +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: r480643 - head/net/p5-Net-SSH-Perl Message-ID: <201809250743.w8P7hTsi060645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809250743.w8P7hTsi060645>