[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2009-03-28 Thread Ralf S. Engelschall
  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: 200903281913

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 2.2 - 2.4

  Summary:
RevisionChanges 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 -  1.17
  +++ openpkg-src/mono/mono.patch   28 Mar 2009 19:13:00 -  1.18
  @@ -1,6 +1,6 @@
   Index: mcs/jay/Makefile
   mcs/jay/Makefile.orig2008-11-11 05:59:58 +0100
  -+++ mcs/jay/Makefile 2009-01-15 19:07:00 +0100
  +--- mcs/jay/Makefile.orig2009-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.orig2009-01-09 16:55:58 +0100
  -+++ mono/Makefile.in 2009-01-15 19:07:00 +0100
  -@@ -239,7 +239,7 @@
  +--- mono/Makefile.in.orig2009-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.orig2008-11-11 05:56:14 +0100
  -+++ mono/mini/mini-x86.c 2009-01-15 19:07:00 +0100
  +--- mono/mini/mini-x86.c.orig2009-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.c2009-01-15 19:07:00 +0100
  +--- mono/utils/mono-codeman.c.orig   2009-02-14 00:33:07 +0100
   mono/utils/mono-codeman.c2009-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.c2009-01-15 19:07:00 +0100
  +--- mono/utils/mono-proclib.c.orig   2009-02-14 00:33:07 +0100
   mono/utils/mono-proclib.c2009-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.spec15 Jan 2009 18:34:53 -  1.59
  +++ openpkg-src/mono/mono.spec28 Mar 2009 19:13:00 -  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


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2009-01-15 Thread Ralf S. Engelschall
  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:   15-Jan-2009 19:34:53
  Branch: HEAD Handle: 2009011518345300

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 2.0.1 - 2.2

  Summary:
RevisionChanges Path
1.17+29 -18 openpkg-src/mono/mono.patch
1.59+3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.16 -r1.17 mono.patch
  --- openpkg-src/mono/mono.patch   31 Aug 2007 15:58:26 -  1.16
  +++ openpkg-src/mono/mono.patch   15 Jan 2009 18:34:53 -  1.17
  @@ -1,6 +1,6 @@
   Index: mcs/jay/Makefile
   mcs/jay/Makefile.orig2007-04-25 20:48:54 +0200
  -+++ mcs/jay/Makefile 2007-08-31 15:47:11 +0200
  +--- mcs/jay/Makefile.orig2008-11-11 05:59:58 +0100
   mcs/jay/Makefile 2009-01-15 19:07:00 +0100
   @@ -2,7 +2,7 @@
SUBDIRS := 
include ../build/rules.make
  @@ -29,11 +29,11 @@
uninstall-local:
-rm -f $(DESTDIR)$(prefix)/bin/jay
   Index: mono/Makefile.in
   mono/Makefile.in.orig2007-08-27 21:33:44 +0200
  -+++ mono/Makefile.in 2007-08-31 15:47:11 +0200
  -@@ -274,7 +274,7 @@
  - target_os = @target_os@
  - target_vendor = @target_vendor@
  +--- mono/Makefile.in.orig2009-01-09 16:55:58 +0100
   mono/Makefile.in 2009-01-15 19:07:00 +0100
  +@@ -239,7 +239,7 @@
  + top_builddir = @top_builddir@
  + top_srcdir = @top_srcdir@
SUBDIRS = utils io-layer monoburg os cil metadata \
   -  arch interpreter mini dis monograph tests benchmark profiler
   +  arch interpreter mini dis monograph benchmark profiler
  @@ -41,9 +41,9 @@
all: all-recursive

   Index: mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2007-07-24 23:47:30 +0200
  -+++ mono/mini/mini-x86.c 2007-08-31 15:47:11 +0200
  -@@ -424,6 +424,34 @@
  +--- mono/mini/mini-x86.c.orig2008-11-11 05:56:14 +0100
   mono/mini/mini-x86.c 2009-01-15 19:07:00 +0100
  +@@ -476,6 +476,34 @@
return cinfo;
}

  @@ -79,9 +79,9 @@
 * mono_arch_get_argument_info:
 * @csig:  a method signature
   Index: mono/utils/mono-codeman.c
   mono/utils/mono-codeman.c.orig   2007-08-01 20:07:31 +0200
  -+++ mono/utils/mono-codeman.c2007-08-31 15:47:11 +0200
  -@@ -31,7 +31,7 @@
  +--- mono/utils/mono-codeman.c.orig   2008-09-02 17:42:54 +0200
   mono/utils/mono-codeman.c2009-01-15 19:07:00 +0100
  +@@ -43,7 +43,7 @@
#define MAX_WASTAGE 32
#define MIN_BSIZE 32

  @@ -90,10 +90,21 @@
#define ARCH_MAP_FLAGS MONO_MMAP_32BIT
#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.c2009-01-15 19:07:00 +0100
  +@@ -16,6 +16,7 @@
  + #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || 
defined(__NetBSD__)
  + #include sys/types.h
  + #include sys/sysctl.h
  ++#include sys/param.h
  + #include sys/proc.h
  + #ifdef HAVE_SYS_USER_H
  + #include sys/user.h
   Index: support/stdio.c
   support/stdio.c.orig 2007-07-24 23:47:31 +0200
  -+++ support/stdio.c  2007-08-31 17:20:28 +0200
  -@@ -142,13 +142,13 @@
  +--- support/stdio.c.orig 2008-07-01 19:51:14 +0200
   support/stdio.c  2009-01-15 19:07:00 +0100
  +@@ -146,13 +146,13 @@
Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t 
size)
{
mph_return_if_size_t_overflow (size);
  @@ -109,7 +120,7 @@
return 0;
}

  -@@ -157,13 +157,13 @@
  +@@ -161,13 +161,13 @@
{
mph_return_if_long_overflow (offset);

  @@ -125,7 +136,7 @@
}

void*
  -@@ -176,20 +176,20 @@
  +@@ -180,20 +180,20 @@
