Received: by mail.netbsd.org (Postfix, from userid 605) id 0CD6584D82; Wed, 19 Jun 2019 11:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8828B84D78 for ; Wed, 19 Jun 2019 11:37:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pvVQBax7LAnN for ; Wed, 19 Jun 2019 11:37:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E356184D56 for ; Wed, 19 Jun 2019 11:37:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D53F0FBF4; Wed, 19 Jun 2019 11:37:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560944262254210" MIME-Version: 1.0 Date: Wed, 19 Jun 2019 11:37:42 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/math/R To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20190619113742.D53F0FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1560944262254210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1560944262254210 Content-Disposition: inline Content-Length: 755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1560944262254210--