diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 024fce7e8fa7..6464e083059b 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -797,9 +797,23 @@ perlcore() { fi } +no_arch() { + [ -z "$NO_ARCH" ] && return + while read f; do + [ -z "$f" ] && continue + err "'${f#${STAGEDIR}${PREFIX}/}' is a architecture specific binary file and you have NO_ARCH=$NO_ARCH set" + done <<-EOF + $(find ${STAGEDIR} -type f \ + | xargs file -N \ + | grep -E ': ELF .* [LM]SB .*, .*, version [0-9]+ \(FreeBSD\)' \ + | cut -f 1 -d :) + EOF +} + + checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo" checks="$checks suidfiles libtool libperl prefixvar baselibs terminfo" -checks="$checks proxydeps sonames perlcore" +checks="$checks proxydeps sonames perlcore no_arch" ret=0 cd ${STAGEDIR} diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk index b23d91989654..28c08f717e0c 100644 --- a/Mk/Uses/cran.mk +++ b/Mk/Uses/cran.mk @@ -71,6 +71,8 @@ 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 .endif .endif #_INCLUDE_USES_CRAN_MK diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 52bbdf1c1387..05c4326e5d71 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1527,7 +1527,8 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \ PKGORIGIN=${PKGORIGIN} \ LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \ UNIFIED_DEPENDS=${_UNIFIED_DEPENDS:C,([^:]*:[^:]*):?.*,\1,:O:u:Q} \ - PKGBASE=${PKGBASE} + PKGBASE=${PKGBASE} \ + NO_ARCH=${NO_ARCH} .if !empty(USES:Mssl) QA_ENV+= USESSSL=yes .endif diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile index 0416fcc548b9..d735550ea96c 100644 --- a/converters/R-cran-RJSONIO/Makefile +++ b/converters/R-cran-RJSONIO/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= RJSONIO +PORTREVISION= 1 DISTVERSION= 1.3-0 CATEGORIES= converters DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Serialize R objects to JSON, JavaScript Object Notation LICENSE= BSD3CLAUSE -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index eca59eda045b..06dd1bd861eb 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -3,6 +3,7 @@ PORTNAME= rjson PORTVERSION= 0.2.15 +PORTREVISION= 1 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +12,6 @@ COMMENT= JSON for R LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile index 1c9b747ddf22..c09062946699 100644 --- a/databases/R-cran-RSQLite.extfuns/Makefile +++ b/databases/R-cran-RSQLite.extfuns/Makefile @@ -3,7 +3,7 @@ PORTNAME= RSQLite.extfuns PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,6 @@ LICENSE= APACHE20 BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile index 162619bcf68d..3735d221e2c1 100644 --- a/databases/R-cran-RSQLite/Makefile +++ b/databases/R-cran-RSQLite/Makefile @@ -3,6 +3,7 @@ PORTNAME= RSQLite PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,6 +15,6 @@ LICENSE= LGPL20 BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-Hmisc/Makefile b/devel/R-cran-Hmisc/Makefile index e1182db26778..b9b45bb45175 100644 --- a/devel/R-cran-Hmisc/Makefile +++ b/devel/R-cran-Hmisc/Makefile @@ -2,7 +2,7 @@ PORTNAME= Hmisc DISTVERSION= 3.10-1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Harrell Miscellaneous functions useful for data analysis LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-bit/Makefile b/devel/R-cran-bit/Makefile index 9a89ac32cb7e..d73719b7403a 100644 --- a/devel/R-cran-bit/Makefile +++ b/devel/R-cran-bit/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= bit +PORTREVISION= 1 DISTVERSION= 1.1-12 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Class for vectors of 1-bit booleans LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile index 79bb55f9ae46..7a62f751ccac 100644 --- a/devel/R-cran-bitops/Makefile +++ b/devel/R-cran-bitops/Makefile @@ -3,7 +3,7 @@ PORTNAME= bitops DISTVERSION= 1.0-6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ COMMENT= Functions for Bitwise operations LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-caTools/Makefile b/devel/R-cran-caTools/Makefile index efa4016855e3..1d40efcc09dc 100644 --- a/devel/R-cran-caTools/Makefile +++ b/devel/R-cran-caTools/Makefile @@ -3,6 +3,7 @@ PORTNAME= caTools PORTVERSION= 1.17.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +14,6 @@ LICENSE= GPLv3 RUN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-chron/Makefile b/devel/R-cran-chron/Makefile index 572917939175..e1e60ffbf623 100644 --- a/devel/R-cran-chron/Makefile +++ b/devel/R-cran-chron/Makefile @@ -3,7 +3,7 @@ PORTNAME= chron DISTVERSION= 2.3-43 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +12,6 @@ COMMENT= R package for creating objects which can handle dates and times LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-gbm/Makefile b/devel/R-cran-gbm/Makefile index 8244aab54db6..1c8593def84d 100644 --- a/devel/R-cran-gbm/Makefile +++ b/devel/R-cran-gbm/Makefile @@ -2,7 +2,7 @@ PORTNAME= gbm DISTVERSION= 2.0-8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Extensions to AdaBoost algorithm LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-glmnet/Makefile b/devel/R-cran-glmnet/Makefile index d6748ebc4939..9b82d1b61315 100644 --- a/devel/R-cran-glmnet/Makefile +++ b/devel/R-cran-glmnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= glmnet DISTVERSION= 1.8-5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Lasso and elastic-net regularized generalized linear models LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-gtools/Makefile b/devel/R-cran-gtools/Makefile index a74092ccce00..cc9ff70102c0 100644 --- a/devel/R-cran-gtools/Makefile +++ b/devel/R-cran-gtools/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtools PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +12,6 @@ COMMENT= Various R programming tools LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-microbenchmark/Makefile b/devel/R-cran-microbenchmark/Makefile index 3ea01703fafd..010a6982b58e 100644 --- a/devel/R-cran-microbenchmark/Makefile +++ b/devel/R-cran-microbenchmark/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= microbenchmark +PORTREVISION= 1 DISTVERSION= 1.4-2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +14,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile index 392f0948a517..3ebc08766965 100644 --- a/devel/R-cran-plyr/Makefile +++ b/devel/R-cran-plyr/Makefile @@ -3,6 +3,7 @@ PORTNAME= plyr PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,7 +18,7 @@ LICENSE_PERMS_HW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp -USES= cran:auto-plist +USES= cran:auto-plist,compiles post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/plyr/libs/plyr.so diff --git a/finance/R-cran-PerformanceAnalytics/Makefile b/finance/R-cran-PerformanceAnalytics/Makefile index 7ed19e92f2fe..21770c332236 100644 --- a/finance/R-cran-PerformanceAnalytics/Makefile +++ b/finance/R-cran-PerformanceAnalytics/Makefile @@ -3,6 +3,7 @@ PORTNAME= PerformanceAnalytics PORTVERSION= 1.4.3541 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +16,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ R-cran-xts>=0.9:math/R-cran-xts -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/finance/R-cran-TTR/Makefile b/finance/R-cran-TTR/Makefile index 7bc8b976ea23..b0641a2763af 100644 --- a/finance/R-cran-TTR/Makefile +++ b/finance/R-cran-TTR/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= TTR +PORTREVISION= 1 DISTVERSION= 0.23-1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +14,6 @@ LICENSE= GPLv2 RUN_DEPENDS= R-cran-xts>=0.9.3:math/R-cran-xts -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile index 9f84bb12e6b2..fec5e97c5577 100644 --- a/finance/R-cran-ccgarch/Makefile +++ b/finance/R-cran-ccgarch/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccgarch DISTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ COMMENT= Conditional Correlation GARCH models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include 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 diff --git a/finance/R-cran-lmtest/Makefile b/finance/R-cran-lmtest/Makefile index 9494276b35c4..4a352bdd6cfc 100644 --- a/finance/R-cran-lmtest/Makefile +++ b/finance/R-cran-lmtest/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= lmtest +PORTREVISION= 1 DISTVERSION= 0.9-35 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +16,6 @@ RUN_DEPENDS= R-cran-zoo>=0:math/R-cran-zoo \ R-cran-strucchange>0:finance/R-cran-strucchange \ R-cran-sandwich>=2.2.4:math/R-cran-sandwich -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/finance/R-cran-urca/Makefile b/finance/R-cran-urca/Makefile index 6952cc9ce735..1d21f5314925 100644 --- a/finance/R-cran-urca/Makefile +++ b/finance/R-cran-urca/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= urca +PORTREVISION= 1 DISTVERSION= 1.3-0 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Unit root and cointegration tests for time series data LICENSE= GPLv2+ -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index c60dea835f5e..cb144077e028 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= RCurl +PORTREVISION= 1 DISTVERSION= 1.95-4.8 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +16,6 @@ BUILD_DEPENDS= curl-config:ftp/curl RUN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops LIB_DEPENDS= libcurl.so:ftp/curl -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 8f6e689438de..0331dab76778 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -3,7 +3,7 @@ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index 0f68994f0293..35d459874c52 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -3,7 +3,7 @@ PORTNAME= png DISTVERSION= 0.1-7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,6 @@ LICENSE_COMB= dual LIB_DEPENDS= libpng.so:graphics/png -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 558afbcb97e1..0e03a07c1c46 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= rtiff PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libtiff.so:graphics/tiff RUN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap -USES= cran:auto-plist +USES= cran:auto-plist,compiles LDFLAGS+= -L${LOCALBASE}/lib diff --git a/math/R-cran-Amelia/Makefile b/math/R-cran-Amelia/Makefile index 138c776f9a91..803d97c587f8 100644 --- a/math/R-cran-Amelia/Makefile +++ b/math/R-cran-Amelia/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= Amelia +PORTREVISION= 1 DISTVERSION= 1.7.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +18,6 @@ BUILD_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \ RUN_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \ R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-Matching/Makefile b/math/R-cran-Matching/Makefile index 2614a6d7811d..811cf722db9f 100644 --- a/math/R-cran-Matching/Makefile +++ b/math/R-cran-Matching/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= Matching +PORTREVISION= 1 DISTVERSION= 4.9-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= Multivariate and Propensity Score Matching with Balance Optimization LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-NMF/Makefile b/math/R-cran-NMF/Makefile index a3dd6b76c485..fade61090b0c 100644 --- a/math/R-cran-NMF/Makefile +++ b/math/R-cran-NMF/Makefile @@ -3,6 +3,7 @@ PORTNAME= NMF PORTVERSION= 0.20.6 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,6 +26,6 @@ RUN_DEPENDS= R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-reshape2>0:devel/R-cran-reshape2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile index e5d581ddd4a3..593581b15b43 100644 --- a/math/R-cran-RHmm/Makefile +++ b/math/R-cran-RHmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= RHmm PORTVERSION= 2.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +13,6 @@ COMMENT= Hidden Markov Models simulations and estimations LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile index 37f59771179f..1c40f6bb2964 100644 --- a/math/R-cran-RSvgDevice/Makefile +++ b/math/R-cran-RSvgDevice/Makefile @@ -3,7 +3,7 @@ PORTNAME= RSvgDevice PORTVERSION= 0.6.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +13,6 @@ COMMENT= R SVG graphics device LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-VGAM/Makefile b/math/R-cran-VGAM/Makefile index 5e1ba72907c1..5c69c84d9645 100644 --- a/math/R-cran-VGAM/Makefile +++ b/math/R-cran-VGAM/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= VGAM +PORTREVISION= 1 DISTVERSION= 1.0-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= Vector Generalized Linear and Additive Models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-bdsmatrix/Makefile b/math/R-cran-bdsmatrix/Makefile index ebb09ac862c2..75b6a76c145c 100644 --- a/math/R-cran-bdsmatrix/Makefile +++ b/math/R-cran-bdsmatrix/Makefile @@ -3,7 +3,7 @@ PORTNAME= bdsmatrix DISTVERSION= 1.3-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +12,6 @@ COMMENT= Routines for Block Diagonal Symmetric matrices LICENSE= LGPL20 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index de2b6fcd3179..e4b80dc8c613 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -23,6 +23,4 @@ TEST_DEPENDS= R-cran-lmtest>0:finance/R-cran-lmtest \ USES= cran:auto-plist -NO_ARCH= yes - .include diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile index e353aad858e0..45536605d521 100644 --- a/math/R-cran-dplyr/Makefile +++ b/math/R-cran-dplyr/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= dplyr +PORTREVISION= 1 DISTVERSION= 0.5.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -21,6 +22,6 @@ BUILD_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \ R-cran-assertthat>=0:math/R-cran-assertthat RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile index 5aac3c313230..2f41b28ab001 100644 --- a/math/R-cran-fracdiff/Makefile +++ b/math/R-cran-fracdiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= fracdiff DISTVERSION= 1.4-2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-geepack/Makefile b/math/R-cran-geepack/Makefile index 46bb48b1e25b..fcfdd0bebe70 100644 --- a/math/R-cran-geepack/Makefile +++ b/math/R-cran-geepack/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= geepack +PORTREVISION= 1 DISTVERSION= 1.2-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Generalized Estimating Equation Package LICENSE= GPLv3 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile index 0137985e5034..b9c3d10ea1ba 100644 --- a/math/R-cran-gpclib/Makefile +++ b/math/R-cran-gpclib/Makefile @@ -3,13 +3,13 @@ PORTNAME= gpclib DISTVERSION= 1.5-5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= General Polygon Clipping Library for R -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index ca3e6b9bd55f..fe242f99cbbd 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= igraph +PORTREVISION= 1 DISTVERSION= 1.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,7 +18,7 @@ RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-NMF>0:math/R-cran-NMF \ R-cran-irlba>0:math/R-cran-irlba -USES= cran:auto-plist +USES= cran:auto-plist,compiles USE_GNOME= libxml2 .include diff --git a/math/R-cran-lazyeval/Makefile b/math/R-cran-lazyeval/Makefile index bb1d57bb63f9..ddb96014ed8b 100644 --- a/math/R-cran-lazyeval/Makefile +++ b/math/R-cran-lazyeval/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= lazyeval +PORTREVISION= 1 DISTVERSION= 0.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Disciplined approach to non-standard evaluation LICENSE= GPLv3 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-minqa/Makefile b/math/R-cran-minqa/Makefile index eb4112be0efd..c04b11732d0b 100644 --- a/math/R-cran-minqa/Makefile +++ b/math/R-cran-minqa/Makefile @@ -3,6 +3,7 @@ PORTNAME= minqa PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +14,6 @@ LICENSE= GPLv2 RUN_DEPENDS= R-cran-Rcpp>=0.9.10:devel/R-cran-Rcpp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index cf2326ab0db4..e0fde84fd2db 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -3,13 +3,13 @@ PORTNAME= mvtnorm PORTVERSION= 0.9.96 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} MAINTAINER= wen@FreeBSD.org COMMENT= Multivariate Normal and t Distributions -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-nloptr/Makefile b/math/R-cran-nloptr/Makefile index 2cadcd93c681..1a0faf445cf1 100644 --- a/math/R-cran-nloptr/Makefile +++ b/math/R-cran-nloptr/Makefile @@ -3,6 +3,7 @@ PORTNAME= nloptr PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +14,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libnlopt.so:math/nlopt -USES= cran:auto-plist pkgconfig +USES= cran:auto-plist,compiles pkgconfig post-patch: @${REINPLACE_CMD} -e 's/<< diff --git a/math/R-cran-quadprog/Makefile b/math/R-cran-quadprog/Makefile index 6bcadc317c34..1ec73b642fb4 100644 --- a/math/R-cran-quadprog/Makefile +++ b/math/R-cran-quadprog/Makefile @@ -3,7 +3,7 @@ PORTNAME= quadprog DISTVERSION= 1.5-5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ COMMENT= Functions to solve Quadratic Programming Problems LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-rgenoud/Makefile b/math/R-cran-rgenoud/Makefile index 2300710a2760..ba56baf789a7 100644 --- a/math/R-cran-rgenoud/Makefile +++ b/math/R-cran-rgenoud/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= rgenoud +PORTREVISION= 1 DISTVERSION= 5.7-12.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= R Version of GENetic Optimization Using Derivatives LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile index b2543604de93..420d8eeeb6ba 100644 --- a/math/R-cran-sm/Makefile +++ b/math/R-cran-sm/Makefile @@ -3,13 +3,13 @@ PORTNAME= sm DISTVERSION= 2.2-5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Smoothing methods for nonparametric regression and density estimation -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile index 754d5cd86646..bb294cfaf613 100644 --- a/math/R-cran-sp/Makefile +++ b/math/R-cran-sp/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= sp +PORTREVISION= 1 DISTVERSION= 1.2-4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= R Classes and Methods for Spatial Data LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-truncnorm/Makefile b/math/R-cran-truncnorm/Makefile index e98568dcb5be..0ce4a3625507 100644 --- a/math/R-cran-truncnorm/Makefile +++ b/math/R-cran-truncnorm/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= truncnorm +PORTREVISION= 1 DISTVERSION= 1.0-7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Truncated normal distribution LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile index 629c5e77ae3e..6d2be70eaf46 100644 --- a/math/R-cran-xts/Makefile +++ b/math/R-cran-xts/Makefile @@ -3,7 +3,7 @@ PORTNAME= xts DISTVERSION= 0.9-7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-zoo>=1.7.10:math/R-cran-zoo -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile index f188dfae9447..f26189bf3a7a 100644 --- a/science/R-cran-AMORE/Makefile +++ b/science/R-cran-AMORE/Makefile @@ -3,7 +3,7 @@ PORTNAME= AMORE PORTVERSION= 0.2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} @@ -13,6 +13,6 @@ COMMENT= MORE flexible neural network package LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile index 1c72d7700061..beb50e609d86 100644 --- a/science/R-cran-DCluster/Makefile +++ b/science/R-cran-DCluster/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= DCluster +PORTREVISION= 1 DISTVERSION= 0.2-7 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,6 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-spdep>0:math/R-cran-spdep -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index fd504b5aeff2..6400e7a2ab5e 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= bayesm +PORTREVISION= 1 DISTVERSION= 3.0-2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,6 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-cmprsk/Makefile b/science/R-cran-cmprsk/Makefile index 904e8dfd3c51..75fee70af9c8 100644 --- a/science/R-cran-cmprsk/Makefile +++ b/science/R-cran-cmprsk/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= cmprsk +PORTREVISION= 1 DISTVERSION= 2.2-7 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= Subdistribution Analysis of Competing Risks LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index c13b3f6c1eda..f49d51050587 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -3,13 +3,13 @@ PORTNAME= eco PORTVERSION= 3.1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} MAINTAINER= wen@FreeBSD.org COMMENT= R Package for Ecological Inference in 2x2 Tables -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-etm/Makefile b/science/R-cran-etm/Makefile index a3fb154a0fe7..8586dcc7a5be 100644 --- a/science/R-cran-etm/Makefile +++ b/science/R-cran-etm/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= etm +PORTREVISION= 1 DISTVERSION= 0.6-2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +13,6 @@ COMMENT= Empirical Transition Matrix LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index dd62884b9f89..d51bf4da034c 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -13,6 +13,5 @@ COMMENT= HTML exportation for R objects LICENSE= GPLv2 USES= cran -NO_ARCH= yes .include diff --git a/textproc/R-cran-markdown/Makefile b/textproc/R-cran-markdown/Makefile index 1bde1ff5cf3c..1b311fe28490 100644 --- a/textproc/R-cran-markdown/Makefile +++ b/textproc/R-cran-markdown/Makefile @@ -3,6 +3,7 @@ PORTNAME= markdown PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +16,6 @@ CRAN_DEPENDS= R-cran-mime>=0.3:misc/R-cran-mime BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/textproc/R-cran-pystr/Makefile b/textproc/R-cran-pystr/Makefile index 6ead4592a875..2bef4f31937b 100644 --- a/textproc/R-cran-pystr/Makefile +++ b/textproc/R-cran-pystr/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= pystr +PORTREVISION= 1 DISTVERSION= 2.0.0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= String operations the Python way RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index 28b05bf61751..c6cdfcb562ef 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -3,6 +3,7 @@ PORTNAME= httpuv PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,6 +19,6 @@ LICENSE_PERMS_NODE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp MAKE_ENV= MAKE=${MAKE_CMD} -USES= cran:auto-plist gmake +USES= cran:auto-plist,compiles gmake .include