mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mono: update to 6.14.0.
This commit is contained in:
parent
1148d53224
commit
7b502b3b45
3 changed files with 5 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/mono/utils/mono-os-mutex.h 2019-12-11 22:05:32.992353279 +0100
|
|
||||||
+++ b/mono/utils/mono-os-mutex.h 2019-12-11 22:05:50.267114788 +0100
|
|
||||||
@@ -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(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL
|
|
||||||
+#if !defined(__HAIKU__) && 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))
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mono'
|
# Template file for 'mono'
|
||||||
pkgname=mono
|
pkgname=mono
|
||||||
version=6.12.0.199
|
version=6.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-system-aot"
|
configure_args="--disable-system-aot"
|
||||||
hostmakedepends="perl python3 cmake which"
|
hostmakedepends="perl python3 cmake which gettext"
|
||||||
makedepends="zlib-devel libX11-devel libgdiplus-devel"
|
makedepends="zlib-devel libX11-devel libgdiplus-devel"
|
||||||
depends="ca-certificates python3-Pillow"
|
depends="ca-certificates python3-Pillow"
|
||||||
short_desc="Free implementation of the .NET platform including runtime and compiler"
|
short_desc="Free implementation of the .NET platform including runtime and compiler"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1"
|
license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1"
|
||||||
homepage="https://www.mono-project.com"
|
homepage="https://gitlab.winehq.org/mono/mono"
|
||||||
distfiles="https://download.mono-project.com/sources/mono/preview/${pkgname}-${version}.tar.xz"
|
distfiles="https://dl.winehq.org/mono/sources/mono/mono-${version}.tar.xz"
|
||||||
checksum=c0850d545353a6ba2238d45f0914490c6a14a0017f151d3905b558f033478ef5
|
checksum=6dd64b3900f5e5d5f55016d89ccf7635c8739cbb33cdb81c1c3b61622e91d510
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="http://www.mono-project.com/download/stable/"
|
|
||||||
pattern="Stable \(\K[\d.]+"
|
|
Loading…
Add table
Reference in a new issue