pkgsrc-WIP-changes archive

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

(R/math) remove not necessary patches



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Jan 5 15:10:58 2024 +0900
Changeset:	37d09b7de0bfea59f99d6d09e89f2bec7381e063

Modified Files:
	R/distinfo
Removed Files:
	R/patches/patch-src_extr_tre_tre-internal.h
	R/patches/patch-src_main_character.c

Log Message:
(R/math) remove not necessary patches

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

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

diffstat:
 R/distinfo                                  |  2 --
 R/patches/patch-src_extr_tre_tre-internal.h | 12 ------------
 R/patches/patch-src_main_character.c        | 20 --------------------
 3 files changed, 34 deletions(-)

diffs:
diff --git a/R/distinfo b/R/distinfo
index fe90516775..3bee8218bd 100644
--- a/R/distinfo
+++ b/R/distinfo
@@ -5,5 +5,3 @@ SHA512 (R-4.3.2.tar.gz) = 125114357f20d4a3248aee86727768d1dc15e07e44353f8a68fe2e
 Size (R-4.3.2.tar.gz) = 35039225 bytes
 SHA1 (patch-configure.ac) = 56a92d2d75ecdad45c06ca05ebc260af83a5a0ea
 SHA1 (patch-m4_R.m4) = 76a280dc2aeea2eb0e473ae770f636d00314d68a
-SHA1 (patch-src_extr_tre_tre-internal.h) = 476807e45f82e350ae30d91fe7a7ad94b1a555b3
-SHA1 (patch-src_main_character.c) = e5edd0ec0686a98c7792103e7a7ac5166bf8d5d4
diff --git a/R/patches/patch-src_extr_tre_tre-internal.h b/R/patches/patch-src_extr_tre_tre-internal.h
deleted file mode 100644
index f809bbf205..0000000000
--- a/R/patches/patch-src_extr_tre_tre-internal.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- src/extra/tre/tre-internal.h.orig	2022-03-25 08:02:02.000000000 +0900
-+++ src/extra/tre/tre-internal.h	2024-01-01 18:30:52.973421432 +0900
-@@ -18,6 +18,7 @@
- #endif /* !HAVE_WCTYPE_H */
- 
- #include <ctype.h>
-+#include <stdint.h>
- #include "tre.h"
- 
- #ifdef TRE_DEBUG
diff --git a/R/patches/patch-src_main_character.c b/R/patches/patch-src_main_character.c
deleted file mode 100644
index 526a4f5e3a..0000000000
--- a/R/patches/patch-src_main_character.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/main/character.c.orig	2023-07-05 07:15:01.000000000 +0900
-+++ src/main/character.c	2024-01-05 10:23:29.080790235 +0900
-@@ -74,7 +74,7 @@ abbreviate chartr make.names strtrim tol
- /* Used to indicate that we can safely convert marked UTF-8 strings
-    to wchar_t* -- not currently used.
- */
--#if defined(Win32) || defined(__STDC_ISO_10646__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
-+#if defined(Win32) || defined(__STDC_ISO_10646__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) || defined(__NetBSD__)
- # define TO_WCS_OK 1
- #else
- /*
-@@ -1748,7 +1748,7 @@ attribute_hidden SEXP do_strtrim(SEXP ca
-     UNPROTECT(1);
-     return s;
- }
--
-+#undef _NETBSD_SOURCE
- static int strtoi(SEXP s, int base)
- {
-     if(s == NA_STRING || CHAR(s)[0] == '\0') return(NA_INTEGER);


Home | Main Index | Thread Index | Old Index