Date: Wed, 1 May 2019 19:43:18 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500607 - in head: Mk/Uses math/R Message-ID: <201905011943.x41JhIkd010809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905011943.x41JhIkd010809>