View | Details | Raw Unified | Return to bug 194942
Collapse All | Expand All

(-)devel/glib20/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	glib
5
PORTNAME=	glib
6
PORTVERSION=	2.36.3
6
PORTVERSION=	2.36.3
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome2
10
DIST_SUBDIR=	gnome2
(-)devel/glib20/files/patch-gio_kqueue_kqueue-missing.c (+10 lines)
Line 0 Link Here
1
--- gio/kqueue/kqueue-missing.c.orig	2013-06-02 23:20:53 UTC
2
+++ gio/kqueue/kqueue-missing.c
3
@@ -68,6 +68,7 @@ _km_add_missing (kqueue_sub *sub)
4
   if (g_slist_find (missing_subs_list, sub))
5
     {
6
       KM_W ("asked to add %s to missing list but it's already on the list!\n", sub->filename);
7
+      G_UNLOCK (missing_lock);
8
       return;
9
     }
10
 

Return to bug 194942