From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 01:38:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93D93EF8; Wed, 13 Nov 2013 01:38:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83782285C; Wed, 13 Nov 2013 01:38:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAD1clkL096877; Wed, 13 Nov 2013 01:38:47 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAD1cloI096876; Wed, 13 Nov 2013 01:38:47 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201311130138.rAD1cloI096876@svn.freebsd.org> From: Brendan Fabeny Date: Wed, 13 Nov 2013 01:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333636 - head/math/libmissing X-SVN-Group: ports-head 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.16 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: Wed, 13 Nov 2013 01:38:47 -0000 Author: bf Date: Wed Nov 13 01:38:47 2013 New Revision: 333636 URL: http://svnweb.freebsd.org/changeset/ports/333636 Log: Ensure that libmissing functions can replace imprecise base system variants -- thanks to kib for implementing the necessary rtld support Modified: head/math/libmissing/Makefile Modified: head/math/libmissing/Makefile ============================================================================== --- head/math/libmissing/Makefile Wed Nov 13 01:30:11 2013 (r333635) +++ head/math/libmissing/Makefile Wed Nov 13 01:38:47 2013 (r333636) @@ -2,7 +2,7 @@ PORTNAME= libmissing DISTVERSION= 20130815 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= LOCAL/bf @@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib NO_STAGE= yes .include +.if ${OSVERSION} > 1000054 +LDFLAGS+= -Wl,-z,interpose +.endif + .if ${PORT_OPTIONS:MPROFILE} || defined(WITH_PROFILE) .if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE) IGNORE = you have defined WITH_PROFILE, but have also defined\