gint32
Mono_Posix_Stdlib_fgetpos (void* stream, void *pos)
{
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.58 -r1.59 mono.spec
  --- openpkg-src/mono/mono.spec23 Oct 2008 22:16:53 -  1.58
  +++ openpkg-src/mono/mono.spec15 Jan 2009 18:34:53 -  1.59
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_major 2.0
  -%define   V_minor 1
  +%define   V_major 2
  +%define   V_minor 2
   
   #   package information
   Name: mono
  @@ -36,7 +36,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20081024
  

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2007-08-31 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Aug-2007 17:58:27
  Branch: HEAD Handle: 2007083116582600

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.2.3.1 - 1.2.5

  Summary:
RevisionChanges Path
1.16+23 -35 openpkg-src/mono/mono.patch
1.50+23 -5  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.15 -r1.16 mono.patch
  --- openpkg-src/mono/mono.patch   7 Feb 2007 11:13:06 -   1.15
  +++ openpkg-src/mono/mono.patch   31 Aug 2007 15:58:26 -  1.16
  @@ -1,6 +1,6 @@
   Index: mcs/jay/Makefile
   mcs/jay/Makefile.orig2006-04-14 19:47:49 +0200
  -+++ mcs/jay/Makefile 2007-02-07 11:56:40 +0100
  +--- mcs/jay/Makefile.orig2007-04-25 20:48:54 +0200
   mcs/jay/Makefile 2007-08-31 15:47:11 +0200
   @@ -2,7 +2,7 @@
SUBDIRS := 
include ../build/rules.make
  @@ -29,9 +29,9 @@
uninstall-local:
-rm -f $(DESTDIR)$(prefix)/bin/jay
   Index: mono/Makefile.in
   mono/Makefile.in.orig2007-02-07 02:53:37 +0100
  -+++ mono/Makefile.in 2007-02-07 11:56:40 +0100
  -@@ -268,7 +268,7 @@
  +--- mono/Makefile.in.orig2007-08-27 21:33:44 +0200
   mono/Makefile.in 2007-08-31 15:47:11 +0200
  +@@ -274,7 +274,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = utils io-layer monoburg os cil metadata \
  @@ -40,21 +40,10 @@

all: all-recursive

  -Index: mono/mini/aot-runtime.c
   mono/mini/aot-runtime.c.orig 2007-01-25 07:11:23 +0100
  -+++ mono/mini/aot-runtime.c  2007-02-07 11:56:40 +0100
  -@@ -10,6 +10,7 @@
  - 
  - #include config.h
  - #include sys/types.h
  -+#include sys/wait.h
  - #include unistd.h
  - #include fcntl.h
  - #include string.h
   Index: mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2007-01-25 07:11:22 +0100
  -+++ mono/mini/mini-x86.c 2007-02-07 11:56:40 +0100
  -@@ -419,6 +419,34 @@
  +--- mono/mini/mini-x86.c.orig2007-07-24 23:47:30 +0200
   mono/mini/mini-x86.c 2007-08-31 15:47:11 +0200
  +@@ -424,6 +424,34 @@
return cinfo;
}

  @@ -90,9 +79,9 @@
 * mono_arch_get_argument_info:
 * @csig:  a method signature
   Index: mono/utils/mono-codeman.c
   mono/utils/mono-codeman.c.orig   2007-01-25 07:11:23 +0100
  -+++ mono/utils/mono-codeman.c2007-02-07 11:57:12 +0100
  -@@ -24,7 +24,7 @@
  +--- mono/utils/mono-codeman.c.orig   2007-08-01 20:07:31 +0200
   mono/utils/mono-codeman.c2007-08-31 15:47:11 +0200
  +@@ -31,7 +31,7 @@
#define MAX_WASTAGE 32
#define MIN_BSIZE 32

  @@ -102,9 +91,9 @@
