Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] mono: update to 6.4.0.198.
Date: Wed, 25 Sep 2019 17:26:28 +0200	[thread overview]
Message-ID: <20190925152628.5jKUzCXVm_94okALQJsXvDL-6AtJAjYvOcbB18JWKiM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14696@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages mono-6.4.0.198
https://github.com/void-linux/void-packages/pull/14696

[WIP] mono: update to 6.4.0.198.
None

A patch file from https://github.com/void-linux/void-packages/pull/14696.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mono-6.4.0.198-14696.patch --]
[-- Type: text/x-diff, Size: 2027 bytes --]

From 74bc77ff207a93b96f56eebc8135ef7f6bc06ee3 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Wed, 25 Sep 2019 11:59:50 +0200
Subject: [PATCH] mono: update to 6.4.0.198.

---
 srcpkgs/mono/patches/musl.patch | 11 +++++++++++
 srcpkgs/mono/template           |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/mono/patches/musl.patch

diff --git a/srcpkgs/mono/patches/musl.patch b/srcpkgs/mono/patches/musl.patch
new file mode 100644
index 00000000000..0c523eb9c25
--- /dev/null
+++ b/srcpkgs/mono/patches/musl.patch
@@ -0,0 +1,11 @@
+--- mono/utils/mono-os-mutex.h	2019-09-25 17:24:27.868901488 +0200
++++ mono/utils/mono-os-mutex.h	2019-09-25 17:24:46.344659000 +0200
+@@ -57,7 +57,7 @@
+ 	if (G_UNLIKELY (res != 0))
+ 		g_error ("%s: pthread_mutexattr_settype failed with \"%s\" (%d)", __func__, g_strerror (res), res);
+ 
+-#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL
++#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__)
+ 	/* use PTHREAD_PRIO_INHERIT if possible */
+ 	res = pthread_mutexattr_setprotocol (&attr, PTHREAD_PRIO_INHERIT);
+ 	if (G_UNLIKELY (res != 0 && res != ENOTSUP))
diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template
index 2daef430f55..170438ae0dd 100644
--- a/srcpkgs/mono/template
+++ b/srcpkgs/mono/template
@@ -1,6 +1,6 @@
 # Template file for 'mono'
 pkgname=mono
-version=6.0.0.334
+version=6.4.0.198
 revision=1
 build_style=gnu-configure
 configure_args="--disable-system-aot"
@@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1"
 homepage="https://www.mono-project.com"
 distfiles="https://download.mono-project.com/sources/mono/${pkgname}-${version}.tar.xz"
-checksum=7b54157578f578487ee6c056c6f1802be8f567d9de39fcd66c0adb892936fe6b
+checksum=d00852822525e36f9f8b3e0f537d3a41c7a718cac22d06fc63ea64988877c2ea
 lib32disabled=yes
 python_version="3"
 

  parent reply	other threads:[~2019-09-25 15:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-25 10:00 [PR PATCH] " voidlinux-github
2019-09-25 15:26 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-09-25 15:26 ` voidlinux-github [this message]
2019-09-25 16:46 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190925152628.5jKUzCXVm_94okALQJsXvDL-6AtJAjYvOcbB18JWKiM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).