Index: devel/glib20/Makefile =================================================================== --- devel/glib20/Makefile (revision 372439) +++ devel/glib20/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= glib PORTVERSION= 2.36.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Index: devel/glib20/files/patch-gio_kqueue_kqueue-missing.c =================================================================== --- devel/glib20/files/patch-gio_kqueue_kqueue-missing.c (revision 0) +++ devel/glib20/files/patch-gio_kqueue_kqueue-missing.c (working copy) @@ -0,0 +1,10 @@ +--- gio/kqueue/kqueue-missing.c.orig 2013-06-02 23:20:53 UTC ++++ gio/kqueue/kqueue-missing.c +@@ -68,6 +68,7 @@ _km_add_missing (kqueue_sub *sub) + if (g_slist_find (missing_subs_list, sub)) + { + KM_W ("asked to add %s to missing list but it's already on the list!\n", sub->filename); ++ G_UNLOCK (missing_lock); + return; + } + Property changes on: devel/glib20/files/patch-gio_kqueue_kqueue-missing.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property