pkgsrc-WIP-changes archive

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

(math/R) reduce warning from pkglint



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Jul 20 20:37:10 2023 +0900
Changeset:	28c71a7d25c604d9b8148220ac8fb1aafd3500e4

Modified Files:
	R/distinfo
	R/patches/patch-src_appl_pretty.c
	R/patches/patch-src_extra_tre_regerror.c

Log Message:
(math/R) reduce warning from pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28c71a7d25c604d9b8148220ac8fb1aafd3500e4

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

diffstat:
 R/distinfo                               | 7 +++++--
 R/patches/patch-src_appl_pretty.c        | 4 ++++
 R/patches/patch-src_extra_tre_regerror.c | 4 ++++
 3 files changed, 13 insertions(+), 2 deletions(-)

diffs:
diff --git a/R/distinfo b/R/distinfo
index 015fb677ba..59fe789f0d 100644
--- a/R/distinfo
+++ b/R/distinfo
@@ -5,9 +5,12 @@ SHA512 (R-4.3.1.tar.gz) = f571c378dbdd675e267ef4419bb1141198924dadc08297c93c8dff
 Size (R-4.3.1.tar.gz) = 34899964 bytes
 SHA1 (patch-configure.ac) = 56a92d2d75ecdad45c06ca05ebc260af83a5a0ea
 SHA1 (patch-m4_R.m4) = 76a280dc2aeea2eb0e473ae770f636d00314d68a
-SHA1 (patch-src_appl_pretty.c) = 25d685373a1588f2898b07f6f49e45877d392acd
-SHA1 (patch-src_extra_tre_regerror.c) = c515d44524260239be7ab360b5fd75ba15d0d7ca
+SHA1 (patch-src_appl_pretty.c) = 8671eb4accb643611f6d8cc90f981eaf9360df9a
+SHA1 (patch-src_extra_tre_regerror.c) = 6097e84aefeb65c84c956df75bec27aeb28d03a7
 SHA1 (patch-src_include_Defn.h) = 950a9a5ec0b6ace1ca96f17cce5e332376a2a305
 SHA1 (patch-src_library_stats_src_Makefile.in) = 4eb93292858392792c37a706399e2cef91821bbe
+SHA1 (patch-src_library_tools_src_http.c) = 34519249161445db444152381d81b02c4819e49e
+SHA1 (patch-src_library_tools_src_pdscan.c) = 142066f8ab4ed4f8e640a712ecba114ff196489f
+SHA1 (patch-src_library_tools_src_text.c) = 3c1c47435c9fcb6a9f30b4c6b44b3e80cf03bd4e
 SHA1 (patch-src_main_character.c) = 842ae5d291f36f2beead4d32c1d41b18cbff878d
 SHA1 (patch-src_nmath_nmath.h) = a957aafef7f41157e0e05fefb3daf68375da65a8
diff --git a/R/patches/patch-src_appl_pretty.c b/R/patches/patch-src_appl_pretty.c
index 7b592d07df..2571f3a810 100644
--- a/R/patches/patch-src_appl_pretty.c
+++ b/R/patches/patch-src_appl_pretty.c
@@ -1,3 +1,7 @@
+$NetBSD$
+
+gettext-0.22 API change
+
 --- src/appl/pretty.c.orig	2023-03-23 23:02:02.000000000 +0000
 +++ src/appl/pretty.c	2023-07-20 06:48:51.271243263 +0000
 @@ -45,10 +45,10 @@
diff --git a/R/patches/patch-src_extra_tre_regerror.c b/R/patches/patch-src_extra_tre_regerror.c
index d7db2346da..7e47fc928a 100644
--- a/R/patches/patch-src_extra_tre_regerror.c
+++ b/R/patches/patch-src_extra_tre_regerror.c
@@ -1,3 +1,7 @@
+$NetBSD$
+
+gettext-0.22 API change
+
 --- src/extra/tre/regerror.c.orig	2018-09-25 08:46:40.000000000 +0000
 +++ src/extra/tre/regerror.c	2023-07-20 06:58:53.519846262 +0000
 @@ -22,7 +22,11 @@


Home | Main Index | Thread Index | Old Index