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:   mef
Date:           Sat Jan  9 02:14:06 UTC 2021

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
(math/R) Ignore the warnings from autoreconf


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 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.219 pkgsrc/math/R/Makefile:1.220
--- pkgsrc/math/R/Makefile:1.219        Mon Oct 12 21:51:58 2020
+++ pkgsrc/math/R/Makefile      Sat Jan  9 02:14:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2020/10/12 21:51:58 bacon Exp $
+# $NetBSD: Makefile,v 1.220 2021/01/09 02:14:06 mef Exp $
 
 DISTNAME=      R-4.0.3
 PKGREVISION=   1
@@ -140,7 +140,7 @@ CTF_FILES_SKIP+=    lib/R/library/mgcv/libs
 CHECK_WRKREF_SKIP+=    lib/R/etc/Makeconf
 
 pre-configure:
-       ${RUN} cd ${WRKSRC} && autoreconf -fvi
+       ${RUN} cd ${WRKSRC} && autoreconf -fvi || echo Ignore the warnings from autoreconf
 
 # Fix library names.  Relies on build system using -headerpad_max_install_names.
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index