From 9920d3ae657e820bce42911009136fc059210d0d Mon Sep 17 00:00:00 2001 From: David Naylor Date: Sun, 18 Jun 2017 18:09:16 +0000 Subject: qa: add check for NO_ARCH If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr --- finance/R-cran-fBasics/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'finance/R-cran-fBasics/Makefile') diff --git a/finance/R-cran-fBasics/Makefile b/finance/R-cran-fBasics/Makefile index 091dbf549996..ad12e2e9a5fd 100644 --- a/finance/R-cran-fBasics/Makefile +++ b/finance/R-cran-fBasics/Makefile @@ -3,6 +3,7 @@ PORTNAME= fBasics PORTVERSION= 3011.87 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,6 +18,6 @@ RUN_DEPENDS= R-cran-timeDate>0:finance/R-cran-timeDate \ R-cran-stabledist>0:math/R-cran-stabledist \ R-cran-gss>0:math/R-cran-gss -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include -- cgit v1.2.3