From owner-svn-ports-head@freebsd.org Tue Dec 26 20:09:11 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 29BC0EAC591; Tue, 26 Dec 2017 20:09:11 +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 E7C8D651BC; Tue, 26 Dec 2017 20:09:10 +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 vBQK9A8j068314; Tue, 26 Dec 2017 20:09:10 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBQK9A1p068313; Tue, 26 Dec 2017 20:09:10 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201712262009.vBQK9A1p068313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 26 Dec 2017 20:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457313 - head/lang/mono X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/lang/mono X-SVN-Commit-Revision: 457313 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: Tue, 26 Dec 2017 20:09:11 -0000 Author: emaste (src committer) Date: Tue Dec 26 20:09:09 2017 New Revision: 457313 URL: https://svnweb.freebsd.org/changeset/ports/457313 Log: lang/mono: set LLD_UNSAFE to avoid linking with lld mono fails to link with lld because lld defaults to -ztext and does not allow relocations in readonly segments (such as 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/lang/mono/Makefile Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Tue Dec 26 19:30:17 2017 (r457312) +++ head/lang/mono/Makefile Tue Dec 26 20:09:09 2017 (r457313) @@ -57,6 +57,7 @@ USE_GNOME= glib20 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +LLD_UNSAFE= yes SHEBANG_FILES= scripts/mono-heapviz CONFIGURE_ARGS= --disable-dtrace