diff options
author | kefren <kefren@pkgsrc.org> | 2011-06-13 04:46:29 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2011-06-13 04:46:29 +0000 |
commit | 4308fc88dfa04a582021e281739c323533d93ce0 (patch) | |
tree | b9bbc0121244c0cde3efbda3d2d0f55e950df066 /lang | |
parent | 290bc7c9983f5139bbcfdd34c428ef6ee04a4471 (diff) | |
download | pkgsrc-4308fc88dfa04a582021e281739c323533d93ce0.tar.gz |
remove patch-ag that sometimes leads to stalls during build time
reported by obache@ on pkgsrc-users@
bump pkgrevision
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 4 | ||||
-rw-r--r-- | lang/mono/distinfo | 3 | ||||
-rw-r--r-- | lang/mono/patches/patch-ag | 12 |
3 files changed, 3 insertions, 16 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 069aa3883d4..fc7ae93c53b 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2011/06/10 09:39:41 obache Exp $ +# $NetBSD: Makefile,v 1.117 2011/06/13 04:46:29 kefren Exp $ DISTNAME= mono-2.10.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/mono/distinfo b/lang/mono/distinfo index 40c676a0b50..138ad003115 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.78 2011/06/10 04:11:29 kefren Exp $ +$NetBSD: distinfo,v 1.79 2011/06/13 04:46:29 kefren Exp $ SHA1 (mono-2.10.2.tar.bz2) = 7b673255c6b17c5a41c15059e5f068d6a970d2ea RMD160 (mono-2.10.2.tar.bz2) = bac1ecb7e94c77341ae5f15f8d59141f9eb4aa38 @@ -9,7 +9,6 @@ SHA1 (patch-ac) = 78f3b0786480e066959cc191e3f45d3f773220e2 SHA1 (patch-ad) = 55ccdedbdf80c24be110dcebc73644e1e68909b3 SHA1 (patch-ae) = 0280993f1565ebd6fb552d12cfe12d105421de53 SHA1 (patch-af) = c109a9a742cb70d83cf99df0ad6c907c68809d52 -SHA1 (patch-ag) = 6cb1217475a481fd3f602db334ae7357357947e2 SHA1 (patch-ah) = 5f90aa60504b9508d21e05b390626788d71d47b4 SHA1 (patch-ai) = cd5593a7e95039980b839bdabdf59d9e68fb9f56 SHA1 (patch-aj) = a5aab739e01fd969edb85b5b3e08c087554d0a72 diff --git a/lang/mono/patches/patch-ag b/lang/mono/patches/patch-ag deleted file mode 100644 index a00cf0bab61..00000000000 --- a/lang/mono/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.10 2011/06/10 04:11:29 kefren Exp $ ---- mono/metadata/threadpool.c.orig 2011-04-18 14:23:28.000000000 +0300 -+++ mono/metadata/threadpool.c 2011-06-10 05:39:18.000000000 +0300 -@@ -1468,7 +1468,7 @@ async_invoke_thread (gpointer data) - gboolean res; - - InterlockedIncrement (&tp->waiting); --#if defined(__OpenBSD__) -+#if (defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)) - while ((res = mono_sem_wait (&tp->new_job, TRUE)) == -1) {// && errno == EINTR) { - #else - while ((res = mono_sem_timedwait (&tp->new_job, 2000, TRUE)) == -1) {// && errno == EINTR) { |