[Frugalware-git] kdetesting2: mono-2.8.2-1-i686 *version bump

bouleetbil bouleetbil at frogdev.info
Wed Jan 26 20:17:44 CET 2011


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=ed0e678353869861a9bb7e4b3486707310c2477c

commit ed0e678353869861a9bb7e4b3486707310c2477c
Author: bouleetbil <bouleetbil at frogdev.info>
Date:   Sat Jan 8 18:33:16 2011 +0000

mono-2.8.2-1-i686
*version bump

diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild
index 7e6b988..e10fa36 100644
--- a/source/devel/mono/FrugalBuild
+++ b/source/devel/mono/FrugalBuild
@@ -4,16 +4,11 @@
USE_DEVEL=${USE_DEVEL:-"n"}
USE_MONOFORBUILD=${USE_MONOFORBUILD:-"n"}
USE_MOONLIGHT=${USE_MOONLIGHT:-"n"}
-
-if [ "$CARCH" == "ppc" ]; then
-	USE_DOC=${USE_DOC:-"n"}
-else
-	USE_DOC=${USE_DOC:-"y"}
-fi
+USE_DOC=${USE_DOC:-"y"}

pkgname=mono
-pkgver=2.8.1
-pkgrel=2
+pkgver=2.8.2
+pkgrel=1
pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter"
url="http://www.mono-project.com/"
depends=('zlib')
@@ -26,7 +21,7 @@ groups=('devel')
archs=('i686' 'x86_64' 'ppc')
Finclude mono
up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'"
-source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 ppc_thread.diff moonlight.diff)
+source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 moonlight.diff)
replaces=('monodoc')
conflicts=('monodoc')
provides=('monodoc')
@@ -59,8 +54,7 @@ fi
if ! Fuse $USE_DOC; then
Fconfopts="${Fconfopts[@]} --with-mcs-docs=no"
fi
-sha1sums=('c46f9d8282803e8fd137acdb126e34421762b13c' \
-          '3dda8a39085fddec0b0e25e31743d49762575605' \
+sha1sums=('4223a40706b422c44be5eb1c89b4f316026a02a5' \
'bbb6568efbd9787afa63141505b0810359d1b455')

if Fuse $USE_DEVEL; then
diff --git a/source/devel/mono/delete_broken_assert.diff b/source/devel/mono/delete_broken_assert.diff
deleted file mode 100644
index 5131a87..0000000
--- a/source/devel/mono/delete_broken_assert.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- mono-2.6.7/mono/metadata/class.c.old	2010-07-09 23:38:55.000000000 +0000
-+++ mono-2.6.7/mono/metadata/class.c	2010-08-12 17:04:02.000000000 +0000
-@@ -1722,7 +1722,7 @@
- 					field->offset &= ~(align - 1);
- 				}
- 				/*TypeBuilders produce all sort of weird things*/
--				g_assert (class->image->dynamic || field->offset > 0);
-+
- 				real_size = field->offset + size;
- 			}
-
diff --git a/source/devel/mono/ppc_thread.diff b/source/devel/mono/ppc_thread.diff
deleted file mode 100644
index ca999f6..0000000
--- a/source/devel/mono/ppc_thread.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-#Binds ppc to use only one core to workaround threading problems for ppc.
-http://cvs.fedoraproject.org/viewvc/rpms/mono/devel/mono-2.2-ppc-threading.patch?view=log
-
---- mono-2.2/mono/mini/main.c	2008-11-18 19:00:26.000000000 +0000
-+++ mono-2.2/mono/mini/main-new.c	2008-11-18 19:16:11.000000000 +0000
-@@ -26,10 +26,14 @@
- }
-
- #else
--
-+#include <sched.h>
- int
- main (int argc, char* argv[])
- {
-+#ifdef __powerpc__
-+  unsigned long mask = 1;
-+  sched_setaffinity(0, sizeof(mask), &mask);
-+#endif
- 	mono_build_date = build_date;
- 	return mono_main (argc, argv);
- }


More information about the Frugalware-git mailing list