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:           Mon Jan  8 23:13:03 UTC 2024

Modified Files:
        pkgsrc/math/R: distinfo
        pkgsrc/math/R/patches: patch-configure.ac

Log Message:
(math/R) correction on patch-configure.ac.again


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/math/R/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R/patches/patch-configure.ac

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/distinfo
diff -u pkgsrc/math/R/distinfo:1.100 pkgsrc/math/R/distinfo:1.101
--- pkgsrc/math/R/distinfo:1.100        Mon Jan  8 23:03:50 2024
+++ pkgsrc/math/R/distinfo      Mon Jan  8 23:13:02 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.100 2024/01/08 23:03:50 mef Exp $
+$NetBSD: distinfo,v 1.101 2024/01/08 23:13:02 mef Exp $
 
 BLAKE2s (R-4.3.2.tar.gz) = a79080d65222ec6698175c037390e666385567b1e123acf6ce1e33ee3f122005
 SHA512 (R-4.3.2.tar.gz) = 125114357f20d4a3248aee86727768d1dc15e07e44353f8a68fe2ef1fedae508e85d944301d00c0edd61e8b012b0b3cdcde53ac60be903713f96542d83ad5b1d
 Size (R-4.3.2.tar.gz) = 35039225 bytes
-SHA1 (patch-configure.ac) = ba01daf66dd48005e3cfe604a24ad2339ac164d3
+SHA1 (patch-configure.ac) = 3cd063c424b7b9674f434d49c771b76dde73ac5c
 SHA1 (patch-m4_R.m4) = 4d6eb8f2fae83cf36583d553bb5f4cc42296746c
 SHA1 (patch-src_library_stats_src_Makefile.in) = 4eb93292858392792c37a706399e2cef91821bbe

Index: pkgsrc/math/R/patches/patch-configure.ac
diff -u pkgsrc/math/R/patches/patch-configure.ac:1.7 pkgsrc/math/R/patches/patch-configure.ac:1.8
--- pkgsrc/math/R/patches/patch-configure.ac:1.7        Mon Jan  8 23:03:50 2024
+++ pkgsrc/math/R/patches/patch-configure.ac    Mon Jan  8 23:13:03 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure.ac,v 1.7 2024/01/08 23:03:50 mef Exp $
+$NetBSD: patch-configure.ac,v 1.8 2024/01/08 23:13:03 mef Exp $
 
 Do not include system paths in R_LD_LIBRARY_PATH.
 NetBSD, FreeBSD, DragonFly, Darwin and Solaris fixes
@@ -85,7 +85,7 @@ NetBSD, FreeBSD, DragonFly, Darwin and S
  if test -n "${CXX}" -a -z "${CXXPICFLAGS}"; then
    case "${host_os}" in
 -    aix*|mingw*|msys)
-+    aix*|mingw*||msys|darwin*)
++    aix*|mingw*|msys|darwin*)
        ;;
      *)
        warn_cxxpicflags="I could not determine CXXPICFLAGS."



Home | Main Index | Thread Index | Old Index