From owner-svn-ports-head@freebsd.org Sat Dec 30 22:33:49 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 C8AF6EAFF99; Sat, 30 Dec 2017 22:33:49 +0000 (UTC) (envelope-from krion@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 92F4070F57; Sat, 30 Dec 2017 22:33:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUMXmcQ071763; Sat, 30 Dec 2017 22:33:48 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUMXm7d071762; Sat, 30 Dec 2017 22:33:48 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201712302233.vBUMXm7d071762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 30 Dec 2017 22:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457651 - head/lang/siod X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/lang/siod X-SVN-Commit-Revision: 457651 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: Sat, 30 Dec 2017 22:33:49 -0000 Author: krion Date: Sat Dec 30 22:33:48 2017 New Revision: 457651 URL: https://svnweb.freebsd.org/changeset/ports/457651 Log: Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Modified: head/lang/siod/Makefile Modified: head/lang/siod/Makefile ============================================================================== --- head/lang/siod/Makefile Sat Dec 30 22:31:13 2017 (r457650) +++ head/lang/siod/Makefile Sat Dec 30 22:33:48 2017 (r457651) @@ -16,6 +16,7 @@ BROKEN_armv7= fails to link: ld: siod: hidden symbol BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output USE_LDCONFIG= yes +LLD_UNSAFE= yes NO_WRKSUBDIR= yes MAKEFILE= makefile