svn commit: r448609 - head/math/R
Antoine Brodin
antoine at FreeBSD.org
Wed Aug 23 13:03:03 UTC 2017
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
More information about the svn-ports-head
mailing list