pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R R: Skip wrkref checks for Makeconf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f862b68c8eb7
branches:  trunk
changeset: 335410:f862b68c8eb7
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 19 11:37:42 2019 +0000

description:
R: Skip wrkref checks for Makeconf.

diffstat:

 math/R/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a7e6ab872b97 -r f862b68c8eb7 math/R/Makefile
--- a/math/R/Makefile   Wed Jun 19 11:05:59 2019 +0000
+++ b/math/R/Makefile   Wed Jun 19 11:37:42 2019 +0000
@@ -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 @@
 # 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