#else
#define ARCH_MAP_FLAGS 0
   Index: support/stdio.c
   support/stdio.c.orig 2006-11-02 19:09:53 +0100
  -+++ support/stdio.c  2007-02-07 11:56:40 +0100
  -@@ -142,14 +142,14 @@
  +--- support/stdio.c.orig 2007-07-24 23:47:31 +0200
   support/stdio.c  2007-08-31 17:20:28 +0200
  +@@ -142,13 +142,13 @@
Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t 
size)
{
mph_return_if_size_t_overflow (size);
  @@ -115,13 +104,12 @@
int 
Mono_Posix_Stdlib_setbuf (void* stream, void* buf)
{
  - errno = 0;
   -setbuf (stream, buf);
   +setbuf ((FILE *)stream, buf);
  - return errno == 0 ? 0 : -1;
  + return 0;
}

  -@@ -158,13 +158,13 @@
  +@@ -157,13 +157,13 @@
{
mph_return_if_long_overflow (offset);

  @@ -137,7 +125,7 @@
}

void*
  -@@ -177,20 +177,20 @@
  +@@ -176,20 +176,20 @@
gint32
Mono_Posix_Stdlib_fgetpos (void* stream, void *pos)
{
  @@ -155,9 +143,9 @@
int
Mono_Posix_Stdlib_rewind (void* stream)
{
  - errno = 0;
  --rewind (stream);
  -+rewind ((FILE *)stream);
  - return errno == 0 ? 0 : -1;
  - }
  - 
  + do {
  +-rewind (stream);
  ++rewind ((FILE *)stream);
  + } while (errno == EINTR);
  + mph_return_if_val_in_list5(errno, EAGAIN, EBADF, EFBIG, EINVAL, EIO);
  + mph_return_if_val_in_list5(errno, ENOSPC, ENXIO, EOVERFLOW, EPIPE, 
ESPIPE);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.49 -r1.50 mono.spec
  --- openpkg-src/mono/mono.spec20 Jul 2007 20:17:24 -  1.49
  +++ openpkg-src/mono/mono.spec31 Aug 2007 15:58:26 -  1.50
  @@ -24,7 +24,7 @@
   
   

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2007-02-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Feb-2007 12:13:06
  Branch: HEAD Handle: 2007020711130600

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.2.2.1 - 1.2.3

  Summary:
RevisionChanges Path
1.15+17 -17 openpkg-src/mono/mono.patch
1.47+2  -2  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.14 -r1.15 mono.patch
  --- openpkg-src/mono/mono.patch   10 Nov 2006 07:51:22 -  1.14
  +++ openpkg-src/mono/mono.patch   7 Feb 2007 11:13:06 -   1.15
  @@ -1,6 +1,6 @@
   Index: mcs/jay/Makefile
   mcs/jay/Makefile.orig2006-11-10 08:13:27 +0100
  -+++ mcs/jay/Makefile 2006-11-10 08:23:02 +0100
  +--- mcs/jay/Makefile.orig2006-04-14 19:47:49 +0200
   mcs/jay/Makefile 2007-02-07 11:56:40 +0100
   @@ -2,7 +2,7 @@
SUBDIRS := 
include ../build/rules.make
  @@ -29,9 +29,9 @@
uninstall-local:
-rm -f $(DESTDIR)$(prefix)/bin/jay
   Index: mono/Makefile.in
   mono/Makefile.in.orig2006-11-02 19:15:52 +0100
  -+++ mono/Makefile.in 2006-11-10 08:02:45 +0100
  -@@ -264,7 +264,7 @@
  +--- mono/Makefile.in.orig2007-02-07 02:53:37 +0100
   mono/Makefile.in 2007-02-07 11:56:40 +0100
  +@@ -268,7 +268,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = utils io-layer monoburg os cil metadata \
  @@ -41,8 +41,8 @@
all: all-recursive

   Index: mono/mini/aot-runtime.c
   mono/mini/aot-runtime.c.orig 2006-11-02 19:09:51 +0100
  -+++ mono/mini/aot-runtime.c  2006-11-10 08:02:45 +0100
  +--- mono/mini/aot-runtime.c.orig 2007-01-25 07:11:23 +0100
   mono/mini/aot-runtime.c  2007-02-07 11:56:40 +0100
   @@ -10,6 +10,7 @@

#include config.h
  @@ -52,9 +52,9 @@
#include fcntl.h
#include string.h
   Index: mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2006-11-02 19:09:51 +0100
  -+++ mono/mini/mini-x86.c 2006-11-10 08:02:45 +0100
  -@@ -418,6 +418,34 @@
  +--- mono/mini/mini-x86.c.orig2007-01-25 07:11:22 +0100
   mono/mini/mini-x86.c 2007-02-07 11:56:40 +0100
  +@@ -419,6 +419,34 @@
return cinfo;
}

  @@ -90,20 +90,20 @@
 * mono_arch_get_argument_info:
 * @csig:  a method signature
   Index: mono/utils/mono-codeman.c
   mono/utils/mono-codeman.c.orig   2006-10-12 02:10:22 +0200
  -+++ mono/utils/mono-codeman.c2006-11-10 08:02:45 +0100
  -@@ -45,7 +45,7 @@
  - #endif
  - #endif
  +--- mono/utils/mono-codeman.c.orig   2007-01-25 07:11:23 +0100
   mono/utils/mono-codeman.c2007-02-07 11:57:12 +0100
  +@@ -24,7 +24,7 @@
  + #define MAX_WASTAGE 32
  + #define MIN_BSIZE 32

   -#ifdef __x86_64__
   +#if defined(__x86_64__)  !defined(__FreeBSD__)
  - #define ARCH_MAP_FLAGS MAP_32BIT
  + #define ARCH_MAP_FLAGS MONO_MMAP_32BIT
#else
#define ARCH_MAP_FLAGS 0
   Index: support/stdio.c
   --- support/stdio.c.orig 2006-11-02 19:09:53 +0100
  -+++ support/stdio.c  2006-11-10 08:02:45 +0100
   support/stdio.c  2007-02-07 11:56:40 +0100
   @@ -142,14 +142,14 @@
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.46 -r1.47 mono.spec
  --- openpkg-src/mono/mono.spec1 Jan 2007 17:39:51 -   1.46
  +++ openpkg-src/mono/mono.spec7 Feb 2007 11:13:06 -   1.47
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.2
  -%define   V_minor 2.1
  +%define   V_minor 3
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061207
  +Release:  20070207
   
   #   list of sources
   Source0:  http://go-mono.com/sources/mono/mono-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-10-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Oct-2006 15:32:56
  Branch: HEAD Handle: 2006102414325300

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
try to fix one more FreeBSD/amd64 problem, but downgrade to EVAL class
as Mono is still too unportable in general

  Summary:
RevisionChanges Path
1.13+12 -0  openpkg-src/mono/mono.patch
1.41+1  -1  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.12 -r1.13 mono.patch
  --- openpkg-src/mono/mono.patch   15 Oct 2006 09:27:48 -  1.12
  +++ openpkg-src/mono/mono.patch   24 Oct 2006 13:32:53 -  1.13
  @@ -143,3 +143,15 @@
return errno == 0 ? 0 : -1;
}

  +Index: mono/utils/mono-codeman.c
  +--- mono/utils/mono-codeman.c.orig   2006-10-12 02:10:22 +0200
   mono/utils/mono-codeman.c2006-10-24 14:47:36 +0200
  +@@ -45,7 +45,7 @@
  + #endif
  + #endif
  + 
  +-#ifdef __x86_64__
  ++#if defined(__x86_64__)  !defined(__FreeBSD__)
  + #define ARCH_MAP_FLAGS MAP_32BIT
  + #else
  + #define ARCH_MAP_FLAGS 0
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.40 -r1.41 mono.spec
  --- openpkg-src/mono/mono.spec24 Oct 2006 10:54:52 -  1.40
  +++ openpkg-src/mono/mono.spec24 Oct 2006 13:32:53 -  1.41
  @@ -33,7 +33,7 @@
   Vendor:   The Mono Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-10-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Oct-2006 11:27:49
  Branch: HEAD Handle: 2006101510274800

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
A few package fixes. Thanks to Michael Schloh.

  Summary:
