Date: Wed, 23 Aug 2017 13:03:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448609 - head/math/R Message-ID: <201708231303.v7ND320p095084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Aug 23 13:03:01 2017 New Revision: 448609 URL: https://svnweb.freebsd.org/changeset/ports/448609 Log: Remove USES=objc:compiler, R doesn't use any objective c code and this breaks R-Cran-* on FreeBSD 10 Reported by: pkg-fallout With hat: portmgr Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Wed Aug 23 12:54:48 2017 (r448608) +++ head/math/R/Makefile Wed Aug 23 13:03:01 2017 (r448609) @@ -3,7 +3,7 @@ PORTNAME= R PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-java \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip ONLY_FOR_ARCHS= aarch64 amd64 i386 -USES= gmake iconv libtool localbase objc:compiler \ +USES= gmake iconv libtool localbase \ pathfix perl5 readline:port USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708231303.v7ND320p095084>