svn commit: r500607 - in head: Mk/Uses math/R
Joseph Mingrone
jrm at FreeBSD.org
Wed May 1 19:43:19 UTC 2019
Author: jrm
Date: Wed May 1 19:43:18 2019
New Revision: 500607
URL: https://svnweb.freebsd.org/changeset/ports/500607
Log:
cran.mk: Don't include math/R/compiler.mk; it was removed in r500605
Pointy-hat: jrm
Modified:
head/Mk/Uses/cran.mk
head/math/R/Makefile (contents, props changed)
Modified: head/Mk/Uses/cran.mk
==============================================================================
--- head/Mk/Uses/cran.mk Wed May 1 19:35:14 2019 (r500606)
+++ head/Mk/Uses/cran.mk Wed May 1 19:43:18 2019 (r500607)
@@ -69,7 +69,6 @@ cran-auto-plist:
_USES_install+= 755:cran-strip
cran-strip:
${FIND} ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -name '*.so' -exec ${STRIP_CMD} {} +
-.include "${PORTSDIR}/math/R/compiler.mk"
.include "${USESDIR}/fortran.mk"
.else
NO_ARCH= yes
Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile Wed May 1 19:35:14 2019 (r500606)
+++ head/math/R/Makefile Wed May 1 19:43:18 2019 (r500607)
@@ -124,7 +124,6 @@ X11_USE= xorg=ice,sm,x11,xext,xmu,xscrnsaver,xt
LIBVER= ${PORTVERSION:R}
.include <bsd.port.options.mk>
-.include "compiler.mk"
# LLVM, which gets pulled in with FLANG, provides libomp. So, only depend on
# devel/openmp when GFORTRAN and OPENMP are on.
More information about the svn-ports-all
mailing list