RevisionChanges Path
1.12+1  -1  openpkg-src/mono/mono.patch
1.39+1  -1  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.11 -r1.12 mono.patch
  --- openpkg-src/mono/mono.patch   14 Oct 2006 07:31:54 -  1.11
  +++ openpkg-src/mono/mono.patch   15 Oct 2006 09:27:48 -  1.12
  @@ -47,7 +47,7 @@
   +union IEEEd2bits {
   +double d;
   +struct {
  -+#if _BYTE_ORDER == _LITTLE_ENDIAN
  ++#if _BYTE_ORDER == G_LITTLE_ENDIAN
   +unsigned intmanl:32;
   +unsigned intmanh:20;
   +unsigned intexp :11;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.38 -r1.39 mono.spec
  --- openpkg-src/mono/mono.spec14 Oct 2006 07:31:55 -  1.38
  +++ openpkg-src/mono/mono.spec15 Oct 2006 09:27:48 -  1.39
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061014
  +Release:  20061015
   
   #   list of sources
   Source0:  http://go-mono.com/sources/mono/mono-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-10-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Oct-2006 09:31:55
  Branch: HEAD Handle: 2006101408315401

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrade and try to add it as PLUS class package

  Summary:
RevisionChanges Path
1.11+11 -0  openpkg-src/mono/mono.patch
1.38+3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.10 -r1.11 mono.patch
  --- openpkg-src/mono/mono.patch   29 Aug 2006 17:35:27 -  1.10
  +++ openpkg-src/mono/mono.patch   14 Oct 2006 07:31:54 -  1.11
  @@ -13,6 +13,17 @@
SQLITE=libsqlite.so.0
SQLITE3=libsqlite3.so.0
X11=libX11.so
  +Index: mono/mini/aot-runtime.c
  +--- mono/mini/aot-runtime.c.orig 2006-10-12 02:10:21 +0200
   mono/mini/aot-runtime.c  2006-10-14 09:07:11 +0200
  +@@ -10,6 +10,7 @@
  + 
  + #include config.h
  + #include sys/types.h
  ++#include sys/wait.h
  + #include unistd.h
  + #include fcntl.h
  + #include string.h
   Index: mono/Makefile.in
   --- mono/Makefile.in.orig2006-04-01 04:05:44 +0200
   +++ mono/Makefile.in 2006-04-03 08:41:32 +0200
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.37 -r1.38 mono.spec
  --- openpkg-src/mono/mono.spec13 Oct 2006 17:30:08 -  1.37
  +++ openpkg-src/mono/mono.spec14 Oct 2006 07:31:55 -  1.38
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 17.2
  +%define   V_minor 18
   
   #   package information
   Name: mono
  @@ -33,11 +33,11 @@
   Vendor:   The Mono Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:EVAL
  +Class:PLUS
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061014
   
   #   list of sources
   Source0:  http://go-mono.com/sources/mono/mono-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-08-29 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Aug-2006 19:35:28
  Branch: HEAD Handle: 2006082918352700

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.1.16.1 - 1.1.17

  Summary:
RevisionChanges Path
1.10+0  -9  openpkg-src/mono/mono.patch
1.34+2  -2  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.9 -r1.10 mono.patch
  --- openpkg-src/mono/mono.patch   3 Apr 2006 06:59:12 -   1.9
  +++ openpkg-src/mono/mono.patch   29 Aug 2006 17:35:27 -  1.10
  @@ -13,15 +13,6 @@
SQLITE=libsqlite.so.0
SQLITE3=libsqlite3.so.0
X11=libX11.so
  -Index: mcs/class/Microsoft.VisualBasic/fixup/fixup.pl
   mcs/class/Microsoft.VisualBasic/fixup/fixup.pl.orig  2006-04-01 
04:02:07 +0200
  -+++ mcs/class/Microsoft.VisualBasic/fixup/fixup.pl   2006-04-03 08:36:58 
+0200
  -@@ -1,4 +1,4 @@
  --#!/usr/bin/perl -w
  -+#!/usr/bin/env perl
  - #
  - # fixup.pl
  - #
   Index: mono/Makefile.in
   --- mono/Makefile.in.orig2006-04-01 04:05:44 +0200
   +++ mono/Makefile.in 2006-04-03 08:41:32 +0200
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.33 -r1.34 mono.spec
  --- openpkg-src/mono/mono.spec16 Jul 2006 07:56:47 -  1.33
  +++ openpkg-src/mono/mono.spec29 Aug 2006 17:35:27 -  1.34
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 16.1
  +%define   V_minor 17
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060716
  +Release:  20060829
   
   #   list of sources
   Source0:  http://go-mono.com/sources/mono/mono-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Apr-2006 08:59:13
  Branch: HEAD Handle: 2006040307591200

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.1.13.6 - 1.1.14

  Summary:
RevisionChanges Path
1.9 +17 -26 openpkg-src/mono/mono.patch
1.30+2  -2  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.8 -r1.9 mono.patch
  --- openpkg-src/mono/mono.patch   14 Jan 2006 12:40:29 -  1.8
  +++ openpkg-src/mono/mono.patch   3 Apr 2006 06:59:12 -   1.9
  @@ -1,7 +1,7 @@
   Index: configure
   configure.orig   2005-10-05 18:43:26 +0200
  -+++ configure2005-10-07 09:05:24 +0200
  -@@ -34527,6 +34527,11 @@
  +--- configure.orig   2006-04-01 04:05:54 +0200
   configure2006-04-03 08:36:58 +0200
  +@@ -35663,6 +35663,11 @@
INTERP_SUPPORTED=no
LIBC=libc.so.6
INTL=libc.so.6
  @@ -14,8 +14,8 @@
SQLITE3=libsqlite3.so.0
X11=libX11.so
   Index: mcs/class/Microsoft.VisualBasic/fixup/fixup.pl
   mcs/class/Microsoft.VisualBasic/fixup/fixup.pl.orig  2005-04-22 
08:31:29 +0200
  -+++ mcs/class/Microsoft.VisualBasic/fixup/fixup.pl   2006-01-14 09:40:14 
+0100
  +--- mcs/class/Microsoft.VisualBasic/fixup/fixup.pl.orig  2006-04-01 
04:02:07 +0200
   mcs/class/Microsoft.VisualBasic/fixup/fixup.pl   2006-04-03 08:36:58 
+0200
   @@ -1,4 +1,4 @@
   -#!/usr/bin/perl -w
   +#!/usr/bin/env perl
  @@ -23,30 +23,21 @@
# fixup.pl
#
   Index: mono/Makefile.in
   mono/Makefile.in.orig2006-01-12 20:34:40 +0100
  -+++ mono/Makefile.in 2006-01-14 09:27:13 +0100
  -@@ -56,7 +56,7 @@
  - ETAGS = etags
  - CTAGS = ctags
  - DIST_SUBDIRS = utils io-layer monoburg os cil metadata arch \
  --interpreter mini dis monograph tests benchmark handles \
  -+interpreter mini dis monograph benchmark handles \
  - profiler
  - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  - ACLOCAL = @ACLOCAL@
  -@@ -266,7 +266,7 @@
  - # the handles dir doesn't apply to windows
  - @[EMAIL PROTECTED] = handles
  +--- mono/Makefile.in.orig2006-04-01 04:05:44 +0200
   mono/Makefile.in 2006-04-03 08:41:32 +0200
  +@@ -263,7 +263,7 @@
  + target_os = @target_os@
  + target_vendor = @target_vendor@
SUBDIRS = utils io-layer monoburg os cil metadata \
  --  arch interpreter mini dis monograph tests benchmark $(HANDLES) 
profiler
  -+  arch interpreter mini dis monograph benchmark $(HANDLES) profiler
  +-  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.orig2005-11-11 18:51:24 +0100
  -+++ mono/mini/mini-x86.c 2006-01-14 09:27:13 +0100
  -@@ -383,6 +383,34 @@
  +--- mono/mini/mini-x86.c.orig2006-04-01 03:58:28 +0200
   mono/mini/mini-x86.c 2006-04-03 08:36:58 +0200
  +@@ -412,6 +412,34 @@
return cinfo;
}

  @@ -82,8 +73,8 @@
 * mono_arch_get_argument_info:
 * @csig:  a method signature
   Index: support/stdio.c
   support/stdio.c.orig 2005-10-14 13:58:02 +0200
  -+++ support/stdio.c  2006-01-14 09:27:13 +0100
  +--- support/stdio.c.orig 2006-03-13 23:58:00 +0100
   support/stdio.c  2006-04-03 08:36:58 +0200
   @@ -141,14 +141,14 @@
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.29 -r1.30 mono.spec
  --- openpkg-src/mono/mono.spec29 Mar 2006 06:35:09 -  1.29
  +++ openpkg-src/mono/mono.spec3 Apr 2006 06:59:12 -   1.30
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 13.6
  +%define   V_minor 14
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060329
  +Release:  20060403
   
   #   list of sources
   Source0:  
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List 

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-01-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Jan-2006 13:40:29
  Branch: HEAD Handle: 2006011412402900

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.1.13 - 1.1.13.1

  Summary:
RevisionChanges Path
1.8 +16 -7  openpkg-src/mono/mono.patch
1.25+3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.7 -r1.8 mono.patch
  --- openpkg-src/mono/mono.patch   10 Dec 2005 08:27:28 -  1.7
  +++ openpkg-src/mono/mono.patch   14 Jan 2006 12:40:29 -  1.8
  @@ -13,9 +13,18 @@
SQLITE=libsqlite.so.0
SQLITE3=libsqlite3.so.0
X11=libX11.so
  +Index: mcs/class/Microsoft.VisualBasic/fixup/fixup.pl
  +--- mcs/class/Microsoft.VisualBasic/fixup/fixup.pl.orig  2005-04-22 
08:31:29 +0200
   mcs/class/Microsoft.VisualBasic/fixup/fixup.pl   2006-01-14 09:40:14 
+0100
  +@@ -1,4 +1,4 @@
  +-#!/usr/bin/perl -w
  ++#!/usr/bin/env perl
  + #
  + # fixup.pl
  + #
   Index: mono/Makefile.in
   mono/Makefile.in.orig2005-10-05 18:43:16 +0200
  -+++ mono/Makefile.in 2005-10-07 09:10:21 +0200
  +--- mono/Makefile.in.orig2006-01-12 20:34:40 +0100
   mono/Makefile.in 2006-01-14 09:27:13 +0100
   @@ -56,7 +56,7 @@
ETAGS = etags
CTAGS = ctags
  @@ -25,7 +34,7 @@
profiler
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
  -@@ -259,7 +259,7 @@
  +@@ -266,7 +266,7 @@
# the handles dir doesn't apply to windows
@[EMAIL PROTECTED] = handles
SUBDIRS = utils io-layer monoburg os cil metadata \
  @@ -35,9 +44,9 @@
all: all-recursive

   Index: mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2005-08-25 11:14:53 +0200
  -+++ mono/mini/mini-x86.c 2005-10-07 09:05:01 +0200
  -@@ -388,6 +388,34 @@
  +--- mono/mini/mini-x86.c.orig2005-11-11 18:51:24 +0100
   mono/mini/mini-x86.c 2006-01-14 09:27:13 +0100
  +@@ -383,6 +383,34 @@
return cinfo;
}

  @@ -74,7 +83,7 @@
 * @csig:  a method signature
   Index: support/stdio.c
   --- support/stdio.c.orig 2005-10-14 13:58:02 +0200
  -+++ support/stdio.c  2005-11-10 08:05:13 +0100
   support/stdio.c  2006-01-14 09:27:13 +0100
   @@ -141,14 +141,14 @@
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.24 -r1.25 mono.spec
  --- openpkg-src/mono/mono.spec10 Jan 2006 15:45:28 -  1.24
  +++ openpkg-src/mono/mono.spec14 Jan 2006 12:40:29 -  1.25
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 13
  +%define   V_minor 13.1
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060110
  +Release:  20060114
   
   #   list of sources
   Source0:  
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig
  +BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig, perl
   PreReq:   OpenPKG, openpkg = 20040130
   BuildPreReq:  glib2, glib2::with_threads = yes
   PreReq:   glib2, glib2::with_threads = yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2005-12-10 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Dec-2005 09:27:28
  Branch: HEAD Handle: 2005121008272800

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.1.9.2 - 1.1.10.1

  Summary:
