pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 19 11:37:42 UTC 2019

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: Skip wrkref checks for Makeconf.


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 pkgsrc/math/R/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.197 pkgsrc/math/R/Makefile:1.198
--- pkgsrc/math/R/Makefile:1.197        Fri Jun 14 10:37:04 2019
+++ pkgsrc/math/R/Makefile      Wed Jun 19 11:37:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.197 2019/06/14 10:37:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.198 2019/06/19 11:37:42 jperkin Exp $
 
 DISTNAME=      R-3.6.0
 CATEGORIES=    math
@@ -144,6 +144,9 @@ BUILDLINK_API_DEPENDS.bzip2+=       bzip2>=1.0
 # failed to convert strong functions and variables: Invalid type identifier
 CTF_FILES_SKIP+=       lib/R/library/mgcv/libs/mgcv.so
 
+# Exposes PKG_CONFIG_LIBDIR buildlink paths in a comment.
+CHECK_WRKREF_SKIP+=    lib/R/etc/Makeconf
+
 pre-configure:
        ${RUN} cd ${WRKSRC} && autoreconf -fvi
 



Home | Main Index | Thread Index | Old Index