Date: Sun, 17 Jun 2018 06:41:35 +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: r472594 - head/security/p5-Crypt-Curve25519 Message-ID: <201806170641.w5H6fZ43093411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806170641.w5H6fZ43093411>