RevisionChanges Path
1.7 +69 -0  openpkg-src/mono/mono.patch
1.19+2  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.6 -r1.7 mono.patch
  --- openpkg-src/mono/mono.patch   7 Oct 2005 07:28:07 -   1.6
  +++ openpkg-src/mono/mono.patch   10 Dec 2005 08:27:28 -  1.7
  @@ -72,3 +72,72 @@
/*
 * mono_arch_get_argument_info:
 * @csig:  a method signature
  +Index: support/stdio.c
  +--- support/stdio.c.orig 2005-10-14 13:58:02 +0200
   support/stdio.c  2005-11-10 08:05:13 +0100
  +@@ -141,14 +141,14 @@
  + Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t 
size)
  + {
  + mph_return_if_size_t_overflow (size);
  +-return setvbuf (stream, (char *) buf, mode, (size_t) size);
  ++return setvbuf ((FILE *)stream, (char *) buf, mode, (size_t) size);
  + }
  + 
  + int 
  + Mono_Posix_Stdlib_setbuf (void* stream, void* buf)
  + {
  + errno = 0;
  +-setbuf (stream, buf);
  ++setbuf ((FILE *)stream, buf);
  + return errno == 0 ? 0 : -1;
  + }
  + 
  +@@ -157,13 +157,13 @@
  + {
  + mph_return_if_long_overflow (offset);
  + 
  +-return fseek (stream, offset, origin);
  ++return fseek ((FILE *)stream, offset, origin);
  + }
  + 
  + gint64
  + Mono_Posix_Stdlib_ftell (void* stream)
  + {
  +-return ftell (stream);
  ++return ftell ((FILE *)stream);
  + }
  + 
  + void*
  +@@ -176,20 +176,20 @@
  + gint32
  + Mono_Posix_Stdlib_fgetpos (void* stream, void *pos)
  + {
  +-return fgetpos (stream, (fpos_t*) pos);
  ++return fgetpos ((FILE *)stream, (fpos_t*) pos);
  + }
  + 
  + gint32
  + Mono_Posix_Stdlib_fsetpos (void* stream, void *pos)
  + {
  +-return fsetpos (stream, (fpos_t*) pos);
  ++return fsetpos ((FILE *)stream, (fpos_t*) pos);
  + }
  + 
  + int
  + Mono_Posix_Stdlib_rewind (void* stream)
  + {
  + errno = 0;
  +-rewind (stream);
  ++rewind ((FILE *)stream);
  + return errno == 0 ? 0 : -1;
  + }
  + 
  +@@ -197,7 +197,7 @@
  + Mono_Posix_Stdlib_clearerr (void* stream)
  + {
  + errno = 0;
  +-clearerr (stream);
  ++clearerr ((FILE *)stream);
  + return errno == 0 ? 0 : -1;
  + }
  + 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.18 -r1.19 mono.spec
  --- openpkg-src/mono/mono.spec21 Nov 2005 10:03:17 -  1.18
  +++ openpkg-src/mono/mono.spec10 Dec 2005 08:27:28 -  1.19
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 9.2
  +%define   V_minor 10.1
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20051121
  +Release:  20051210
   
   #   list of sources
   Source0:  
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
  @@ -64,7 +64,6 @@
   
   %track
   prog mono = {
  -comment   = thl/1.1.10: stdio.c:200: error: request for member 
_flags in something not a structure or union
   version   = %{version}
   url   = http://go-mono.com/sources/
   regex = mono-(\d+\.\d+(\.\d+)*)\.tar\.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2005-10-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Oct-2005 09:28:07
  Branch: HEAD Handle: 2005100708280700

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 1.0.6 - 1.1.9.2

  Summary:
RevisionChanges Path
1.6 +29 -48 openpkg-src/mono/mono.patch
1.17+10 -6  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.5 -r1.6 mono.patch
  --- openpkg-src/mono/mono.patch   1 Feb 2005 15:10:23 -   1.5
  +++ openpkg-src/mono/mono.patch   7 Oct 2005 07:28:07 -   1.6
  @@ -1,8 +1,8 @@
   Index: configure
   configure.orig   2004-06-25 01:28:02 +0200
  -+++ configure2004-06-26 09:30:14 +0200
  -@@ -14005,6 +14005,11 @@
  - JIT_SUPPORTED=no
  +--- configure.orig   2005-10-05 18:43:26 +0200
   configure2005-10-07 09:05:24 +0200
  +@@ -34527,6 +34527,11 @@
  + INTERP_SUPPORTED=no
LIBC=libc.so.6
INTL=libc.so.6
   +case $host in
  @@ -10,54 +10,35 @@
   +LIBC=libc.so
   +;;
   +esac
  - 
  - jit_wanted=false
  - case $host in
  -Index: libc/include/private/gcconfig.h
  -diff -Nau libgc/include/private/gcconfig.h.orig 
libgc/include/private/gcconfig.h
   libgc/include/private/gcconfig.h.orig2004-05-18 20:43:11 +0200
  -+++ libgc/include/private/gcconfig.h 2004-06-16 20:17:58 +0200
  -@@ -1186,8 +1186,8 @@
  - #   ifndef GC_FREEBSD_THREADS
  - #   define MPROTECT_VDB
  - #   endif
  --#   define SIG_SUSPEND SIGUSR1
  --#   define SIG_THR_RESTART SIGUSR2
  -+#   define SIG_SUSPEND SIGTSTP
  -+#   define SIG_THR_RESTART SIGCONT
  - #   define FREEBSD_STACKBOTTOM
  - #   ifdef __ELF__
  - #   define DYNAMIC_LOADING
  -@@ -1501,8 +1501,8 @@
  - #   ifdef FREEBSD
  - #   define OS_TYPE FREEBSD
  - /* MPROTECT_VDB is not yet supported at all on FreeBSD/alpha. */
  --#   define SIG_SUSPEND SIGUSR1
  --#   define SIG_THR_RESTART SIGUSR2
  -+#   define SIG_SUSPEND SIGTSTP
  -+#   define SIG_THR_RESTART SIGCONT
  - #   define FREEBSD_STACKBOTTOM
  - #   ifdef __ELF__
  - #   define DYNAMIC_LOADING
  + SQLITE=libsqlite.so.0
  + SQLITE3=libsqlite3.so.0
  + X11=libX11.so
   Index: mono/Makefile.in
  -diff -Nau mono/Makefile.in.orig mono/Makefile.in
   mono/Makefile.in.orig2004-06-14 19:28:59 +0200
  -+++ mono/Makefile.in 2004-06-16 20:17:58 +0200
  -@@ -126,7 +126,7 @@
  - @PLATFORM_WIN32_TRUE@   arch monograph interpreter mini tests benchmark 
