pkgsrc-WIP-changes archive

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

coreclr-git: Decime merged patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 13 01:20:26 2016 +0100
Changeset:	e6cfc761661675d2e4306d6016465cf00eaf42b1

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_pal_inc_pal__char16.h
	coreclr-git/patches/patch-src_pal_src_config.h.in
	coreclr-git/patches/patch-src_pal_src_configure.cmake
	coreclr-git/patches/patch-src_pal_src_exception_seh.cpp
	coreclr-git/patches/patch-src_pal_src_file_directory.cpp
	coreclr-git/patches/patch-src_pal_src_file_path.cpp
	coreclr-git/patches/patch-src_pal_src_include_pal_malloc.hpp
	coreclr-git/patches/patch-src_pal_src_loader_module.cpp

Log Message:
coreclr-git: Decime merged patches

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

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

diffstat:
 coreclr-git/distinfo                               |  8 ------
 .../patches/patch-src_pal_inc_pal__char16.h        | 31 ----------------------
 coreclr-git/patches/patch-src_pal_src_config.h.in  | 12 ---------
 .../patches/patch-src_pal_src_configure.cmake      | 12 ---------
 .../patches/patch-src_pal_src_exception_seh.cpp    | 15 -----------
 .../patches/patch-src_pal_src_file_directory.cpp   | 15 -----------
 .../patches/patch-src_pal_src_file_path.cpp        | 15 -----------
 .../patch-src_pal_src_include_pal_malloc.hpp       | 16 -----------
 .../patches/patch-src_pal_src_loader_module.cpp    | 15 -----------
 9 files changed, 139 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 3be4b25..08f10b4 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,14 +1,6 @@
 $NetBSD$
 
 SHA1 (patch-src_gc_gc.cpp) = c468a34bbafe35dcd242065762ff042a94152e47
-SHA1 (patch-src_pal_inc_pal__char16.h) = ca743d8330802f1a626b1c335461c733eb2a6325
-SHA1 (patch-src_pal_src_config.h.in) = 4ccecd3a3abfbdbf9cf121f59c183e181650a6da
-SHA1 (patch-src_pal_src_configure.cmake) = 99bed7fe2a742d7ee57e0e2d871a44a54a6adfdd
-SHA1 (patch-src_pal_src_exception_seh.cpp) = 114edaa5e28276787f289fb6a27158d5806c5d1a
-SHA1 (patch-src_pal_src_file_directory.cpp) = b2916ecb204a16a58277e07749ebe822906b6865
-SHA1 (patch-src_pal_src_file_path.cpp) = 8fb20bac7748fb791cb82837562416bbf05491d3
-SHA1 (patch-src_pal_src_include_pal_malloc.hpp) = da83a6e05b27679376b375f01b0f8e20b4c3a15a
-SHA1 (patch-src_pal_src_loader_module.cpp) = 56b20e44196dd4001788fc56bbd601042620f6f0
 SHA1 (patch-src_vm_amd64_externalmethodfixupthunk.S) = 5e84b369f30ea62e391e1f949d0d01e1995e5192
 SHA1 (patch-src_vm_amd64_jithelpers__fast.S) = b4002abaed826b673c0af58a818c25d6b17e488e
 SHA1 (patch-src_vm_amd64_pinvokestubs.S) = 344e94f87fc08edde9a61f74a495e3bd2ed11248
