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:           Thu Apr  5 10:29:31 UTC 2018

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

Log Message:
R-Rcpp: Add CHECK_SSP_SKIP for some useless files.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/R-Rcpp/Makefile:1.8
--- pkgsrc/devel/R-Rcpp/Makefile:1.7    Mon Jan 22 02:38:47 2018
+++ pkgsrc/devel/R-Rcpp/Makefile        Thu Apr  5 10:29:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/01/22 02:38:47 wen Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/05 10:29:31 jperkin Exp $
 
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -32,5 +32,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
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index