[arch-commits] Commit in mono/repos (16 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Wed Sep 11 08:25:23 UTC 2013
Date: Wednesday, September 11, 2013 @ 10:25:23
Author: bpiotrowski
Revision: 194244
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
mono/repos/extra-i686/PKGBUILD
(from rev 194243, mono/trunk/PKGBUILD)
mono/repos/extra-i686/bug434892.patch
(from rev 194243, mono/trunk/bug434892.patch)
mono/repos/extra-i686/mini_amd64.patch
(from rev 194243, mono/trunk/mini_amd64.patch)
mono/repos/extra-i686/mono.binfmt.d
(from rev 194243, mono/trunk/mono.binfmt.d)
mono/repos/extra-x86_64/PKGBUILD
(from rev 194243, mono/trunk/PKGBUILD)
mono/repos/extra-x86_64/bug434892.patch
(from rev 194243, mono/trunk/bug434892.patch)
mono/repos/extra-x86_64/mini_amd64.patch
(from rev 194243, mono/trunk/mini_amd64.patch)
mono/repos/extra-x86_64/mono.binfmt.d
(from rev 194243, mono/trunk/mono.binfmt.d)
Deleted:
mono/repos/extra-i686/PKGBUILD
mono/repos/extra-i686/bug434892.patch
mono/repos/extra-i686/mini_amd64.patch
mono/repos/extra-i686/mono.binfmt.d
mono/repos/extra-x86_64/PKGBUILD
mono/repos/extra-x86_64/bug434892.patch
mono/repos/extra-x86_64/mini_amd64.patch
mono/repos/extra-x86_64/mono.binfmt.d
-------------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++
/bug434892.patch | 22 ++++++++
/mini_amd64.patch | 26 ++++++++++
/mono.binfmt.d | 2
extra-i686/PKGBUILD | 51 --------------------
extra-i686/bug434892.patch | 11 ----
extra-i686/mini_amd64.patch | 13 -----
extra-i686/mono.binfmt.d | 1
extra-x86_64/PKGBUILD | 51 --------------------
extra-x86_64/bug434892.patch | 11 ----
extra-x86_64/mini_amd64.patch | 13 -----
extra-x86_64/mono.binfmt.d | 1
12 files changed, 152 insertions(+), 152 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-i686/PKGBUILD 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-pkgname=mono
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="Free implementation of the .NET platform including runtime and compiler"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
-url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=2.10' 'sh')
-makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- mono.binfmt.d)
-md5sums=('7833809f5ddac1b8c605d4d26789987b'
- 'b9ef8a65fea497acf176cca16c1e2402')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- # build mono
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-
- # build jay
- cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- # install jay
- cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
- make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- # install binfmt conf file and pathes
- install -D -m644 "${srcdir}"/mono.binfmt.d "${pkgdir}"/usr/lib/binfmt.d/mono.conf
-
- #install license
- mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
- install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
-
- #fix .pc file to be able to request mono on what it depends, fixes #go-oo build
- sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
-}
Copied: mono/repos/extra-i686/PKGBUILD (from rev 194243, mono/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+pkgname=mono
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="Free implementation of the .NET platform including runtime and compiler"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
+url="http://www.mono-project.com/"
+depends=('zlib' 'libgdiplus>=2.10' 'sh')
+makedepends=('pkgconfig')
+options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+ mono.binfmt.d)
+md5sums=('7833809f5ddac1b8c605d4d26789987b'
+ 'b9ef8a65fea497acf176cca16c1e2402')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ # build mono
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+
+ # build jay
+ cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+
+ # install jay
+ cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+ make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ # install binfmt conf file and pathes
+ install -D -m644 "${srcdir}"/mono.binfmt.d "${pkgdir}"/usr/lib/binfmt.d/mono.conf
+
+ #install license
+ mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+ #fix .pc file to be able to request mono on what it depends, fixes #go-oo build
+ sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
+}
Deleted: extra-i686/bug434892.patch
===================================================================
--- extra-i686/bug434892.patch 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-i686/bug434892.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,11 +0,0 @@
---- trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/07/01 20:17:46 107006
-+++ trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/10/28 09:32:46 117243
-@@ -177,7 +177,7 @@
- foreach (OperationMessage om in op.Messages) {
- Message msg = ctx.Services.GetMessage (om.Message);
- foreach (MessagePart part in msg.Parts)
-- parts.Add (part,part);
-+ parts [part] = part; // do not use Add() - there could be the same MessagePart instance.
- }
- }
-
Copied: mono/repos/extra-i686/bug434892.patch (from rev 194243, mono/trunk/bug434892.patch)
===================================================================
--- extra-i686/bug434892.patch (rev 0)
+++ extra-i686/bug434892.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,11 @@
+--- trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/07/01 20:17:46 107006
++++ trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/10/28 09:32:46 117243
+@@ -177,7 +177,7 @@
+ foreach (OperationMessage om in op.Messages) {
+ Message msg = ctx.Services.GetMessage (om.Message);
+ foreach (MessagePart part in msg.Parts)
+- parts.Add (part,part);
++ parts [part] = part; // do not use Add() - there could be the same MessagePart instance.
+ }
+ }
+
Deleted: extra-i686/mini_amd64.patch
===================================================================
--- extra-i686/mini_amd64.patch 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-i686/mini_amd64.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,13 +0,0 @@
---- mono/mini/mini-amd64.c 2009-03-19 21:08:18 UTC (rev 129824)
-+++ mono/mini/mini-amd64.c 2009-03-19 21:09:53 UTC (rev 129825)
-@@ -1009,7 +1009,7 @@
- locals_size += mono_type_size (ins->inst_vtype, &ialign);
- }
-
-- if ((cfg->num_varinfo > 10000) || (locals_size >= (1 << 15))) {
-+ if ((cfg->num_varinfo > 5000) || (locals_size >= (1 << 15)) || (header->code_size > 110000)) {
- /* Avoid hitting the stack_alloc_size < (1 << 16) assertion in emit_epilog () */
- cfg->arch.omit_fp = FALSE;
- }
-
-
Copied: mono/repos/extra-i686/mini_amd64.patch (from rev 194243, mono/trunk/mini_amd64.patch)
===================================================================
--- extra-i686/mini_amd64.patch (rev 0)
+++ extra-i686/mini_amd64.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,13 @@
+--- mono/mini/mini-amd64.c 2009-03-19 21:08:18 UTC (rev 129824)
++++ mono/mini/mini-amd64.c 2009-03-19 21:09:53 UTC (rev 129825)
+@@ -1009,7 +1009,7 @@
+ locals_size += mono_type_size (ins->inst_vtype, &ialign);
+ }
+
+- if ((cfg->num_varinfo > 10000) || (locals_size >= (1 << 15))) {
++ if ((cfg->num_varinfo > 5000) || (locals_size >= (1 << 15)) || (header->code_size > 110000)) {
+ /* Avoid hitting the stack_alloc_size < (1 << 16) assertion in emit_epilog () */
+ cfg->arch.omit_fp = FALSE;
+ }
+
+
Deleted: extra-i686/mono.binfmt.d
===================================================================
--- extra-i686/mono.binfmt.d 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-i686/mono.binfmt.d 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1 +0,0 @@
-:CLR:M::MZ::/usr/bin/mono:
Copied: mono/repos/extra-i686/mono.binfmt.d (from rev 194243, mono/trunk/mono.binfmt.d)
===================================================================
--- extra-i686/mono.binfmt.d (rev 0)
+++ extra-i686/mono.binfmt.d 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1 @@
+:CLR:M::MZ::/usr/bin/mono:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-x86_64/PKGBUILD 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-pkgname=mono
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="Free implementation of the .NET platform including runtime and compiler"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
-url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=2.10' 'sh')
-makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- mono.binfmt.d)
-md5sums=('7833809f5ddac1b8c605d4d26789987b'
- 'b9ef8a65fea497acf176cca16c1e2402')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- # build mono
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-
- # build jay
- cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- # install jay
- cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
- make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- # install binfmt conf file and pathes
- install -D -m644 "${srcdir}"/mono.binfmt.d "${pkgdir}"/usr/lib/binfmt.d/mono.conf
-
- #install license
- mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
- install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
-
- #fix .pc file to be able to request mono on what it depends, fixes #go-oo build
- sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
-}
Copied: mono/repos/extra-x86_64/PKGBUILD (from rev 194243, mono/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+pkgname=mono
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="Free implementation of the .NET platform including runtime and compiler"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
+url="http://www.mono-project.com/"
+depends=('zlib' 'libgdiplus>=2.10' 'sh')
+makedepends=('pkgconfig')
+options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+ mono.binfmt.d)
+md5sums=('7833809f5ddac1b8c605d4d26789987b'
+ 'b9ef8a65fea497acf176cca16c1e2402')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ # build mono
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+
+ # build jay
+ cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+
+ # install jay
+ cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+ make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ # install binfmt conf file and pathes
+ install -D -m644 "${srcdir}"/mono.binfmt.d "${pkgdir}"/usr/lib/binfmt.d/mono.conf
+
+ #install license
+ mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+ #fix .pc file to be able to request mono on what it depends, fixes #go-oo build
+ sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
+}
Deleted: extra-x86_64/bug434892.patch
===================================================================
--- extra-x86_64/bug434892.patch 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-x86_64/bug434892.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,11 +0,0 @@
---- trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/07/01 20:17:46 107006
-+++ trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/10/28 09:32:46 117243
-@@ -177,7 +177,7 @@
- foreach (OperationMessage om in op.Messages) {
- Message msg = ctx.Services.GetMessage (om.Message);
- foreach (MessagePart part in msg.Parts)
-- parts.Add (part,part);
-+ parts [part] = part; // do not use Add() - there could be the same MessagePart instance.
- }
- }
-
Copied: mono/repos/extra-x86_64/bug434892.patch (from rev 194243, mono/trunk/bug434892.patch)
===================================================================
--- extra-x86_64/bug434892.patch (rev 0)
+++ extra-x86_64/bug434892.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,11 @@
+--- trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/07/01 20:17:46 107006
++++ trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs 2008/10/28 09:32:46 117243
+@@ -177,7 +177,7 @@
+ foreach (OperationMessage om in op.Messages) {
+ Message msg = ctx.Services.GetMessage (om.Message);
+ foreach (MessagePart part in msg.Parts)
+- parts.Add (part,part);
++ parts [part] = part; // do not use Add() - there could be the same MessagePart instance.
+ }
+ }
+
Deleted: extra-x86_64/mini_amd64.patch
===================================================================
--- extra-x86_64/mini_amd64.patch 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-x86_64/mini_amd64.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1,13 +0,0 @@
---- mono/mini/mini-amd64.c 2009-03-19 21:08:18 UTC (rev 129824)
-+++ mono/mini/mini-amd64.c 2009-03-19 21:09:53 UTC (rev 129825)
-@@ -1009,7 +1009,7 @@
- locals_size += mono_type_size (ins->inst_vtype, &ialign);
- }
-
-- if ((cfg->num_varinfo > 10000) || (locals_size >= (1 << 15))) {
-+ if ((cfg->num_varinfo > 5000) || (locals_size >= (1 << 15)) || (header->code_size > 110000)) {
- /* Avoid hitting the stack_alloc_size < (1 << 16) assertion in emit_epilog () */
- cfg->arch.omit_fp = FALSE;
- }
-
-
Copied: mono/repos/extra-x86_64/mini_amd64.patch (from rev 194243, mono/trunk/mini_amd64.patch)
===================================================================
--- extra-x86_64/mini_amd64.patch (rev 0)
+++ extra-x86_64/mini_amd64.patch 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1,13 @@
+--- mono/mini/mini-amd64.c 2009-03-19 21:08:18 UTC (rev 129824)
++++ mono/mini/mini-amd64.c 2009-03-19 21:09:53 UTC (rev 129825)
+@@ -1009,7 +1009,7 @@
+ locals_size += mono_type_size (ins->inst_vtype, &ialign);
+ }
+
+- if ((cfg->num_varinfo > 10000) || (locals_size >= (1 << 15))) {
++ if ((cfg->num_varinfo > 5000) || (locals_size >= (1 << 15)) || (header->code_size > 110000)) {
+ /* Avoid hitting the stack_alloc_size < (1 << 16) assertion in emit_epilog () */
+ cfg->arch.omit_fp = FALSE;
+ }
+
+
Deleted: extra-x86_64/mono.binfmt.d
===================================================================
--- extra-x86_64/mono.binfmt.d 2013-09-11 08:21:43 UTC (rev 194243)
+++ extra-x86_64/mono.binfmt.d 2013-09-11 08:25:23 UTC (rev 194244)
@@ -1 +0,0 @@
-:CLR:M::MZ::/usr/bin/mono:
Copied: mono/repos/extra-x86_64/mono.binfmt.d (from rev 194243, mono/trunk/mono.binfmt.d)
===================================================================
--- extra-x86_64/mono.binfmt.d (rev 0)
+++ extra-x86_64/mono.binfmt.d 2013-09-11 08:25:23 UTC (rev 194244)
@@ -0,0 +1 @@
+:CLR:M::MZ::/usr/bin/mono:
More information about the arch-commits
mailing list