diff --git a/coreclr-git/patches/patch-src_pal_inc_pal__char16.h b/coreclr-git/patches/patch-src_pal_inc_pal__char16.h
deleted file mode 100644
index e9c1a2e..0000000
--- a/coreclr-git/patches/patch-src_pal_inc_pal__char16.h
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
---- src/pal/inc/pal_char16.h.orig	2016-02-06 09:37:43.000000000 +0000
-+++ src/pal/inc/pal_char16.h
-@@ -29,6 +29,8 @@ This file is used to define the wchar_t 
- #ifndef PAL_STDCPP_COMPAT
- #if defined (PLATFORM_UNIX) && defined(__GNUC__)
- #undef wchar_t
-+#undef __WCHAR_TYPE__
-+#define __WCHAR_TYPE__ __wchar_16_cpp__
- #define wchar_t __wchar_16_cpp__
- #endif // PLATFORM_UNIX
- 
-@@ -39,8 +41,12 @@ This file is used to define the wchar_t 
- #if !defined(_WCHAR_T_DEFINED) || !defined(_MSC_VER)
- #if defined (PLATFORM_UNIX)
- #if defined(__cplusplus)
-+#undef __WCHAR_TYPE__
-+#define __WCHAR_TYPE__ char16_t
- typedef char16_t wchar_t;
- #else
-+#undef __WCHAR_TYPE__
-+#define __WCHAR_TYPE__ unsigned short
- typedef unsigned short wchar_t;
- #endif // __cplusplus
- #endif // PLATFORM_UNIX
-@@ -49,4 +55,3 @@ typedef unsigned short wchar_t;
- #endif // !_WCHAR_T_DEFINED
- #endif // !_WCHAR_T_DEFINED || !_MSC_VER
- #endif // !PAL_STDCPP_COMPAT
--
diff --git a/coreclr-git/patches/patch-src_pal_src_config.h.in b/coreclr-git/patches/patch-src_pal_src_config.h.in
deleted file mode 100644
index 0d48805..0000000
--- a/coreclr-git/patches/patch-src_pal_src_config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- src/pal/src/config.h.in.orig	2016-02-07 15:52:01.000000000 +0000
-+++ src/pal/src/config.h.in
-@@ -2,7 +2,6 @@
- #define _PAL_CONFIG_H_INCLUDED 1
- 
- #cmakedefine01 HAVE_IEEEFP_H
--#cmakedefine01 HAVE_ALLOCA_H
- #cmakedefine01 HAVE_SYS_VMPARAM_H
- #cmakedefine01 HAVE_MACH_VM_TYPES_H
- #cmakedefine01 HAVE_MACH_VM_PARAM_H
diff --git a/coreclr-git/patches/patch-src_pal_src_configure.cmake b/coreclr-git/patches/patch-src_pal_src_configure.cmake
deleted file mode 100644
index eab5d27..0000000
--- a/coreclr-git/patches/patch-src_pal_src_configure.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- src/pal/src/configure.cmake.orig	2016-02-07 22:08:31.000000000 +0000
-+++ src/pal/src/configure.cmake
-@@ -19,7 +19,6 @@ endif()
- list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_FILE_OFFSET_BITS=64)
- 
- check_include_files(ieeefp.h HAVE_IEEEFP_H)
--check_include_files(alloca.h HAVE_ALLOCA_H)
- check_include_files(sys/vmparam.h HAVE_SYS_VMPARAM_H)
- check_include_files(mach/vm_types.h HAVE_MACH_VM_TYPES_H)
- check_include_files(mach/vm_param.h HAVE_MACH_VM_PARAM_H)
diff --git a/coreclr-git/patches/patch-src_pal_src_exception_seh.cpp b/coreclr-git/patches/patch-src_pal_src_exception_seh.cpp
deleted file mode 100644
index cd40542..0000000
--- a/coreclr-git/patches/patch-src_pal_src_exception_seh.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- src/pal/src/exception/seh.cpp.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/pal/src/exception/seh.cpp
-@@ -29,10 +29,6 @@ Abstract:
- #include "pal/malloc.hpp"
- #include "signal.hpp"
- 
--#if HAVE_ALLOCA_H
--#include "alloca.h"
--#endif
--
- #if HAVE_MACH_EXCEPTIONS
- #include "machexception.h"
- #else
diff --git a/coreclr-git/patches/patch-src_pal_src_file_directory.cpp b/coreclr-git/patches/patch-src_pal_src_file_directory.cpp
deleted file mode 100644
index bab8bdf..0000000
--- a/coreclr-git/patches/patch-src_pal_src_file_directory.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- src/pal/src/file/directory.cpp.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/pal/src/file/directory.cpp
-@@ -25,9 +25,7 @@ Revision History:
- #include "pal/file.h"
- #include "pal/stackstring.hpp"
- 
--#if HAVE_ALLOCA_H
--#include <alloca.h>
--#endif  // HAVE_ALLOCA_H
-+#include <stdlib.h>
- #include <sys/param.h>
- #include <sys/types.h>
- #include <sys/stat.h>
diff --git a/coreclr-git/patches/patch-src_pal_src_file_path.cpp b/coreclr-git/patches/patch-src_pal_src_file_path.cpp
deleted file mode 100644
index f4479d8..0000000
--- a/coreclr-git/patches/patch-src_pal_src_file_path.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- src/pal/src/file/path.cpp.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/pal/src/file/path.cpp
-@@ -30,9 +30,7 @@ Revision History:
- #include <errno.h>
- 
- #include <unistd.h>
--#if HAVE_ALLOCA_H
--#include <alloca.h>
--#endif  // HAVE_ALLOCA_H
-+#include <stdlib.h>
- 
- SET_DEFAULT_DEBUG_CHANNEL(FILE);
- 
diff --git a/coreclr-git/patches/patch-src_pal_src_include_pal_malloc.hpp b/coreclr-git/patches/patch-src_pal_src_include_pal_malloc.hpp
deleted file mode 100644
index 1076afd..0000000
--- a/coreclr-git/patches/patch-src_pal_src_include_pal_malloc.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
---- src/pal/src/include/pal/malloc.hpp.orig	2016-02-06 02:05:27.000000000 +0000
-+++ src/pal/src/include/pal/malloc.hpp
-@@ -24,10 +24,7 @@ Abstract:
- #include "pal/thread.hpp"
- 
- #include <stdarg.h>
--
--#if HAVE_ALLOCA_H
--#include <alloca.h>
--#endif  // HAVE_ALLOCA_H  
-+#include <stdlib.h>
- 
- extern "C"
- {
diff --git a/coreclr-git/patches/patch-src_pal_src_loader_module.cpp b/coreclr-git/patches/patch-src_pal_src_loader_module.cpp
deleted file mode 100644
index e357080..0000000
--- a/coreclr-git/patches/patch-src_pal_src_loader_module.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- src/pal/src/loader/module.cpp.orig	2016-02-06 02:05:27.000000000 +0000
-+++ src/pal/src/loader/module.cpp
-@@ -44,9 +44,7 @@ Abstract:
- #else   // NEED_DLCOMPAT
- #include <dlfcn.h>
- #endif  // NEED_DLCOMPAT
--#if HAVE_ALLOCA_H
--#include <alloca.h>
--#endif  // HAVE_ALLOCA_H
-+#include <stdlib.h>
- 
- #ifdef __APPLE__
- #include <mach-o/dyld.h>


Home | Main Index | Thread Index | Old Index