View | Details | Raw Unified | Return to bug 184216
Collapse All | Expand All

(-)b/Mk/bsd.cran.mk (-5 / +14 lines)
Lines 27-33 RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R Link Here
27
27
28
PKGNAMEPREFIX?=	R-cran-
28
PKGNAMEPREFIX?=	R-cran-
29
29
30
R_MOD_DIR?=	lib/R/library/${PORTNAME}
30
R_LIB_DIR=	lib/R/library
31
R_MOD_DIR?=	${R_LIB_DIR}/${PORTNAME}
31
PLIST_SUB+=	R_MOD_DIR=${R_MOD_DIR}
32
PLIST_SUB+=	R_MOD_DIR=${R_MOD_DIR}
32
WRKSRC?=	${WRKDIR}/${PORTNAME}
33
WRKSRC?=	${WRKDIR}/${PORTNAME}
33
34
Lines 41-46 R_POSTCMD_CHECK_OPTIONS?= --timings Link Here
41
R_POSTCMD_CHECK_OPTIONS+=	--no-manual --no-rebuild-vignettes
42
R_POSTCMD_CHECK_OPTIONS+=	--no-manual --no-rebuild-vignettes
42
.endif
43
.endif
43
44
45
.if defined(NO_STAGE)
46
check-makevars::
47
	@${ECHO_MSG} "Makefile error: USE_R_MOD cannot be used with NO_STAGE"
48
	@${FALSE}
49
.endif
50
44
regression-test: build
51
regression-test: build
45
	@cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE \
52
	@cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE \
46
	${R_COMMAND} ${R_PRECMD_CHECK_OPTIONS} CMD check \
53
	${R_COMMAND} ${R_PRECMD_CHECK_OPTIONS} CMD check \
Lines 48-53 regression-test: build Link Here
48
.endif
55
.endif
49
56
50
.if !target(do-install)
57
.if !target(do-install)
58
R_POSTCMD_INSTALL_OPTIONS+=	-l ${STAGEDIR}${PREFIX}/${R_LIB_DIR}
51
.if defined(NOPORTDATA)
59
.if defined(NOPORTDATA)
52
R_POSTCMD_INSTALL_OPTIONS+=	--no-data --no-demo
60
R_POSTCMD_INSTALL_OPTIONS+=	--no-data --no-demo
53
.else
61
.else
Lines 59-64 R_POSTCMD_INSTALL_OPTIONS+= --no-docs --no-html Link Here
59
.endif
67
.endif
60
68
61
do-install:
69
do-install:
70
	@${MKDIR} ${STAGEDIR}${PREFIX}/${R_LIB_DIR}
62
	@cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} ${R_COMMAND} \
71
	@cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} ${R_COMMAND} \
63
	${R_PRECMD_INSTALL_OPTIONS} CMD INSTALL \
72
	${R_PRECMD_INSTALL_OPTIONS} CMD INSTALL \
64
	${R_POSTCMD_INSTALL_OPTIONS} ${PORTNAME}
73
	${R_POSTCMD_INSTALL_OPTIONS} ${PORTNAME}
