pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-pkgload



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 22 03:23:15 UTC 2024

Modified Files:
        pkgsrc/devel/R-pkgload: Makefile

Log Message:
(devel/R-pkgload) +TEST_DEPENDS, but make test does not pass yet


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-pkgload/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-pkgload/Makefile
diff -u pkgsrc/devel/R-pkgload/Makefile:1.9 pkgsrc/devel/R-pkgload/Makefile:1.10
--- pkgsrc/devel/R-pkgload/Makefile:1.9 Sun Jan 21 23:33:24 2024
+++ pkgsrc/devel/R-pkgload/Makefile     Mon Jan 22 03:23:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/01/21 23:33:24 mef Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/22 03:23:15 mef Exp $
 
 R_PKGNAME=     pkgload
 R_PKGVER=      1.3.4
@@ -16,8 +16,6 @@ DEPENDS+=     R-rprojroot>=1.3.2:../../devel
 DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 
-# Package suggested but not available: 'remotes'
-
 TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
 TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
@@ -25,8 +23,16 @@ TEST_DEPENDS+=       R-covr-[0-9]*:../../devel
 TEST_DEPENDS+= R-mathjaxr-[0-9]*:../../www/R-mathjaxr
 TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
 TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
+TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index