From owner-svn-ports-all@freebsd.org Fri Sep 14 16:47:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6547108DE71; Fri, 14 Sep 2018 16:47:49 +0000 (UTC) (envelope-from jbeich@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 5BF5A89B55; Fri, 14 Sep 2018 16:47:49 +0000 (UTC) (envelope-from jbeich@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 56E50270AA; Fri, 14 Sep 2018 16:47:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8EGlnrN064762; Fri, 14 Sep 2018 16:47:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8EGlnZN064761; Fri, 14 Sep 2018 16:47:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201809141647.w8EGlnZN064761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Sep 2018 16:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479776 - head/math/libmissing X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/libmissing X-SVN-Commit-Revision: 479776 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.27 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: Fri, 14 Sep 2018 16:47:49 -0000 Author: jbeich Date: Fri Sep 14 16:47:48 2018 New Revision: 479776 URL: https://svnweb.freebsd.org/changeset/ports/479776 Log: math/libmissing: back out r477151 LLD (both 6 and 7) gained -z interpose support in base r338682. Modified: head/math/libmissing/Makefile (contents, props changed) Modified: head/math/libmissing/Makefile ============================================================================== --- head/math/libmissing/Makefile Fri Sep 14 15:44:40 2018 (r479775) +++ head/math/libmissing/Makefile Fri Sep 14 16:47:48 2018 (r479776) @@ -15,7 +15,6 @@ LIB_DEPENDS= libmpc.so:math/mpc USE_LDCONFIG= yes USES= tar:xz uidfix -LLD_UNSAFE= yes # LLD doesn't grok -z interpose MAKE_ENV= LDADD=-lmpc LIB=missing SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF=/dev/null SRCS="${SRCS}" __MAKE_CONF=/dev/null