OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 28-Mar-2009 20:13:00 Branch: HEAD Handle: 2009032819130000 Modified files: openpkg-src/mono mono.patch mono.spec Log: upgrading package: mono 2.2 -> 2.4 Summary: Revision Changes Path 1.18 +14 -14 openpkg-src/mono/mono.patch 1.60 +2 -2 openpkg-src/mono/mono.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mono/mono.patch ============================================================================ $ cvs diff -u -r1.17 -r1.18 mono.patch --- openpkg-src/mono/mono.patch 15 Jan 2009 18:34:53 -0000 1.17 +++ openpkg-src/mono/mono.patch 28 Mar 2009 19:13:00 -0000 1.18 @@ -1,6 +1,6 @@ Index: mcs/jay/Makefile ---- mcs/jay/Makefile.orig 2008-11-11 05:59:58 +0100 -+++ mcs/jay/Makefile 2009-01-15 19:07:00 +0100 +--- mcs/jay/Makefile.orig 2009-02-14 00:37:55 +0100 ++++ mcs/jay/Makefile 2009-03-28 18:53:47 +0100 @@ -2,7 +2,7 @@ SUBDIRS := include ../build/rules.make @@ -29,20 +29,20 @@ uninstall-local: -rm -f $(DESTDIR)$(prefix)/bin/jay Index: mono/Makefile.in ---- mono/Makefile.in.orig 2009-01-09 16:55:58 +0100 -+++ mono/Makefile.in 2009-01-15 19:07:00 +0100 -@@ -239,7 +239,7 @@ +--- mono/Makefile.in.orig 2009-03-13 15:51:07 +0100 ++++ mono/Makefile.in 2009-03-28 18:56:41 +0100 +@@ -240,7 +240,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ - SUBDIRS = utils io-layer monoburg os cil metadata \ + SUBDIRS = utils io-layer os cil metadata \ - arch interpreter mini dis monograph tests benchmark profiler + arch interpreter mini dis monograph benchmark profiler all: all-recursive Index: mono/mini/mini-x86.c ---- mono/mini/mini-x86.c.orig 2008-11-11 05:56:14 +0100 -+++ mono/mini/mini-x86.c 2009-01-15 19:07:00 +0100 +--- mono/mini/mini-x86.c.orig 2009-03-13 15:50:07 +0100 ++++ mono/mini/mini-x86.c 2009-03-28 18:53:47 +0100 @@ -476,6 +476,34 @@ return cinfo; } @@ -79,8 +79,8 @@ * mono_arch_get_argument_info: * @csig: a method signature Index: mono/utils/mono-codeman.c ---- mono/utils/mono-codeman.c.orig 2008-09-02 17:42:54 +0200 -+++ mono/utils/mono-codeman.c 2009-01-15 19:07:00 +0100 +--- mono/utils/mono-codeman.c.orig 2009-02-14 00:33:07 +0100 ++++ mono/utils/mono-codeman.c 2009-03-28 18:53:47 +0100 @@ -43,7 +43,7 @@ #define MAX_WASTAGE 32 #define MIN_BSIZE 32 @@ -91,8 +91,8 @@ #else #define ARCH_MAP_FLAGS 0 Index: mono/utils/mono-proclib.c ---- mono/utils/mono-proclib.c.orig 2008-11-11 05:56:14 +0100 -+++ mono/utils/mono-proclib.c 2009-01-15 19:07:00 +0100 +--- mono/utils/mono-proclib.c.orig 2009-02-14 00:33:07 +0100 ++++ mono/utils/mono-proclib.c 2009-03-28 18:53:47 +0100 @@ -16,6 +16,7 @@ #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) #include <sys/types.h> @@ -102,8 +102,8 @@ #ifdef HAVE_SYS_USER_H #include <sys/user.h> Index: support/stdio.c ---- support/stdio.c.orig 2008-07-01 19:51:14 +0200 -+++ support/stdio.c 2009-01-15 19:07:00 +0100 +--- support/stdio.c.orig 2009-02-14 00:34:54 +0100 ++++ support/stdio.c 2009-03-28 18:53:47 +0100 @@ -146,13 +146,13 @@ Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t size) { @@ . patch -p0 <<'@@ .' Index: openpkg-src/mono/mono.spec ============================================================================ $ cvs diff -u -r1.59 -r1.60 mono.spec --- openpkg-src/mono/mono.spec 15 Jan 2009 18:34:53 -0000 1.59 +++ openpkg-src/mono/mono.spec 28 Mar 2009 19:13:00 -0000 1.60 @@ -23,7 +23,7 @@ # package version %define V_major 2 -%define V_minor 2 +%define V_minor 4 # package information Name: mono @@ -36,7 +36,7 @@ Group: Language License: GPL Version: %{V_major}.%{V_minor} -Release: 20090115 +Release: 20090328 # list of sources Source0: http://go-mono.com/sources/mono/mono-%{version}.tar.bz2 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org