Date: Tue, 18 Jun 2019 13:04:58 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504483 - head/math/R Message-ID: <201906181304.x5ID4wFi038826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906181304.x5ID4wFi038826>