pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sun Dec 18 08:26:21 UTC 2022

Modified Files:
        pkgsrc/devel/R-devtools: Makefile
        pkgsrc/www/R-pkgdown: Makefile

Log Message:
R-*: Temporarily comment out dependencies.

These dependencies haven't been committed yet, unbreak bulk builds until they
can be added.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/R-devtools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-pkgdown/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-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.15 pkgsrc/devel/R-devtools/Makefile:1.16
--- pkgsrc/devel/R-devtools/Makefile:1.15       Sat Dec 17 15:34:41 2022
+++ pkgsrc/devel/R-devtools/Makefile    Sun Dec 18 08:26:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/12/17 15:34:41 mef Exp $
+# $NetBSD: Makefile,v 1.16 2022/12/18 08:26:21 jperkin Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.4.5
@@ -30,7 +30,7 @@ DEPENDS+=     R-jsonlite>=1.7.1:../../textpr
 DEPENDS+=      R-DT>=0.15:../../textproc/R-DT
 DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
 DEPENDS+=      R-rversions>=2.0.2:../../devel/R-rversions
-DEPENDS+=      R-profvis-[0-9]*:../../benchmarks/R-profvis
+#DEPENDS+=     R-profvis-[0-9]*:../../benchmarks/R-profvis
 DEPENDS+=      R-pkgdown-[0-9]*:../../www/R-pkgdown
 DEPENDS+=      R-miniUI-[0-9]*:../../www/R-miniUI
 DEPENDS+=      R-urlchecker-[0-9]*:../../www/R-urlchecker

Index: pkgsrc/www/R-pkgdown/Makefile
diff -u pkgsrc/www/R-pkgdown/Makefile:1.1 pkgsrc/www/R-pkgdown/Makefile:1.2
--- pkgsrc/www/R-pkgdown/Makefile:1.1   Sat Dec 17 15:09:50 2022
+++ pkgsrc/www/R-pkgdown/Makefile       Sun Dec 18 08:26:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/17 15:09:50 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/18 08:26:21 jperkin Exp $
 
 R_PKGNAME=     pkgdown
 R_PKGVER=      2.0.7
@@ -27,7 +27,7 @@ DEPENDS+=     R-yaml>=2.2.1:../../textproc/R
 DEPENDS+=      R-bslib>=0.3.1:../../www/R-bslib
 DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
 DEPENDS+=      R-ragg-[0-9]*:../../graphics/R-ragg
-DEPENDS+=      R-downlit-[0-9]*:../../www/R-downlit
+#DEPENDS+=     R-downlit-[0-9]*:../../www/R-downlit
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index