profiler
  +--- mono/Makefile.in.orig2005-10-05 18:43:16 +0200
   mono/Makefile.in 2005-10-07 09:10:21 +0200
  +@@ -56,7 +56,7 @@
  + ETAGS = etags
  + CTAGS = ctags
  + DIST_SUBDIRS = utils io-layer monoburg os cil metadata arch \
  +-interpreter mini dis monograph tests benchmark handles \
  ++interpreter mini dis monograph benchmark handles \
  + profiler
  + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  + ACLOCAL = @ACLOCAL@
  +@@ -259,7 +259,7 @@
  + # the handles dir doesn't apply to windows
  + @[EMAIL PROTECTED] = handles
  + SUBDIRS = utils io-layer monoburg os cil metadata \
  +-  arch interpreter mini dis monograph tests benchmark $(HANDLES) 
profiler
  ++  arch interpreter mini dis monograph benchmark $(HANDLES) profiler

  - @[EMAIL PROTECTED] = utils io-layer monoburg os metadata cil dis \
  [EMAIL PROTECTED]@arch monograph interpreter mini tests benchmark handles 
profiler
  [EMAIL PROTECTED]@arch monograph interpreter mini benchmark handles 
profiler
  + all: all-recursive

  - subdir = mono
  - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   Index: mono/mini/mini-x86.c
  -diff -Nau mono/mini/mini-x86.c.orig mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2004-05-27 05:06:43 +0200
  -+++ mono/mini/mini-x86.c 2004-06-16 20:17:58 +0200
  -@@ -47,6 +47,34 @@
  - return unknown;
  +--- mono/mini/mini-x86.c.orig2005-08-25 11:14:53 +0200
   mono/mini/mini-x86.c 2005-10-07 09:05:01 +0200
  +@@ -388,6 +388,34 @@
  + return cinfo;
}

   +#ifndef signbit
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.16 -r1.17 mono.spec
  --- openpkg-src/mono/mono.spec20 Apr 2005 09:47:59 -  1.16
  +++ openpkg-src/mono/mono.spec7 Oct 2005 07:28:07 -   1.17
  @@ -22,21 +22,25 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2005-02-01 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Feb-2005 16:10:24
  Branch: HEAD Handle: 2005020115102300

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
downgraded to current stable release, added conflict to pnet, changed
install-sh to ginstall to create directories, added fix for systems
that have function signbit

  Summary:
RevisionChanges Path
1.5 +3  -1  openpkg-src/mono/mono.patch
1.12+9  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.4 -r1.5 mono.patch
  --- openpkg-src/mono/mono.patch   30 Jun 2004 20:04:11 -  1.4
  +++ openpkg-src/mono/mono.patch   1 Feb 2005 15:10:23 -   1.5
  @@ -56,10 +56,11 @@
   diff -Nau mono/mini/mini-x86.c.orig mono/mini/mini-x86.c
   --- mono/mini/mini-x86.c.orig2004-05-27 05:06:43 +0200
   +++ mono/mini/mini-x86.c 2004-06-16 20:17:58 +0200
  -@@ -47,6 +47,32 @@
  +@@ -47,6 +47,34 @@
