pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coreclr-git: Retire unneded patch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Jan 31 11:07:35 2016 +0100
Changeset: 9b03645210a713882283cdd2aecd75e0806ce607
Modified Files:
coreclr-git/distinfo
Removed Files:
coreclr-git/patches/patch-src_pal_src_misc_sysinfo.cpp
Log Message:
coreclr-git: Retire unneded patch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b03645210a713882283cdd2aecd75e0806ce607
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coreclr-git/distinfo | 1 -
.../patches/patch-src_pal_src_misc_sysinfo.cpp | 21 ---------------------
2 files changed, 22 deletions(-)
diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 6b087d4..a102e6b 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -7,7 +7,6 @@ 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_misc_sysinfo.cpp) = 03c2d6be0d186edb5434d4d2e22301d68b90b643
SHA1 (patch-src_pal_src_safecrt_output.inl) = 302598cb271fab7e3582dd19bf24e243f2a14879
SHA1 (patch-src_pal_src_thread_context.cpp) = af5a6e47dc45f7f14065b02c2cdbab58bfd9d09f
SHA1 (patch-src_pal_src_thread_thread.cpp) = 26b0dd23ffa6669db1d245ba9ec12378b46c9ad3
diff --git a/coreclr-git/patches/patch-src_pal_src_misc_sysinfo.cpp b/coreclr-git/patches/patch-src_pal_src_misc_sysinfo.cpp
deleted file mode 100644
index b96df7b..0000000
--- a/coreclr-git/patches/patch-src_pal_src_misc_sysinfo.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
---- src/pal/src/misc/sysinfo.cpp.orig 2016-01-31 00:59:14.000000000 +0000
-+++ src/pal/src/misc/sysinfo.cpp
-@@ -37,6 +37,7 @@ Revision History:
- #if HAVE_SYS_VMPARAM_H
- #include <sys/vmparam.h>
- #endif // HAVE_SYS_VMPARAM_H
-+#include <machine/vmparam.h>
-
- #if HAVE_MACH_VM_TYPES_H
- #include <mach/vm_types.h>
-@@ -144,7 +145,7 @@ GetSystemInfo(
- ASSERT("pstat_getdynamic failed (%d)\n", errno);
- }
-
--#else // !__hppa__
-+#else // !_HPUX_
- nrcpus = sysconf(_SC_NPROCESSORS_ONLN);
- if (nrcpus < 1)
- {
Home |
Main Index |
Thread Index |
Old Index