Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mono: update to 6.4.0.198.
@ 2019-09-25 10:00 voidlinux-github
  2019-09-25 15:26 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 10:00 UTC (permalink / raw)
  To: ml

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

There is a new 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

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: 1074 bytes --]

From 44f9b76b1e8013c21650fb7095115698d9fd9ab4 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/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] mono: update to 6.4.0.198.
  2019-09-25 10:00 [PR PATCH] mono: update to 6.4.0.198 voidlinux-github
@ 2019-09-25 15:26 ` voidlinux-github
  2019-09-25 15:26 ` voidlinux-github
  2019-09-25 16:46 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 15:26 UTC (permalink / raw)
  To: ml

[-- 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"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] mono: update to 6.4.0.198.
  2019-09-25 10:00 [PR PATCH] mono: update to 6.4.0.198 voidlinux-github
  2019-09-25 15:26 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
@ 2019-09-25 15:26 ` voidlinux-github
  2019-09-25 16:46 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 15:26 UTC (permalink / raw)
  To: ml

[-- 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"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: mono: update to 6.4.0.198.
  2019-09-25 10:00 [PR PATCH] mono: update to 6.4.0.198 voidlinux-github
  2019-09-25 15:26 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
  2019-09-25 15:26 ` voidlinux-github
@ 2019-09-25 16:46 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 16:46 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
None

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-25 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 10:00 [PR PATCH] mono: update to 6.4.0.198 voidlinux-github
2019-09-25 15:26 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-09-25 15:26 ` voidlinux-github
2019-09-25 16:46 ` [PR PATCH] [Merged]: " voidlinux-github

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).