pkgsrc-WIP-changes archive

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

coreclr-git: Remove unneeded patch (merged upstream)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Apr 12 23:25:32 2016 +0200
Changeset:	74c68e1848b5cf9a1aa6837324e715f16a09f7cb

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp

Log Message:
coreclr-git: Remove unneeded patch (merged upstream)

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

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

diffstat:
 coreclr-git/distinfo                               |  1 -
 ...ption__handling_pal__sxs_test1_exceptionsxs.cpp | 22 ----------------------
 2 files changed, 23 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 2e86345..6fbbbcc 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -7,4 +7,3 @@ SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d
 SHA1 (patch-src_pal_src_cruntime_silent__printf.cpp) = 0922321ad05a90cc3b87b1e2663ff4d0b2e4717e
 SHA1 (patch-src_pal_src_safecrt_output.inl) = ceb1951e8a7e0839fa1c0f5d07fd6c4087afd5df
 SHA1 (patch-src_pal_src_safecrt_safecrt__output__l.c) = 5a17a2525ab434336cfef369980562d1ecdcd953
-SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = de21ff04dc42fc3a8c3df4b74f0adaeb19488ff0
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
deleted file mode 100644
index af338b9..0000000
--- a/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp.orig	2016-04-08 23:29:23.909574749 +0000
-+++ src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp
-@@ -31,7 +31,7 @@ extern "C" int InitializeDllTest2();
- extern "C" int DllTest1();
- extern "C" int DllTest2();
- 
--#if !defined(__FreeBSD__) && !defined(__NetBSD__)
-+#if !defined(__FreeBSD__)
- 
- bool bSignal = false;
- bool bCatch = false;
-@@ -73,7 +73,7 @@ void sigsegv_handler(int code, siginfo_t
- 
- int main(int argc, char *argv[])
- {
--#if !defined(__FreeBSD__) && !defined(__NetBSD__)
-+#if !defined(__FreeBSD__)
-     struct sigaction newAction;
-     struct sigaction oldAction;
-     newAction.sa_flags = SA_SIGINFO | SA_RESTART;


Home | Main Index | Thread Index | Old Index