svn commit: r305887 - head/math/R

Brendan Fabeny bf at FreeBSD.org
Sun Oct 14 18:04:33 UTC 2012


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


More information about the svn-ports-all mailing list