pkgsrc-WIP-changes archive

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

coreclr-git: Regenerate improved patch for <stdarg.h>



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jan 31 20:09:05 2016 +0100
Changeset:	9c005e4f2f82e0ecbdaf515d3dccec5997f637d9

Modified Files:
	coreclr-git/distinfo
Added Files:
	coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__output__s.c
	coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__woutput__s.c
Removed Files:
	coreclr-git/patches/patch-src_pal_src_safecrt_output.inl
	coreclr-git/patches/patch-src_pal_src_thread_context.cpp
	coreclr-git/patches/patch-src_pal_src_thread_thread.cpp

Log Message:
coreclr-git: Regenerate improved patch for <stdarg.h>

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

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

diffstat:
 coreclr-git/distinfo                                   |  5 ++---
 .../patches/patch-src_pal_src_safecrt_output.inl       | 18 ------------------
 .../patch-src_pal_src_safecrt_safecrt__output__s.c     | 10 ++++++++++
 .../patch-src_pal_src_safecrt_safecrt__woutput__s.c    | 11 +++++++++++
 .../patches/patch-src_pal_src_thread_context.cpp       |  2 --
 .../patches/patch-src_pal_src_thread_thread.cpp        |  2 --
 6 files changed, 23 insertions(+), 25 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 85592ab..7aa0e2c 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -7,6 +7,5 @@ SHA1 (patch-src_pal_src_cruntime_file.cpp) = 315ad5db53ef2b893a77aa131ce97999214
 SHA1 (patch-src_pal_src_exception_seh-unwind.cpp) = ffb395a23d66e33e5cf1b0f3f4ff5feff52a56fc
 SHA1 (patch-src_pal_src_exception_signal.cpp) = 1bcb47f927a0c8037876b47ca4d15afb24cbd410
 SHA1 (patch-src_pal_src_include_pal_context.h) = 962cf83ef0ba0a4e2e57e344809a566f12f2e01d
-SHA1 (patch-src_pal_src_safecrt_output.inl) = 302598cb271fab7e3582dd19bf24e243f2a14879
-SHA1 (patch-src_pal_src_thread_context.cpp) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
-SHA1 (patch-src_pal_src_thread_thread.cpp) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
+SHA1 (patch-src_pal_src_safecrt_safecrt__output__s.c) = ed008b078417d790c989226f50f4fe90f0def1ef
+SHA1 (patch-src_pal_src_safecrt_safecrt__woutput__s.c) = 0d666b335e262ed84a385bd3537cdbd94efa46e4
diff --git a/coreclr-git/patches/patch-src_pal_src_safecrt_output.inl b/coreclr-git/patches/patch-src_pal_src_safecrt_output.inl
deleted file mode 100644
index 0437667..0000000
--- a/coreclr-git/patches/patch-src_pal_src_safecrt_output.inl
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
---- src/pal/src/safecrt/output.inl.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/pal/src/safecrt/output.inl
-@@ -50,7 +50,7 @@ Buffer size required to be passed to _gc
- //#include <stddef.h>
- //#include <crtdefs.h>
- //#include <stdio.h>
--//#include <stdarg.h>
-+#include <stdarg.h>
- //#include <cvt.h>
- //#include <conio.h>
- //#include <internal.h>
-@@ -1738,4 +1738,3 @@ __inline __int64 __cdecl get_int64_arg (
- #endif  /* _UNICODE */
- 
- #endif // __GNUC_VA_LIST
--
diff --git a/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__output__s.c b/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__output__s.c
new file mode 100644
index 0000000..835c479
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__output__s.c
@@ -0,0 +1,10 @@
+$NetBSD$
+
+--- src/pal/src/safecrt/safecrt_output_s.c.orig	2016-01-28 19:04:13.000000000 +0000
++++ src/pal/src/safecrt/safecrt_output_s.c
+@@ -41,4 +41,5 @@ typedef char        _TCHAR;
+ typedef char        TCHAR;
+ #define _T(x)       x
+ 
++#include <stdarg.h>
+ #include "output.inl"
diff --git a/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__woutput__s.c b/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__woutput__s.c
new file mode 100644
index 0000000..81063b5
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_src_safecrt_safecrt__woutput__s.c
@@ -0,0 +1,11 @@
+$NetBSD$
+
+--- src/pal/src/safecrt/safecrt_woutput_s.c.orig	2016-01-28 19:04:13.000000000 +0000
++++ src/pal/src/safecrt/safecrt_woutput_s.c
+@@ -54,5 +54,5 @@ typedef wchar_t     _TCHAR;
+ typedef wchar_t     TCHAR;
+ #define _T(x)       L##x
+ 
++#include <stdarg.h>
+ #include "output.inl"
+-
diff --git a/coreclr-git/patches/patch-src_pal_src_thread_context.cpp b/coreclr-git/patches/patch-src_pal_src_thread_context.cpp
deleted file mode 100644
index afc7651..0000000
--- a/coreclr-git/patches/patch-src_pal_src_thread_context.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-
diff --git a/coreclr-git/patches/patch-src_pal_src_thread_thread.cpp b/coreclr-git/patches/patch-src_pal_src_thread_thread.cpp
deleted file mode 100644
index afc7651..0000000
--- a/coreclr-git/patches/patch-src_pal_src_thread_thread.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-


Home | Main Index | Thread Index | Old Index