summaryrefslogtreecommitdiff
path: root/lang/mono/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-15 08:27:45 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-15 08:27:45 +0000
commitccd7613dfd2eabd19038c4326f9d63d85df5b108 (patch)
tree5ed08c79e8545f4801b84a479419bae4a731825f /lang/mono/patches
parent0754fdbec7d56e97850d80ae93b4f689396b6d12 (diff)
downloadpkgsrc-ccd7613dfd2eabd19038c4326f9d63d85df5b108.tar.gz
Update to 0.23. Changes since 0.21 are mostly bugfixes:
* The "MemoryStream" bug: This bug affected a lot of classes, and made them crashy, database code, XML parsing and a few others were crashing. Thanks to Gonzalo for fixing this bug. * System.Data: More bug fixes from Aleksey and Tim. * Reflection: Zoltan continues to provide fixes to our Reflection.Emit code to host IKVM. * Remoting: Lluis added support for activation using activation attributes. * PEToolkit: Jackson imported the PEAPI package from the Queensland University of Technology in Australia. This will replace the existing Mono.PEToolkit for our ILasm back-end. * Windows Forms: More fixes from Reggie and Alexandre. * System.Web.Mail: Per has been working on this namespace. He announces recently that all major parts of System.Web.Mail has now been implemented. * System.Web.Mobile: Gaurav continues to make progress here. * Misc: Ian MacLean contributed a /compile flag to monoresgen and assorted bug-fixes and improvements from the rest of the team. Patch provided in PR pkg/20677 by Marc Recht.
Diffstat (limited to 'lang/mono/patches')
-rw-r--r--lang/mono/patches/patch-aa8
-rw-r--r--lang/mono/patches/patch-ab8
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/mono/patches/patch-aa b/lang/mono/patches/patch-aa
index b1780d48b89..b4b86d5745f 100644
--- a/lang/mono/patches/patch-aa
+++ b/lang/mono/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/03/01 13:11:47 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2003/03/15 08:27:45 jmmv Exp $
---- mono/jit/jit.c.orig 2003-02-26 17:59:57.000000000 +0100
-+++ mono/jit/jit.c 2003-02-26 18:00:00.000000000 +0100
-@@ -4207,8 +4207,8 @@
+--- mono/jit/jit.c.orig 2003-03-13 11:31:58.000000000 +0100
++++ mono/jit/jit.c 2003-03-13 11:32:37.000000000 +0100
+@@ -4208,8 +4208,8 @@
sigemptyset (&sa.sa_mask);
sa.sa_flags = 0;
//g_assert (syscall (SYS_sigaction, SIGILL, &sa, NULL) != -1);
diff --git a/lang/mono/patches/patch-ab b/lang/mono/patches/patch-ab
index e7c95805cf3..c8f2813ec30 100644
--- a/lang/mono/patches/patch-ab
+++ b/lang/mono/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/03/01 13:11:47 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2003/03/15 08:27:45 jmmv Exp $
---- configure.orig 2003-02-26 17:46:28.000000000 +0100
-+++ configure 2003-02-26 17:51:54.000000000 +0100
-@@ -1884,7 +1884,19 @@
+--- configure.orig 2003-03-13 11:32:56.000000000 +0100
++++ configure 2003-03-13 11:33:00.000000000 +0100
+@@ -1545,7 +1545,19 @@
CPPFLAGS="$CPPFLAGS -DGC_WIN32_THREADS -DWIN32_THREADS"
libdl=
;;