pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-fansi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 07:27:54 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-fansi/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-fansi/Makefile
diff -u pkgsrc/devel/R-fansi/Makefile:1.6 pkgsrc/devel/R-fansi/Makefile:1.7
--- pkgsrc/devel/R-fansi/Makefile:1.6   Sat Jan 20 06:25:47 2024
+++ pkgsrc/devel/R-fansi/Makefile       Sat Jan 20 07:27:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/20 06:25:47 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/20 07:27:54 mef Exp $
 
 R_PKGNAME=     fansi
 R_PKGVER=      1.0.6
@@ -8,8 +8,12 @@ MAINTAINER=    wen%NetBSD.org@localhost
 COMMENT=       ANSI control sequence aware string functions
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-#EST_DEPENDS+= R-unitizer-[0-9]*:../../devel/R-unitizer
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+
+TEST_DEPENDS+= R-unitizer-[0-9]*:../../devel/R-unitizer
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index