[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Wed Feb 7 08:37:10 MST 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by killfill
Added Files:
extra-patch-support_mph.h
patch-mcs_class_System.Web_System.Web.Compilation_AspParser.cs
patch-mcs_tools_mkbundle_mkbundle.cs
patch-mono_metadata_filewatcher.c
patch-mono_metadata_socket-io.c
Log Message:
Presenting mono 1.2.3 for FreeBSD:
Changes:
1,933 missing methods were implemented
164 methods with pending implementations were fixed.
This release also includes a critical fixes to the runtime startup. Heavily multi-threaded applications would have crashed otherwise.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/extra-patch-support_mph.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs_class_System.Web_System.Web.Compilation_AspParser.cs,v
rcsdiff: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs_class_System.Web_System.Web.Compilation_AspParser.cs,v: Symbolic name `NONE' is undefined.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs_tools_mkbundle_mkbundle.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c 2007/02/05 00:02:24 1.15
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_filewatcher.c 2007/02/07 15:37:10 1.16
@@ -1,23 +1,24 @@
---- mono/metadata/filewatcher.c.orig Thu Dec 1 18:51:19 2005
-+++ mono/metadata/filewatcher.c Sun Dec 18 01:54:10 2005
-@@ -99,9 +99,6 @@
+--- mono/metadata/filewatcher.c.orig Fri Dec 29 19:52:48 2006
++++ mono/metadata/filewatcher.c Fri Dec 29 20:25:18 2006
+@@ -44,9 +44,6 @@
gint
ves_icall_System_IO_FSW_SupportsFSW (void)
{
-#if HAVE_KQUEUE
- return 3;
-#else
- GModule *fam_module;
+ MonoDl *fam_module;
gchar *filename;
int lib_used = 4; /* gamin */
-@@ -119,13 +116,19 @@
+@@ -76,14 +73,20 @@
}
if (fam_module == NULL)
- return 0;
+ goto nofam;
- g_module_symbol (fam_module, "FAMNextEvent", (gpointer *) &FAMNextEvent);
+ err = mono_dl_symbol (fam_module, "FAMNextEvent", (gpointer *) &FAMNextEvent);
+ g_free (err);
if (FAMNextEvent == NULL)
- return 0;
+ goto nofam;
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_socket-io.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
More information about the Bsd-sharp-cvs
mailing list