pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(math/R) rename patch filename to follow the rule
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Thu Jul 20 15:48:01 2023 +0900
Changeset: 3ad2006aa0eda4fedd7651b444c81ce353f6aee2
Added Files:
R/patches/patch-src_include_Defn.h
Removed Files:
R/patches/patch-src_include_R_h
Log Message:
(math/R) rename patch filename to follow the rule
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ad2006aa0eda4fedd7651b444c81ce353f6aee2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
R/patches/patch-src_include_Defn.h | 17 +++++++++++++++++
R/patches/patch-src_include_R_h | 17 -----------------
2 files changed, 17 insertions(+), 17 deletions(-)
diffs:
diff --git a/R/patches/patch-src_include_Defn.h b/R/patches/patch-src_include_Defn.h
new file mode 100644
index 0000000000..9fcb055352
--- /dev/null
+++ b/R/patches/patch-src_include_Defn.h
@@ -0,0 +1,17 @@
+$NetBSD$
+
+starting gettext-0.22, some symbols are hidden, and make them visible
+
+--- src/include/Defn.h.orig 2023-05-02 07:15:02.000000000 +0900
++++ src/include/Defn.h 2023-07-17 20:40:16.631815063 +0900
+@@ -2355,6 +2355,10 @@ extern void *alloca(size_t);
+ // for reproducibility for now: use exp10 or pown later if accurate enough.
+ #define Rexp10(x) pow(10.0, x)
+
++/* starting gettext-0.22, some symbols are hidden, and make them visible */
++#define _INTL_REDIRECT_MACROS
++#include "gettext/libintl.h"
++
+ #endif /* DEFN_H_ */
+ /*
+ *- Local Variables:
diff --git a/R/patches/patch-src_include_R_h b/R/patches/patch-src_include_R_h
deleted file mode 100644
index 9fcb055352..0000000000
--- a/R/patches/patch-src_include_R_h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-starting gettext-0.22, some symbols are hidden, and make them visible
-
---- src/include/Defn.h.orig 2023-05-02 07:15:02.000000000 +0900
-+++ src/include/Defn.h 2023-07-17 20:40:16.631815063 +0900
-@@ -2355,6 +2355,10 @@ extern void *alloca(size_t);
- // for reproducibility for now: use exp10 or pown later if accurate enough.
- #define Rexp10(x) pow(10.0, x)
-
-+/* starting gettext-0.22, some symbols are hidden, and make them visible */
-+#define _INTL_REDIRECT_MACROS
-+#include "gettext/libintl.h"
-+
- #endif /* DEFN_H_ */
- /*
- *- Local Variables:
Home |
Main Index |
Thread Index |
Old Index