Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
Date: Sat, 01 Aug 2015 13:21:58
Message-Id: 1438428042.b7979a6cf44695a7a662433f6060ec8f144880f6.cynede@gentoo
1 commit: b7979a6cf44695a7a662433f6060ec8f144880f6
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:07:29 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:20:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b7979a6c
7
8 mono-4.0.2.5: sgen works on ppc
9
10 dev-lang/mono/mono-4.0.2.5.ebuild | 5 +----
11 1 file changed, 1 insertion(+), 4 deletions(-)
12
13 diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
14 index 22c6348..8a028fe 100644
15 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
16 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
17 @@ -72,7 +72,7 @@ src_prepare() {
18 # https://bugzilla.xamarin.com/show_bug.cgi?id=31779
19 epatch "${FILESDIR}/${P}-fix-decimal-ms-on-big-endian.patch"
20
21 - # Fix build --without-sgen
22 + # Fix build when sgen disabled
23 # https://bugzilla.xamarin.com/show_bug.cgi?id=32015
24 epatch "${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch"
25
26 @@ -89,8 +89,6 @@ src_configure() {
27 #
28 # --with-profile4 needs to be always enabled since it's used by default
29 # and, otherwise, problems like bug #340641 appear.
30 - #
31 - # sgen fails on ppc, bug #359515
32 local myeconfargs=(
33 --enable-system-aot=yes
34 --enable-static
35 @@ -102,7 +100,6 @@ src_configure() {
36 --with-jit
37 --disable-dtrace
38 --with-profile4
39 - --with-sgen=$(usex ppc no yes)
40 $(use_with doc mcs-docs)
41 $(use_enable debug)
42 $(use_enable nls)