Lines 67-76 do-install: Link Here
67
.if defined(R_MOD_AUTOPLIST)
76
.if defined(R_MOD_AUTOPLIST)
68
.if !target(post-install-script)
77
.if !target(post-install-script)
69
post-install-script:
78
post-install-script:
70
	@${FIND} -ds ${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \
79
	@${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \
71
		${SED} -E -e 's,^${PREFIX}/?,,' >> ${TMPPLIST}
80
		${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
72
	@${FIND} -ds ${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \
81
	@${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \
73
		's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
82
		's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
74
.endif
83
.endif
75
.endif
84
.endif
76
85
(-)b/astro/R-cran-maptools/Makefile (-1 lines)
Lines 15-21 LICENSE_COMB= dual Link Here
15
15
16
RUN_DEPENDS=	R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp
16
RUN_DEPENDS=	R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp
17
17
18
NO_STAGE=	yes
19
USE_R_MOD=	yes
18
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
21
20
(-)b/converters/R-cran-RJSONIO/Makefile (-1 lines)
Lines 15-19 LICENSE= BSD Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/converters/R-cran-rjson/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/databases/R-cran-DBI/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/databases/R-cran-RMySQL/Makefile (-1 lines)
Lines 18-22 USE_MYSQL= yes Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/databases/R-cran-RSQLite.extfuns/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS:= ${BUILD_DEPENDS} Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/databases/R-cran-RSQLite/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS:= ${BUILD_DEPENDS} Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/databases/R-cran-sqldf/Makefile (-1 lines)
Lines 23-27 RUN_DEPENDS:= ${BUILD_DEPENDS} Link Here
23
USE_R_MOD=	yes
23
USE_R_MOD=	yes
24
R_MOD_AUTOPLIST=	yes
24
R_MOD_AUTOPLIST=	yes
25
25
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/devel/R-cran-Defaults/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/R-cran-Hmisc/Makefile (-1 lines)
Lines 14-18 LICENSE= GPLv2 Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/R-cran-RUnit/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-Rcpp/Makefile (-1 lines)
Lines 15-19 LICENSE_COMB= dual Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-bitops/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/R-cran-caTools/Makefile (-1 lines)
Lines 16-20 RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/R-cran-caret/Makefile (-1 lines)
Lines 19-23 RUN_DEPENDS= R-cran-reshape2>0:${PORTSDIR}/devel/R-cran-reshape2 \ Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/devel/R-cran-chron/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-foreach/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/devel/R-cran-gbm/Makefile (-1 lines)
Lines 14-18 LICENSE= GPLv2 Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/R-cran-gdata/Makefile (-1 lines)
Lines 19-23 USE_PERL5= run Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/devel/R-cran-glmnet/Makefile (-1 lines)
Lines 14-18 LICENSE= GPLv2 Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/R-cran-gsubfn/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto Link Here
17
USE_R_MOD=      yes
17
USE_R_MOD=      yes
18
R_MOD_AUTOPLIST=        yes
18
R_MOD_AUTOPLIST=        yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/devel/R-cran-gtools/Makefile (-1 lines)
Lines 14-18 LICENSE= LGPL21 Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/R-cran-iterators/Makefile (-1 lines)
Lines 15-19 LICENSE= AL2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-itertools/Makefile (-1 lines)
Lines 15-19 RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-memoise/Makefile (-1 lines)
Lines 15-19 RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-plyr/Makefile (-1 lines)
Lines 16-20 RUN_DEPENDS= R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \ Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/R-cran-proto/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/devel/R-cran-randomForest/Makefile (-1 lines)
Lines 14-18 RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:${PORTSDIR}/graphics/R-cran-RColorBrew Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/R-cran-reshape/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/devel/R-cran-reshape2/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-plyr>=1.5:${PORTSDIR}/devel/R-cran-plyr \ Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/finance/R-cran-PerformanceAnalytics/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \ Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/finance/R-cran-RFinanceYJ/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/finance/R-cran-TTR/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-xts>=0.9.3:${PORTSDIR}/math/R-cran-xts Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/finance/R-cran-ccgarch/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/finance/R-cran-fBasics/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/finance/R-cran-fGarch/Makefile (-1 lines)
Lines 20-24 RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ Link Here
20
USE_R_MOD=	yes
20
USE_R_MOD=	yes
21
R_MOD_AUTOPLIST=	yes
21
R_MOD_AUTOPLIST=	yes
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/finance/R-cran-gmm/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/finance/R-cran-lmtest/Makefile (-1 lines)
Lines 19-23 RUN_DEPENDS= R-cran-zoo>=0:${PORTSDIR}/math/R-cran-zoo \ Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/finance/R-cran-plm/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-bdsmatrix>0:${PORTSDIR}/math/R-cran-bdsmatrix \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/finance/R-cran-quantmod/Makefile (-1 lines)
Lines 20-24 RUN_DEPENDS= R-cran-Defaults>0:${PORTSDIR}/devel/R-cran-Defaults \ Link Here
20
USE_R_MOD=	yes
20
USE_R_MOD=	yes
21
R_MOD_AUTOPLIST=	yes
21
R_MOD_AUTOPLIST=	yes
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/finance/R-cran-strucchange/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \ Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/finance/R-cran-timeDate/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/finance/R-cran-timeSeries/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-timeDate>=2150.95:${PORTSDIR}/finance/R-cran-timeDate Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/finance/R-cran-tseries/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/finance/R-cran-urca/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/finance/R-cran-vars/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-strucchange>0:${PORTSDIR}/finance/R-cran-strucchange \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/ftp/R-cran-RCurl/Makefile (-1 lines)
Lines 19-23 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/graphics/R-cran-GDD/Makefile (-1 lines)
Lines 20-24 WRKSRC= ${WRKDIR}/${PORTNAME} Link Here
20
USE_R_MOD=	yes
20
USE_R_MOD=	yes
21
R_MOD_AUTOPLIST=	yes
21
R_MOD_AUTOPLIST=	yes
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/graphics/R-cran-RColorBrewer/Makefile (-1 lines)
Lines 15-19 LICENSE= AL2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/R-cran-colorspace/Makefile (-1 lines)
Lines 15-19 LICENSE= BSD Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/R-cran-diagram/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/graphics/R-cran-dichromat/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/R-cran-ggplot2/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/graphics/R-cran-munsell/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/graphics/R-cran-pixmap/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/R-cran-png/Makefile (-1 lines)
Lines 18-22 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/graphics/R-cran-rgdal/Makefile (-1 lines)
Lines 21-25 R_MOD_AUTOPLIST= yes Link Here
21
21
22
R_POSTCMD_INSTALL_OPTIONS+=	--configure-args="--with-proj-lib=${LOCALBASE}/lib"
22
R_POSTCMD_INSTALL_OPTIONS+=	--configure-args="--with-proj-lib=${LOCALBASE}/lib"
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/graphics/R-cran-rtiff/Makefile (-1 lines)
Lines 18-22 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/graphics/R-cran-scales/Makefile (-1 lines)
Lines 21-25 RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \ Link Here
21
USE_R_MOD=	yes
21
USE_R_MOD=	yes
22
R_MOD_AUTOPLIST=	yes
22
R_MOD_AUTOPLIST=	yes
23
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/graphics/R-cran-shape/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv3 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-ChangeAnomalyDetection/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/finance/R-cran-TTR \ Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/math/R-cran-Formula/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-KFAS/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-LearnBayes/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-MCMCpack/Makefile (-1 lines)
Lines 19-23 USE_GCC= 4.2+ Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/math/R-cran-RHmm/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-RSvgDevice/Makefile (-1 lines)
Lines 13-17 COMMENT= A R SVG graphics device Link Here
13
USE_R_MOD=	yes
13
USE_R_MOD=	yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-RcppArmadillo/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/math/R-cran-SuppDists/Makefile (-1 lines)
Lines 20-26 BENCHMARK_SCRIPT= R-benchmark-25.R Link Here
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
USE_R_MOD=		yes
21
USE_R_MOD=		yes
22
WRKSRC =		${WRKDIR}/${PORTNAME}
22
WRKSRC =		${WRKDIR}/${PORTNAME}
23
NO_STAGE=	yes
24
23
25
.if defined(MAINTAINER_MODE)
24
.if defined(MAINTAINER_MODE)
26
USE_DOS2UNIX=	../${BENCHMARK_SCRIPT}
25
USE_DOS2UNIX=	../${BENCHMARK_SCRIPT}
(-)b/math/R-cran-Zelig/Makefile (-1 lines)
Lines 16-20 RUN_DEPENDS= R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=yes
17
R_MOD_AUTOPLIST=yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-bdsmatrix/Makefile (-1 lines)
Lines 15-19 LICENSE= LGPL20 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-car/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=		yes
15
USE_R_MOD=		yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-coda/Makefile (-1 lines)
Lines 13-17 COMMENT= Output analysis and diagnostics for MCMC Link Here
13
USE_R_MOD=		yes
13
USE_R_MOD=		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-deldir/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-dlmodeler/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-forecast/Makefile (-1 lines)
Lines 23-27 RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \ Link Here
23
USE_R_MOD=	yes
23
USE_R_MOD=	yes
24
R_MOD_AUTOPLIST=	yes
24
R_MOD_AUTOPLIST=	yes
25
25
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/math/R-cran-fracdiff/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-gpclib/Makefile (-1 lines)
Lines 13-17 COMMENT= General Polygon Clipping Library for R Link Here
13
USE_R_MOD=	yes
13
USE_R_MOD=	yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-gss/Makefile (-1 lines)
Lines 15-19 LICENSE_COMB= dual Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-gtable/Makefile (-1 lines)
Lines 14-18 LICENSE= GPLv2 Link Here
14
USE_R_MOD=	yes
14
USE_R_MOD=	yes
15
R_MOD_AUTOPLIST=	yes
15
R_MOD_AUTOPLIST=	yes
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/math/R-cran-igraph/Makefile (-1 lines)
Lines 15-21 LICENSE_COMB= dual Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.pre.mk>
18
.include <bsd.port.pre.mk>
20
19
21
.if ${ARCH} == "sparc64"
20
.if ${ARCH} == "sparc64"
(-)b/math/R-cran-inline/Makefile (-1 lines)
Lines 13-17 COMMENT= Inline C, C++, Fortran function calls from R Link Here
13
USE_R_MOD=	yes
13
USE_R_MOD=	yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-labeling/Makefile (-1 lines)
Lines 15-19 LICENSE= MIT Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-memisc/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-mvtnorm/Makefile (-1 lines)
Lines 13-17 COMMENT= Multivariate Normal and t Distributions Link Here
13
USE_R_MOD=  		yes
13
USE_R_MOD=  		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-nnls/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/math/R-cran-outliers/Makefile (-1 lines)
Lines 13-17 COMMENT= Collection of some tests commonly used for identifying outliers Link Here
13
USE_R_MOD=	yes
13
USE_R_MOD=	yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-psych/Makefile (-1 lines)
Lines 13-17 COMMENT= Psych package for the R project Link Here
13
USE_R_MOD=		yes
13
USE_R_MOD=		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-quadprog/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-sandwich/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/math/R-cran-sm/Makefile (-1 lines)
Lines 13-17 COMMENT= Smoothing methods for nonparametric regression and density estimation Link Here
13
USE_R_MOD=	yes
13
USE_R_MOD=	yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/math/R-cran-sp/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=		yes
16
USE_R_MOD=		yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-spdep/Makefile (-1 lines)
Lines 20-24 RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ Link Here
20
USE_R_MOD=	yes
20
USE_R_MOD=	yes
21
R_MOD_AUTOPLIST=	yes
21
R_MOD_AUTOPLIST=	yes
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/math/R-cran-sspir/Makefile (-1 lines)
Lines 16-21 RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \ Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
19
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/math/R-cran-stabledist/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/math/R-cran-xts/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-zoo>=1.7.10:${PORTSDIR}/math/R-cran-zoo Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/math/R-cran-zoo/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/net/R-cran-twitteR/Makefile (-1 lines)
Lines 19-23 RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \ Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/science/R-cran-AMORE/Makefile (-1 lines)
Lines 13-17 COMMENT= A MORE flexible neural network package Link Here
13
USE_R_MOD=  		yes
13
USE_R_MOD=  		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/science/R-cran-DCluster/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/science/R-cran-Epi/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/science/R-cran-bayesm/Makefile (-1 lines)
Lines 13-17 COMMENT= Bayesian Inference for Marketing/Micro-econometrics Link Here
13
USE_R_MOD=		yes
13
USE_R_MOD=		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/science/R-cran-e1071/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/science/R-cran-eco/Makefile (-1 lines)
Lines 13-17 COMMENT= R Package for Ecological Inference in 2x2 Tables Link Here
13
USE_R_MOD=		yes
13
USE_R_MOD=		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/science/R-cran-epicalc/Makefile (-1 lines)
Lines 13-17 COMMENT= Epidemiological calculator Link Here
13
USE_R_MOD=		yes
13
USE_R_MOD=		yes
14
R_MOD_AUTOPLIST=	yes
14
R_MOD_AUTOPLIST=	yes
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/science/R-cran-snow/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/science/R-cran-som/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv3 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/security/R-cran-ROAuth/Makefile (-1 lines)
Lines 18-22 RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \ Link Here
18
USE_R_MOD=	yes
18
USE_R_MOD=	yes
19
R_MOD_AUTOPLIST=	yes
19
R_MOD_AUTOPLIST=	yes
20
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/security/R-cran-digest/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/textproc/R-cran-R2HTML/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/textproc/R-cran-XML/Makefile (-1 lines)
Lines 16-20 USE_R_MOD= yes Link Here
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
USE_GNOME=	libxml2
17
USE_GNOME=	libxml2
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/textproc/R-cran-stringr/Makefile (-1 lines)
Lines 17-21 RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr Link Here
17
USE_R_MOD=	yes
17
USE_R_MOD=	yes
18
R_MOD_AUTOPLIST=	yes
18
R_MOD_AUTOPLIST=	yes
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/textproc/R-cran-xtable/Makefile (-1 lines)
Lines 16-20 LICENSE_COMB= dual Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/www/R-cran-RgoogleMaps/Makefile (-1 lines)
Lines 19-23 RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png \ Link Here
19
USE_R_MOD=	yes
19
USE_R_MOD=	yes
20
R_MOD_AUTOPLIST=	yes
20
R_MOD_AUTOPLIST=	yes
21
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/www/R-cran-Rpad/Makefile (-1 lines)
Lines 15-19 LICENSE= GPLv2 Link Here
15
USE_R_MOD=	yes
15
USE_R_MOD=	yes
16
R_MOD_AUTOPLIST=	yes
16
R_MOD_AUTOPLIST=	yes
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/www/R-cran-httpuv/Makefile (-1 lines)
Lines 23-27 R_MOD_AUTOPLIST= yes Link Here
23
23
24
MAKE_ENV=	MAKE=${GMAKE}
24
MAKE_ENV=	MAKE=${GMAKE}
25
25
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/www/R-cran-scrapeR/Makefile (-1 lines)
Lines 16-20 RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ Link Here
16
USE_R_MOD=	yes
16
USE_R_MOD=	yes
17
R_MOD_AUTOPLIST=	yes
17
R_MOD_AUTOPLIST=	yes
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/www/R-cran-shiny/Makefile (-1 lines)
Lines 20-24 RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \ Link Here
20
USE_R_MOD=	yes
20
USE_R_MOD=	yes
21
R_MOD_AUTOPLIST=	yes
21
R_MOD_AUTOPLIST=	yes
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 184216