return unknown;
}

  ++#ifndef signbit
   +union IEEEd2bits {
   +double d;
   +struct {
  @@ -86,6 +87,7 @@
   +return (u.bits.sign);
   +}
   +
  ++#endif /* signbit */
/*
 * mono_arch_get_argument_info:
 * @csig:  a method signature
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.11 -r1.12 mono.spec
  --- openpkg-src/mono/mono.spec1 Jan 2005 10:52:32 -   1.11
  +++ openpkg-src/mono/mono.spec1 Feb 2005 15:10:23 -   1.12
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  1.1.2
  -Release:  20041104
  +Version:  1.0.5
  +Release:  20050201
   
   #   list of sources
   Source0:  
http://www.go-mono.com/archive/%{version}/mono-%{version}.tar.gz
  @@ -49,6 +49,7 @@
   PreReq:   glib2, glib2::with_threads = yes
   AutoReq:  no
   AutoReqProv:  no
  +Conflicts:pnet
   
   %description
   The Mono project is an open source effort to create a free Unix
  @@ -60,7 +61,7 @@
   
   %track
   prog mono = {
  -comment   = ms: 1.3 monoburg Fatal error 'Spinlock called when not 
threaded.'
  +comment   = tho: 1.1.x is development tree; stay with 1.0.x until 
1.2
   version   = %{version}
   url   = http://www.go-mono.com/download.html
   regex = mono-(__VER__)\.tar\.gz
  @@ -100,6 +101,11 @@
   %{l_make} %{l_mflags -O}
   
   %install
  +#   use a working install to create subdirs
  +%{l_shtool} subst \
  +-e 's;\$(mkdir_p);%{l_prefix}/bin/ginstall -d;' \
  +Makefile */Makefile */*/Makefile
  +
   #   install program
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 22:04:11
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 0.96 - 1.0

  Summary:
RevisionChanges Path
1.4 +4  -5  openpkg-src/mono/mono.patch
1.6 +3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.3 -r1.4 mono.patch
  --- openpkg-src/mono/mono.patch   16 Jun 2004 18:35:47 -  1.3
  +++ openpkg-src/mono/mono.patch   30 Jun 2004 20:04:11 -  1.4
  @@ -1,11 +1,10 @@
   Index: configure
  -diff -Nau configure.orig configure
   configure.orig   2004-06-14 19:28:19 +0200
  -+++ configure2004-06-16 20:17:58 +0200
  -@@ -13897,6 +13897,11 @@
  - 
  +--- configure.orig   2004-06-25 01:28:02 +0200
   configure2004-06-26 09:30:14 +0200
  +@@ -14005,6 +14005,11 @@
JIT_SUPPORTED=no
LIBC=libc.so.6
  + INTL=libc.so.6
   +case $host in
   +*-*-freebsd* )
   +LIBC=libc.so
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.5 -r1.6 mono.spec
  --- openpkg-src/mono/mono.spec16 Jun 2004 18:35:47 -  1.5
  +++ openpkg-src/mono/mono.spec30 Jun 2004 20:04:11 -  1.6
  @@ -33,11 +33,11 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  0.96
  -Release:  20040616
  +Version:  1.0
  +Release:  20040630
   
   #   list of sources
  -Source0:  http://www.go-mono.com/archive/beta3/mono-%{version}.tar.gz
  +Source0:  http://www.go-mono.com/archive/%{version}/mono-%{version}.tar.gz
   Patch0:   mono.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2004-06-16 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Jun-2004 20:35:47
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 0.95 - 0.96

  Summary:
RevisionChanges Path
1.3 +0  -0  openpkg-src/mono/mono.patch
1.5 +0  -0  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.2 -r1.3 mono.patch
  --- openpkg-src/mono/mono.patch   7 May 2004 16:04:08 -   1.2
  +++ openpkg-src/mono/mono.patch   16 Jun 2004 18:35:47 -  1.3
  @@ -1,41 +1,24 @@
   mono/mini/mini-x86.c Mon Sep 29 05:28:49 2003
  -+++ mono/mini/mini-x86.c Sat Aug 30 04:01:27 2003
  -@@ -40,6 +40,32 @@
  - guint8  pad;
  - } MonoJitArgumentInfo;
  +Index: configure
  +diff -Nau configure.orig configure
  +--- configure.orig   2004-06-14 19:28:19 +0200
   configure2004-06-16 20:17:58 +0200
  +@@ -13897,6 +13897,11 @@

  -+union IEEEd2bits {
  -+double d;
  -+struct {
  -+#if _BYTE_ORDER == _LITTLE_ENDIAN
  -+unsigned intmanl:32;
  -+unsigned intmanh:20;
  -+unsigned intexp :11;
  -+unsigned intsign:1;
  -+#else
  -+unsigned intsign:1;
  -+unsigned intexp :11;
  -+unsigned intmanh:20;
  -+unsigned intmanl:32;
  -+#endif
  -+} bits;
  -+};
  -+
  -+int
  -+signbit(double d)
  -+{
  -+union IEEEd2bits u;
  -+
  -+u.d = d;
  -+return (u.bits.sign);
  -+}
  -+
  - /*
  -  * arch_get_argument_info:
  -  * @csig:  a method signature
   libgc/include/private/gcconfig.h.origMon Oct  6 22:38:35 2003
  -+++ libgc/include/private/gcconfig.h Mon Oct  6 22:38:56 2003
  -@@ -1151,8 +1151,8 @@
  + JIT_SUPPORTED=no
  + LIBC=libc.so.6
  ++case $host in
  ++*-*-freebsd* )
  ++LIBC=libc.so
  ++;;
  ++esac
  + 
  + jit_wanted=false
  + case $host in
  +Index: libc/include/private/gcconfig.h
  +diff -Nau libgc/include/private/gcconfig.h.orig libgc/include/private/gcconfig.h
  +--- libgc/include/private/gcconfig.h.orig2004-05-18 20:43:11 +0200
   libgc/include/private/gcconfig.h 2004-06-16 20:17:58 +0200
  +@@ -1186,8 +1186,8 @@
#   ifndef GC_FREEBSD_THREADS
#   define MPROTECT_VDB
#   endif
  @@ -46,7 +29,7 @@
#   define FREEBSD_STACKBOTTOM
#   ifdef __ELF__
#   define DYNAMIC_LOADING
  -@@ -1466,8 +1466,8 @@
  +@@ -1501,8 +1501,8 @@
#   ifdef FREEBSD
#   define OS_TYPE FREEBSD
/* MPROTECT_VDB is not yet supported at all on FreeBSD/alpha. */
  @@ -57,9 +40,11 @@
#   define FREEBSD_STACKBOTTOM
#   ifdef __ELF__
#   define DYNAMIC_LOADING
   mono/Makefile.in.bak Mon Feb  2 17:02:39 2004
  -+++ mono/Makefile.in Tue Mar  2 01:48:16 2004
  -@@ -123,7 +123,7 @@
  +Index: mono/Makefile.in
  +diff -Nau mono/Makefile.in.orig mono/Makefile.in
  +--- mono/Makefile.in.orig2004-06-14 19:28:59 +0200
   mono/Makefile.in 2004-06-16 20:17:58 +0200
  +@@ -126,7 +126,7 @@
@PLATFORM_WIN32_TRUE@   arch monograph interpreter mini tests benchmark 
profiler

@[EMAIL PROTECTED] = utils io-layer monoburg os metadata cil dis \
  @@ -68,18 +53,40 @@

subdir = mono
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  -Index: configure
   configure.orig   2004-05-07 17:57:42.0 +0200
  -+++ configure2004-05-07 17:58:32.0 +0200
  -@@ -13971,6 +13971,11 @@
  - 
  - JIT_SUPPORTED=no
  - LIBC=libc.so.6
  -+case $host in
  -+*-*-freebsd* )
  -+LIBC=libc.so
  -+;;
  -+esac
  +Index: mono/mini/mini-x86.c
  +diff -Nau mono/mini/mini-x86.c.orig mono/mini/mini-x86.c
  +--- mono/mini/mini-x86.c.orig2004-05-27 05:06:43 +0200
   mono/mini/mini-x86.c 2004-06-16 20:17:58 +0200
  +@@ -47,6 +47,32 @@
  + return unknown;
  + }

  - jit_wanted=false
  - case $host in
  ++union IEEEd2bits {
  ++double d;
  ++struct {
  ++#if _BYTE_ORDER == _LITTLE_ENDIAN
  ++unsigned intmanl:32;
  ++unsigned intmanh:20;
  ++unsigned intexp :11;
  ++unsigned intsign:1;
  ++#else
  ++unsigned intsign:1;
  ++unsigned intexp :11;
  ++unsigned intmanh:20;
  ++unsigned intmanl:32;
  ++#endif
  ++} bits;
  ++};
  ++
  ++int
  ++signbit(double d)
  ++{
  ++union IEEEd2bits u;
  ++
  ++u.d = d;
  ++return (u.bits.sign);
  ++}
  ++

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2004-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2004 18:04:08
  Branch: HEAD Handle: 2004050717040800

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
fix libc loading problem the correct way and so bless up to EVAL

  Summary:
