From owner-svn-ports-all@freebsd.org Sun Jan 7 19:19:01 2018 Return-Path: Delivered-To: svn-ports-all@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 83310E7C06E; Sun, 7 Jan 2018 19:19:01 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D4DD74608; Sun, 7 Jan 2018 19:19:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9065A25472; Sun, 7 Jan 2018 19:19:00 +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 w07JJ0MW014901; Sun, 7 Jan 2018 19:19:00 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07JJ0Up014900; Sun, 7 Jan 2018 19:19:00 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201801071919.w07JJ0Up014900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 7 Jan 2018 19:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458374 - head/graphics/inventor X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/graphics/inventor X-SVN-Commit-Revision: 458374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2018 19:19:01 -0000 Author: krion Date: Sun Jan 7 19:19:00 2018 New Revision: 458374 URL: https://svnweb.freebsd.org/changeset/ports/458374 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/graphics/inventor/Makefile Modified: head/graphics/inventor/Makefile ============================================================================== --- head/graphics/inventor/Makefile Sun Jan 7 19:17:25 2018 (r458373) +++ head/graphics/inventor/Makefile Sun Jan 7 19:19:00 2018 (r458374) @@ -43,6 +43,7 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug LDFLAGS+= -Wl,--add-needed +LLD_UNSAFE= yes post-patch: # Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported