pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mono-git: Remove merged patch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Apr 20 13:51:09 2016 +0200
Changeset: 11efc54d0d0096619daae668ea0f1c4e4066eeb5
Modified Files:
mono-git/distinfo
Removed Files:
mono-git/patches/patch-mono_utils_mono-threads-posix.c
Log Message:
mono-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=11efc54d0d0096619daae668ea0f1c4e4066eeb5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mono-git/distinfo | 1 -
.../patches/patch-mono_utils_mono-threads-posix.c | 21 ---------------------
2 files changed, 22 deletions(-)
diffs:
diff --git a/mono-git/distinfo b/mono-git/distinfo
index ab5c73f..c7c0a5c 100644
--- a/mono-git/distinfo
+++ b/mono-git/distinfo
@@ -10,6 +10,5 @@ SHA1 (patch-mono_utils_Makefile.am) = b3bf378d1576c98262dce0a1b08bf45d013fa323
SHA1 (patch-mono_utils_dlmalloc.c) = a1fcd65964e1e18418c97e1726058f1864a49de1
SHA1 (patch-mono_utils_mono-proclib.c) = 30739ccde2a25f5fd8dcf0e7d581443b6e175ade
SHA1 (patch-mono_utils_mono-threads-netbsd.c) = 244d88cd407bc28f498bb2e35b44304a7c911325
-SHA1 (patch-mono_utils_mono-threads-posix.c) = defe4aeede1ff8f3a2035b9a403fa3d5bad99147
SHA1 (patch-support_map.c) = 39a26cca54503d465fe89042433b7bfdb52104ab
SHA1 (patch-support_sys-mman.c) = 9d22f579a3f826faf5092b1c3ba0409bde419970
diff --git a/mono-git/patches/patch-mono_utils_mono-threads-posix.c b/mono-git/patches/patch-mono_utils_mono-threads-posix.c
deleted file mode 100644
index 283f21c..0000000
--- a/mono-git/patches/patch-mono_utils_mono-threads-posix.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
---- mono/utils/mono-threads-posix.c.orig 2016-04-16 14:26:45.000000000 +0000
-+++ mono/utils/mono-threads-posix.c
-@@ -296,6 +296,16 @@ mono_threads_core_set_name (MonoNativeTh
- n [62] = '\0';
- pthread_setname_np (n);
- }
-+#elif defined (__NetBSD__)
-+ if (!name) {
-+ pthread_setname_np (tid, "%s", (void*)"");
-+ } else {
-+ char n [PTHREAD_MAX_NAMELEN_NP];
-+
-+ strncpy (n, name, PTHREAD_MAX_NAMELEN_NP);
-+ n [PTHREAD_MAX_NAMELEN_NP - 1] = '\0';
-+ pthread_setname_np (tid, "%s", (void*)n);
-+ }
- #elif defined (HAVE_PTHREAD_SETNAME_NP)
- if (!name) {
- pthread_setname_np (tid, "");
Home |
Main Index |
Thread Index |
Old Index