pkgsrc-WIP-changes archive

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

coreclr-git: Replace exit(0) with return 0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 14 17:02:20 2016 +0100
Changeset:	6429bfa7b303e16d36e9fa6ae38c7ebe363f7908

Modified Files:
	coreclr-git/distinfo
	coreclr-git/patches/patch-src_pal_src_configure.cmake

Log Message:
coreclr-git: Replace exit(0) with return 0

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

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

diffstat:
 coreclr-git/distinfo                                  | 2 +-
 coreclr-git/patches/patch-src_pal_src_configure.cmake | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 3c98d69..b1473a1 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -6,7 +6,7 @@ SHA1 (patch-src_dlls_mscordac_CMakeLists.txt) = b6cb6eccb95906cc937528aa665ec883
 SHA1 (patch-src_dlls_mscordbi_CMakeLists.txt) = e426383ed88d49d127b4f2a1180e72356a3906f7
 SHA1 (patch-src_dlls_mscoree_coreclr_CMakeLists.txt) = 50339aa1e75d76ef1e9d24c149bc8749c2bea240
 SHA1 (patch-src_pal_inc_pal.h) = b2cf698debe62fb081ecfd54d97c3a1328f7621d
-SHA1 (patch-src_pal_src_configure.cmake) = 8bef58a1772396f810a20cd5d987c53c34c4d0b0
+SHA1 (patch-src_pal_src_configure.cmake) = 653871e6b95e78ee2812d936bce989095d348cd9
 SHA1 (patch-src_pal_src_cruntime_misc.cpp) = cbef115e6bcbd9166105b25362d7f64729676dcf
 SHA1 (patch-src_pal_src_include_pal_misc.h) = 08ebba414b6579c2ca62b04dccb78d388dd9641a
 SHA1 (patch-src_pal_src_include_pal_palinternal.h) = 9bb986f199ff3d761ae98c8df4f6c60c4ceb9261
diff --git a/coreclr-git/patches/patch-src_pal_src_configure.cmake b/coreclr-git/patches/patch-src_pal_src_configure.cmake
index f95d4ab..8df46ec 100644
--- a/coreclr-git/patches/patch-src_pal_src_configure.cmake
+++ b/coreclr-git/patches/patch-src_pal_src_configure.cmake
@@ -20,7 +20,7 @@ $NetBSD$
 +  uuid_t uuid;
 +  uint32_t status;
 +  uuid_create(&uuid, &status);
-+  exit(0);
++  return 0;
 +}" HAVE_BSD_UUID_H)
 +
 +check_cxx_source_runs("


Home | Main Index | Thread Index | Old Index