git: ab71940cae6e - main - devel/R-cran-lintr: Fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 05:23:30 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab71940cae6eeb979d1e24cef442e5e3a6f748cd commit ab71940cae6eeb979d1e24cef442e5e3a6f748cd Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2025-02-14 05:22:02 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-02-14 05:22:02 +0000 devel/R-cran-lintr: Fix tests Add R-cran-patrick to TEST_DEPENDS. Use LC_ALL=C.UTF-8. All tests passed now so remove TESTING_UNSAFE. --- devel/R-cran-lintr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/R-cran-lintr/Makefile b/devel/R-cran-lintr/Makefile index 073fbf4ffadb..21c461a1a73a 100644 --- a/devel/R-cran-lintr/Makefile +++ b/devel/R-cran-lintr/Makefile @@ -23,6 +23,7 @@ TEST_DEPENDS= R-cran-crayon>0:devel/R-cran-crayon \ R-cran-httr>=1.2.1:www/R-cran-httr \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-mockery>0:devel/R-cran-mockery \ + R-cran-patrick>0:devel/R-cran-patrick \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \ @@ -32,8 +33,7 @@ TEST_DEPENDS= R-cran-crayon>0:devel/R-cran-crayon \ USES= cran:auto-plist -# 8 tests fail (from about 5200) because of missed packages -TESTING_UNSAFE= yes +MAKE_ENV= LC_ALL=C.UTF-8 post-install: @${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}