pkgsrc-WIP-changes archive

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

corert-git: Remove merged patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jan 25 01:57:58 2016 +0100
Changeset:	fd5e23c36fc69bc666790d06735e86b2b3fa1bae

Modified Files:
	corert-git/distinfo
	corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp

Log Message:
corert-git: Remove merged patch

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

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

diffstat:
 corert-git/distinfo                                        |  2 +-
 .../patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp       | 14 +++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

diffs:
diff --git a/corert-git/distinfo b/corert-git/distinfo
index b4fa49f..e9114a4 100644
--- a/corert-git/distinfo
+++ b/corert-git/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
 SHA1 (patch-src_Native_Runtime_gcrhenv.cpp) = d76cb47a9e0e8e35c9512d61e2ddfc23c0dccbc9
 SHA1 (patch-src_Native_Runtime_gcrhscan.cpp) = 9326e04f09a35cf435a4d38e70cb02f9f59df351
 SHA1 (patch-src_Native_Runtime_thread.cpp) = 90cc0624800bba44cb798b7623ecfbc618853cd8
-SHA1 (patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp) = 052e888c4c4d4f0836387a36c0d7d7f3cb9e66ef
+SHA1 (patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp) = cacf933e76e3af669391abb929c3c509a9175308
 SHA1 (patch-src_Native_gc_env_gcenv.interlocked.inl) = 0dc2cc6aa827a84e91360976d9217c6e69adb328
diff --git a/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp b/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp
index 8930771..736688c 100644
--- a/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp
+++ b/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp
@@ -1,16 +1,8 @@
 $NetBSD$
 
---- src/Native/Runtime/unix/PalRedhawkUnix.cpp.orig	2016-01-23 11:26:49.000000000 +0000
+--- src/Native/Runtime/unix/PalRedhawkUnix.cpp.orig	2016-01-25 00:17:12.000000000 +0000
 +++ src/Native/Runtime/unix/PalRedhawkUnix.cpp
-@@ -33,6 +33,7 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <sys/time.h>
-+#include <cstdarg>
- 
- #if !HAVE_SYSCONF && !HAVE_SYSCTL
- #error Neither sysconf nor sysctl is present on the current system
-@@ -334,7 +335,7 @@ int UTF8ToWideChar(const char* bytes, in
+@@ -335,7 +335,7 @@ int UTF8ToWideChar(const char* bytes, in
      size_t inbufbytesleft = len;
      size_t outbufbytesleft = bufLen;
  
@@ -19,7 +11,7 @@ $NetBSD$
      if (rc == -1)
      {
          fprintf(stderr, "iconv_open failed with %d\n", errno);
-@@ -360,7 +361,7 @@ int WideCharToUTF8(const wchar_t* chars,
+@@ -361,7 +361,7 @@ int WideCharToUTF8(const wchar_t* chars,
      size_t inbufbytesleft = len;
      size_t outbufbytesleft = bufLen;
  


Home | Main Index | Thread Index | Old Index