Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp R-Rcpp: Catch more .deb files to skip che...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59e5a36bbe52
branches:  trunk
changeset: 431453:59e5a36bbe52
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 13 11:18:35 2020 +0000

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

diffstat:

 devel/R-Rcpp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4f74bd233b0 -r 59e5a36bbe52 devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile     Wed May 13 11:16:50 2020 +0000
+++ b/devel/R-Rcpp/Makefile     Wed May 13 11:18:35 2020 +0000
@@ -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.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