mono: update to 4.8.0.495

Closes: #5963 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2017-03-11 14:17:58 +01:00 committed by Jürgen Buchmüller
parent dd9c6c8b22
commit 5c00569a61
3 changed files with 15 additions and 15 deletions

1
srcpkgs/mono-devel Symbolic link
View file

@ -0,0 +1 @@
mono

View file

@ -1,11 +0,0 @@
--- mono/mini/exceptions-arm.c 2015-05-08 17:22:57.000000000 +0200
+++ mono/mini/exceptions-arm.c 2016-08-10 17:29:35.856372222 +0200
@@ -15,7 +15,9 @@
#ifndef MONO_CROSS_COMPILE
#ifdef HAVE_ASM_SIGCONTEXT_H
+#if defined(__GLIBC__)
#include <asm/sigcontext.h>
+#endif
#endif /* def HAVE_ASM_SIGCONTEXT_H */
#endif

View file

@ -1,13 +1,13 @@
# Template file for 'mono'
pkgname=mono
version=4.6.2.16
version=4.8.0.495
revision=1
wrksrc="mono-${version%.*}"
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-static --disable-system-aot"
configure_args="--disable-system-aot"
# XXX: figure out how to split this up into subpkgs.
hostmakedepends="automake libtool perl python"
hostmakedepends="automake libtool perl python cmake"
makedepends="zlib-devel libX11-devel libgdiplus-devel"
depends="ca-certificates python"
short_desc="Free implementation of the .NET platform including runtime and compiler"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mono-project.com"
license="MIT, 3-clause-BSD, GPL-2, LGPL-2, MPL-1.1"
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
checksum=8965d107f4ebf4583ba1b50e0dcad39f0dc6adac8df7a083e9c5879ad93c0ea4
checksum="7ba62e6f42559d58dc447a19fc1cb2a9c7977d6c6e21e1e335f73917dea120cb"
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-boehm --without-sigaltstack" ;;
@ -28,3 +28,13 @@ pre_configure() {
post_install() {
vlicense LICENSE
}
mono-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}