pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 13 11:18:35 UTC 2020

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

Log Message:
R-Rcpp: Catch more .deb files to skip checks for.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/R-Rcpp/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-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.19 pkgsrc/devel/R-Rcpp/Makefile:1.20
--- pkgsrc/devel/R-Rcpp/Makefile:1.19   Wed May 13 03:28:30 2020
+++ pkgsrc/devel/R-Rcpp/Makefile        Wed May 13 11:18:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/05/13 03:28:30 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/13 11:18:35 jperkin Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.4.6
@@ -35,7 +35,7 @@ REPLACE.Rscript.old=  .*Rscript
 REPLACE.Rscript.new=   ${PREFIX}/bin/Rscript
 REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
 
-CHECK_SSP_SKIP+=       lib/R/library/Rcpp/unitTests/bin/*/*.deb
+CHECK_SSP_SKIP+=       lib/R/library/Rcpp/*/bin/*/*.deb
 CHECK_RELRO_SKIP+=     ${CHECK_SSP_SKIP}
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index