Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 13:09:20 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424835 - head/security/p5-Crypt-Curve25519
Message-ID:  <201610281309.u9SD9K63040122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Oct 28 13:09:20 2016
New Revision: 424835
URL: https://svnweb.freebsd.org/changeset/ports/424835

Log:
  Mark JOBS_UNSAFE, it tries to use .a files before creating them.
  
  cc  -shared  -L/usr/local/lib/perl5/5.20/mach/CORE -lperl -L/usr/local/lib -fstack-protector Curve25519.o  -o blib/arch/auto/Crypt/Curve25519/Curve25519.so curve25519-donna-master/curve25519-donna-c64.a
  curve25519-donna-master/curve25519-donna-c64.a: could not read symbols: Archive has no index; run ranlib to add one
  *** [blib/arch/auto/Crypt/Curve25519/Curve25519.so] Error code 1
  ar cr curve25519-donna-c64.a curve25519-donna-c64.o
  : curve25519-donna-c64.a
  
  Sponsored by:	Absolight

Modified:
  head/security/p5-Crypt-Curve25519/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile	Fri Oct 28 13:08:58 2016	(r424834)
+++ head/security/p5-Crypt-Curve25519/Makefile	Fri Oct 28 13:09:20 2016	(r424835)
@@ -18,6 +18,8 @@ USES=		perl5
 USE_OPENSSL=	yes
 USE_PERL5=	configure
 
+MAKE_JOBS_UNSAFE=	yes
+
 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?201610281309.u9SD9K63040122>