RevisionChanges Path
1.2 +81 -34 openpkg-src/mono/mono.patch
1.2 +8  -8  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.1 -r1.2 mono.patch
  --- openpkg-src/mono/mono.patch   7 May 2004 12:13:31 -   1.1
  +++ openpkg-src/mono/mono.patch   7 May 2004 16:04:08 -   1.2
  @@ -1,38 +1,85 @@
  -Crual hack to get Mono packaged, at least partly. As of Mono 0.91, the
  -make install fails in runtime/net_*/ dirs with the error Unhandled
  -Exception: System.DllNotFoundException: libc. The following patch just
  -skips this install step -- as a side-effect some essential parts of the
  -package might be missing.
  -
  -Index: runtime/net_1_1/Makefile.in
   runtime/net_1_1/Makefile.in.orig 2004-05-04 23:51:12.0 +0200
  -+++ runtime/net_1_1/Makefile.in  2004-05-07 11:36:45.0 +0200
  -@@ -354,12 +354,6 @@
  - all-local: $(gac_assemblies)
  +--- mono/mini/mini-x86.c Mon Sep 29 05:28:49 2003
   mono/mini/mini-x86.c Sat Aug 30 04:01:27 2003
  +@@ -40,6 +40,32 @@
  + guint8  pad;
  + } MonoJitArgumentInfo;

  - install-data-local:
  --@if test -n '$(gac_assemblies)'; then \
  --  for i in ''$(gac_assemblies); do \
  --echo MONO_PATH=$(srcdir) $(mono_runtime) --config ../../data/config 
$(gacutil) /i $(srcdir)/$$i /f /package 1.0 /root $(DESTDIR)$(libdir) ; \
  --MONO_PATH=$(srcdir) \
  --  $(LIBTOOL) --mode=execute $(mono_runtime) --config ../../data/config 
$(gacutil) /i $(srcdir)/$$i /f /package 1.0 /root $(DESTDIR)$(libdir) || exit 1 ; \
  --  done; fi
  ++union IEEEd2bits {
  ++double d;
  ++struct {
  ++#if _BYTE_ORDER == _LITTLE_ENDIAN
  ++unsigned intmanl:32;
  ++unsigned intmanh:20;
  ++unsigned intexp :11;
  ++unsigned intsign:1;
  ++#else
  ++unsigned intsign:1;
  ++unsigned intexp :11;
  ++unsigned intmanh:20;
  ++unsigned intmanl:32;
  ++#endif
  ++} bits;
  ++};
  ++
  ++int
  ++signbit(double d)
  ++{
  ++union IEEEd2bits u;
  ++
  ++u.d = d;
  ++return (u.bits.sign);
  ++}
  ++
  + /*
  +  * arch_get_argument_info:
  +  * @csig:  a method signature
  +--- libgc/include/private/gcconfig.h.origMon Oct  6 22:38:35 2003
   libgc/include/private/gcconfig.h Mon Oct  6 22:38:56 2003
  +@@ -1151,8 +1151,8 @@
  + #   ifndef GC_FREEBSD_THREADS
  + #   define MPROTECT_VDB
  + #   endif
  +-#   define SIG_SUSPEND SIGUSR1
  +-#   define SIG_THR_RESTART SIGUSR2
  ++#   define SIG_SUSPEND SIGTSTP
  ++#   define SIG_THR_RESTART SIGCONT
  + #   define FREEBSD_STACKBOTTOM
  + #   ifdef __ELF__
  + #   define DYNAMIC_LOADING
  +@@ -1466,8 +1466,8 @@
  + #   ifdef FREEBSD
  + #   define OS_TYPE FREEBSD
  + /* MPROTECT_VDB is not yet supported at all on FreeBSD/alpha. */
  +-#   define SIG_SUSPEND SIGUSR1
  +-#   define SIG_THR_RESTART SIGUSR2
  ++#   define SIG_SUSPEND SIGTSTP
  ++#   define SIG_THR_RESTART SIGCONT
  + #   define FREEBSD_STACKBOTTOM
  + #   ifdef __ELF__
  + #   define DYNAMIC_LOADING
  +--- mono/Makefile.in.bak Mon Feb  2 17:02:39 2004
   mono/Makefile.in Tue Mar  2 01:48:16 2004
  +@@ -123,7 +123,7 @@
  + @PLATFORM_WIN32_TRUE@   arch monograph interpreter mini tests benchmark 
profiler

  - uninstall-local:
  - @if test -n '$(gac_assemblies_list)'; then \
  -Index: runtime/net_2_0/Makefile.in
   runtime/net_2_0/Makefile.in.orig 2004-05-04 23:51:13.0 +0200
  -+++ runtime/net_2_0/Makefile.in  2004-05-07 11:36:56.0 +0200
  -@@ -355,12 +355,6 @@
  - all-local: $(gac_assemblies)
  + @[EMAIL PROTECTED] = utils io-layer monoburg os metadata cil dis \
  [EMAIL PROTECTED]@arch monograph interpreter mini tests benchmark handles 
profiler
  [EMAIL PROTECTED]@arch monograph interpreter mini benchmark handles profiler

  - install-data-local:
  --@if test -n '$(gac_assemblies)'; then \
  --  for i in ''$(gac_assemblies); do \
  --echo MONO_PATH=$(srcdir)/../net_1_1 $(mono_runtime) --config 
../../data/config $(gacutil) /i $(srcdir)/$$i /f /package 2.0 /root 
$(DESTDIR)$(libdir) ; \
  --