From owner-svn-ports-head@freebsd.org Fri Oct 28 13:09:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1E00C22D57; Fri, 28 Oct 2016 13:09:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1157F1E; Fri, 28 Oct 2016 13:09:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SD9KZ0040123; Fri, 28 Oct 2016 13:09:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SD9K63040122; Fri, 28 Oct 2016 13:09:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610281309.u9SD9K63040122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 28 Oct 2016 13:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424835 - head/security/p5-Crypt-Curve25519 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 13:09:21 -0000 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