diff options
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 | ||||
-rw-r--r-- | lang/mono/distinfo | 2 | ||||
-rw-r--r-- | lang/mono/files/patch-mono_jit_debug.c | 34 | ||||
-rw-r--r-- | lang/mono/pkg-plist | 3 |
4 files changed, 5 insertions, 36 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 197fe53767e1..13ba239fbeb2 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mono -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ diff --git a/lang/mono/distinfo b/lang/mono/distinfo index 053d1b3e6106..9d190be1df43 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1 +1 @@ -MD5 (mono-0.18.tar.gz) = 54f24ddd75ef1a71aa1516706b5870d3 +MD5 (mono-0.19.tar.gz) = a41bf810d4ea7434ac95496872b4a2df diff --git a/lang/mono/files/patch-mono_jit_debug.c b/lang/mono/files/patch-mono_jit_debug.c deleted file mode 100644 index 31fec9e02d43..000000000000 --- a/lang/mono/files/patch-mono_jit_debug.c +++ /dev/null @@ -1,34 +0,0 @@ ---- mono/jit/debug.c.orig Mon Jan 13 12:16:11 2003 -+++ mono/jit/debug.c Mon Jan 13 12:35:17 2003 -@@ -37,9 +37,11 @@ - static gconstpointer debugger_notification_address = NULL; - #ifndef PLATFORM_WIN32 - static pthread_cond_t debugger_thread_cond = PTHREAD_COND_INITIALIZER; --static pthread_mutex_t debugger_thread_mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+static pthread_mutex_t debugger_thread_mutex = PTHREAD_MUTEX_INITIALIZER; -+static pthread_mutexattr_t debugger_thread_mutex_attr; - static pthread_cond_t debugger_finished_cond = PTHREAD_COND_INITIALIZER; --static pthread_mutex_t debugger_finished_mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+static pthread_mutex_t debugger_finished_mutex = PTHREAD_MUTEX_INITIALIZER; -+static pthread_mutexattr_t debugger_finished_mutex_attr; - static pthread_cond_t debugger_start_cond = PTHREAD_COND_INITIALIZER; - static pthread_mutex_t debugger_start_mutex = PTHREAD_MUTEX_INITIALIZER; - static gboolean debugger_signalled = FALSE; -@@ -1389,6 +1391,17 @@ - x86_ret (buf); - - #ifndef PLATFORM_WIN32 -+ -+ pthread_mutexattr_init(&debugger_thread_mutex_attr); -+ pthread_mutexattr_init(&debugger_finished_mutex_attr); -+ pthread_mutexattr_settype(&debugger_thread_mutex_attr, -+ PTHREAD_MUTEX_RECURSIVE); -+ pthread_mutexattr_settype(&debugger_finished_mutex_attr, -+ PTHREAD_MUTEX_RECURSIVE); -+ pthread_mutex_init(&debugger_thread_mutex, &debugger_thread_mutex_attr); -+ pthread_mutex_init(&debugger_finished_mutex, -+ &debugger_finished_mutex_attr); -+ - pthread_mutex_lock (&debugger_start_mutex); - - /* diff --git a/lang/mono/pkg-plist b/lang/mono/pkg-plist index 21f3b8b4c733..39f9c30782cf 100644 --- a/lang/mono/pkg-plist +++ b/lang/mono/pkg-plist @@ -1,3 +1,5 @@ +bin/mbas +bin/mbas.exe bin/mcs bin/mcs.exe bin/mint @@ -76,6 +78,7 @@ lib/I18N.West.dll lib/I18N.dll lib/Microsoft.VisualBasic.dll lib/Mono.CSharp.Debugger.dll +lib/Mono.Data.DB2Client.dll lib/Mono.Data.MySql.dll lib/Mono.Data.PostgreSqlClient.dll lib/Mono.Data.SqliteClient.dll |