From owner-svn-ports-head@freebsd.org Sun Jan 7 19:43:15 2018 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 0DB53E7D3BB; Sun, 7 Jan 2018 19:43:15 +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 DC7E8755A9; Sun, 7 Jan 2018 19:43:14 +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 0C54925936; Sun, 7 Jan 2018 19:43:14 +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 w07JhDK0027449; Sun, 7 Jan 2018 19:43:13 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07JhDl2027448; Sun, 7 Jan 2018 19:43:13 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201801071943.w07JhDl2027448@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:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458377 - head/databases/postgres-xl X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/databases/postgres-xl X-SVN-Commit-Revision: 458377 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: Sun, 07 Jan 2018 19:43:15 -0000 Author: krion Date: Sun Jan 7 19:43:13 2018 New Revision: 458377 URL: https://svnweb.freebsd.org/changeset/ports/458377 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/databases/postgres-xl/Makefile Modified: head/databases/postgres-xl/Makefile ============================================================================== --- head/databases/postgres-xl/Makefile Sun Jan 7 19:42:19 2018 (r458376) +++ head/databases/postgres-xl/Makefile Sun Jan 7 19:43:13 2018 (r458377) @@ -20,6 +20,7 @@ CONFLICTS= postgresql[^${PORTVERSION:R:R}]?-client* \ USES= gmake readline USE_LDCONFIG= yes +LLD_UNSAFE= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-world