svn commit: r504483 - head/math/R

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 18 13:04:58 UTC 2019


Author: pkubaj
Date: Tue Jun 18 13:04:57 2019
New Revision: 504483
URL: https://svnweb.freebsd.org/changeset/ports/504483

Log:
  math/R: force new compiler on GCC architectures
  
  This is to fix build of textproc/R-cran-stringi.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Tue Jun 18 12:42:05 2019	(r504482)
+++ head/math/R/Makefile	Tue Jun 18 13:04:57 2019	(r504483)
@@ -25,7 +25,8 @@ RUN_DEPENDS=	gmake:devel/gmake # R packages may requir
 # - Create ports for each of the recommended packages
 # - Create a meta-port for the recommended packages
 
-USES=		gmake iconv libtool localbase pathfix perl5 readline:port
+USES=		compiler:c++11-lang gmake iconv libtool localbase pathfix \
+		perl5 readline:port
 USE_LDCONFIG=	${PREFIX}/lib/R/lib
 USE_PERL5=	build
 


More information about the svn-ports-all mailing list