From owner-svn-ports-all@FreeBSD.ORG Sun Oct 14 18:04:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04BA2A64; Sun, 14 Oct 2012 18:04:33 +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 E1A3C8FC0A; Sun, 14 Oct 2012 18:04:32 +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 q9EI4W4j014284; Sun, 14 Oct 2012 18:04:32 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9EI4W94014282; Sun, 14 Oct 2012 18:04:32 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201210141804.q9EI4W94014282@svn.freebsd.org> From: Brendan Fabeny Date: Sun, 14 Oct 2012 18:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305887 - head/math/R X-SVN-Group: ports-head 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.14 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, 14 Oct 2012 18:04:33 -0000 Author: bf Date: Sun Oct 14 18:04:32 2012 New Revision: 305887 URL: http://svn.freebsd.org/changeset/ports/305887 Log: fix compiler runtime library path after recent changes to bsd.gcc.mk Prodded by: gerald Feature safe: yes Modified: head/math/R/Makefile (contents, props changed) Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Sun Oct 14 17:31:43 2012 (r305886) +++ head/math/R/Makefile Sun Oct 14 18:04:32 2012 (r305887) @@ -8,6 +8,7 @@ PORTNAME?= R PORTVERSION= 2.15.1 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -79,7 +80,7 @@ OPTIONS_DEFAULT+= GHOSTSCRIPT INFO_MANUA PLIST_SUB= R_SOVERSION="${R_SOVERSION}" \ RBLAS_SOVERSION="${RBLAS_SOVERSION}" \ RLAPACK_SOVERSION="${RLAPACK_SOVERSION}" -R_LD_LIBRARY_PATH= ${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}:${LOCALBASE}/lib +R_LD_LIBRARY_PATH= ${_GCC_RUNTIME}:${LOCALBASE}/lib USE_ICONV= yes .if !defined(LIBR_SLAVEPORT) MAN1= R.1 Rscript.1