From owner-svn-ports-head@FreeBSD.ORG Sun Oct 14 18:04:51 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4853B1E; Sun, 14 Oct 2012 18:04:51 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BD9178FC0A; Sun, 14 Oct 2012 18:04:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9EI4pc3014381; Sun, 14 Oct 2012 18:04:51 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9EI4pxk014379; Sun, 14 Oct 2012 18:04:51 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201210141804.q9EI4pxk014379@svn.freebsd.org> From: Brendan Fabeny Date: Sun, 14 Oct 2012 18:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305888 - head/math/atlas 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.14 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, 14 Oct 2012 18:04:51 -0000 Author: bf Date: Sun Oct 14 18:04:51 2012 New Revision: 305888 URL: http://svn.freebsd.org/changeset/ports/305888 Log: fix compiler runtime library path after recent changes to bsd.gcc.mk Prodded by: gerald Feature safe: yes Modified: head/math/atlas/Makefile (contents, props changed) Modified: head/math/atlas/Makefile ============================================================================== --- head/math/atlas/Makefile Sun Oct 14 18:04:32 2012 (r305887) +++ head/math/atlas/Makefile Sun Oct 14 18:04:51 2012 (r305888) @@ -7,7 +7,7 @@ PORTNAME= atlas PORTVERSION= 3.8.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} @@ -54,7 +54,7 @@ POINTER?= 32 .endif .if defined(MAINTAINER_MODE) -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas:${PORTSDIR}/math/blas .endif .for i in DATA DOCS @@ -87,7 +87,7 @@ PLIST_SUB+= ${opt}="@comment " . endif .endfor -EXTRA_FLAGS?= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS} +EXTRA_FLAGS?= -Wl,-rpath=${_GCC_RUNTIME} SHARED_FLAGS= ${PTHREAD_CFLAGS} ${PICFLAG} -DPIC SHARED_LAPACK_WRKSRC= WRKSRC_SHARED STATIC_FLAGS= ${PTHREAD_CFLAGS}