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:   wiz
Date:           Thu Sep 26 00:57:29 UTC 2019

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

Log Message:
R-Rcpp: do not check *.deb files for RELRO.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/R-Rcpp/Makefile:1.15
--- pkgsrc/devel/R-Rcpp/Makefile:1.14   Thu Aug  8 19:53:37 2019
+++ pkgsrc/devel/R-Rcpp/Makefile        Thu Sep 26 00:57:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/08 19:53:37 brook Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/26 00:57:29 wiz Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.2
@@ -30,6 +30,7 @@ REPLACE.Rscript.new=  ${PREFIX}/bin/Rscri
 REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
 
 CHECK_SSP_SKIP+=       lib/R/library/Rcpp/unitTests/bin/*/*.deb
+CHECK_RELRO_SKIP+=     ${CHECK_SSP_SKIP}
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index