diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-11-28 02:56:43 +0800 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-11-28 02:56:43 +0800 |
commit | f62456a87230e4bb9b519c2c867d5c2ab50ed74a (patch) | |
tree | 75749e5a75551a5b29335357c10f4c95a9dc23da /science | |
parent | 99c5ad423938784799a7afbde90d80246f98cf79 (diff) | |
download | freebsd-ports-gnome-f62456a87230e4bb9b519c2c867d5c2ab50ed74a.tar.gz freebsd-ports-gnome-f62456a87230e4bb9b519c2c867d5c2ab50ed74a.tar.zst freebsd-ports-gnome-f62456a87230e4bb9b519c2c867d5c2ab50ed74a.zip |
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen
Diffstat (limited to 'science')
-rw-r--r-- | science/R-cran-AMORE/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-DCluster/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-Epi/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-bayesm/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-e1071/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-eco/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-epicalc/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-snow/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-som/Makefile | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile index f92256ea854c..c659fe102312 100644 --- a/science/R-cran-AMORE/Makefile +++ b/science/R-cran-AMORE/Makefile @@ -13,5 +13,4 @@ COMMENT= A MORE flexible neural network package USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile index 8dfff6125fb9..864d8f97ead5 100644 --- a/science/R-cran-DCluster/Makefile +++ b/science/R-cran-DCluster/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 348b8238ba20..9cba92d1f900 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index a2a99157b398..c97b11cfea82 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -13,5 +13,4 @@ COMMENT= Bayesian Inference for Marketing/Micro-econometrics USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile index a45ba515625d..ce539f9f82fc 100644 --- a/science/R-cran-e1071/Makefile +++ b/science/R-cran-e1071/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index f9a7a881c089..8ff0f31d7aaa 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -13,5 +13,4 @@ COMMENT= R Package for Ecological Inference in 2x2 Tables USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-epicalc/Makefile b/science/R-cran-epicalc/Makefile index 1346cbca6f9f..514972958b61 100644 --- a/science/R-cran-epicalc/Makefile +++ b/science/R-cran-epicalc/Makefile @@ -13,5 +13,4 @@ COMMENT= Epidemiological calculator USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index 598b6d7356a8..bf6769fbec58 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile index 7b5d781ff18d..8bbc2b9636db 100644 --- a/science/R-cran-som/Makefile +++ b/science/R-cran-som/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |