[Midnightbsd-cvs] mports [20981] trunk/devel/glib20: patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 3 18:39:29 EST 2016


Revision: 20981
          http://svnweb.midnightbsd.org/mports/?rev=20981
Author:   laffer1
Date:     2016-02-03 18:39:28 -0500 (Wed, 03 Feb 2016)
Log Message:
-----------
patch

Modified Paths:
--------------
    trunk/devel/glib20/Makefile

Added Paths:
-----------
    trunk/devel/glib20/files/patch-gio_gunionvolumemonitor.c

Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile	2016-02-03 22:31:04 UTC (rev 20980)
+++ trunk/devel/glib20/Makefile	2016-02-03 23:39:28 UTC (rev 20981)
@@ -2,7 +2,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.44.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Added: trunk/devel/glib20/files/patch-gio_gunionvolumemonitor.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_gunionvolumemonitor.c	                        (rev 0)
+++ trunk/devel/glib20/files/patch-gio_gunionvolumemonitor.c	2016-02-03 23:39:28 UTC (rev 20981)
@@ -0,0 +1,16 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=753378
+
+--- gio/gunionvolumemonitor.c.orig	2015-09-25 11:23:00.429587000 +0200
++++ gio/gunionvolumemonitor.c	2015-09-25 11:23:12.787618000 +0200
+@@ -592,9 +592,9 @@ _g_mount_get_for_mount_path (const gchar
+ 
+   if (klass->get_mount_for_mount_path)
+     {
+-      g_rec_mutex_lock (&the_volume_monitor_mutex);
++//      g_rec_mutex_lock (&the_volume_monitor_mutex);
+       mount = klass->get_mount_for_mount_path (mount_path, cancellable);
+-      g_rec_mutex_unlock (&the_volume_monitor_mutex);
++//      g_rec_mutex_unlock (&the_volume_monitor_mutex);
+     }
+ 
+   /* TODO: How do we know this succeeded? Keep in mind that the native


Property changes on: trunk/devel/glib20/files/patch-gio_gunionvolumemonitor.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list