From owner-svn-ports-head@freebsd.org Wed Dec 27 15:23:25 2017 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 5F610E94675; Wed, 27 Dec 2017 15:23:25 +0000 (UTC) (envelope-from emaste@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 2AC4D69620; Wed, 27 Dec 2017 15:23:25 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRFNOvN059629; Wed, 27 Dec 2017 15:23:24 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRFNOmh059628; Wed, 27 Dec 2017 15:23:24 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201712271523.vBRFNOmh059628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 27 Dec 2017 15:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457373 - head/math/p5-Math-Pari X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/math/p5-Math-Pari X-SVN-Commit-Revision: 457373 X-SVN-Commit-Repository: ports 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.25 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: Wed, 27 Dec 2017 15:23:25 -0000 Author: emaste (src committer) Date: Wed Dec 27 15:23:24 2017 New Revision: 457373 URL: https://svnweb.freebsd.org/changeset/ports/457373 Log: math/p5-Math-Pari: set LLD_UNSAFE to avoid linking with lld lld defaults to disallowing relocations in readonly segments (e.g., the one containing .text). For now just fall back to linking with ld.bfd if the system ld is lld. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Modified: head/math/p5-Math-Pari/Makefile Modified: head/math/p5-Math-Pari/Makefile ============================================================================== --- head/math/p5-Math-Pari/Makefile Wed Dec 27 15:19:34 2017 (r457372) +++ head/math/p5-Math-Pari/Makefile Wed Dec 27 15:23:24 2017 (r457373) @@ -18,6 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 USE_PERL5= configure +LLD_UNSAFE= yes # lld defaults to -ztext PARI_WRKSRC= ${WRKDIR}/pari-2.3.5